Block Editor: Upgrade WordPress packages to the latest versions.

Updated packages:

 - @wordpress/annotations@1.2.3
 - @wordpress/block-editor@2.0.2
 - @wordpress/block-library@2.4.5
 - @wordpress/blocks@6.2.5
 - @wordpress/components@7.3.2
 - @wordpress/dom@2.2.5
 - @wordpress/e2e-tests@1.1.5
 - @wordpress/edit-post@3.3.5
 - @wordpress/editor@9.2.5
 - @wordpress/format-library@1.4.5
 - @wordpress/list-reusable-blocks@1.3.5
 - @wordpress/nux@3.2.5
 - @wordpress/rich-text@3.2.3

Props: youknowriad, gwwar, iseulde, tfrommen, gziolo.

Fixes #47284.


git-svn-id: https://develop.svn.wordpress.org/trunk@45319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Duthie 2019-05-16 18:06:27 +00:00
parent d2e3a1f1a0
commit 9848fad564
3 changed files with 92 additions and 92 deletions

136
package-lock.json generated
View File

@ -241,15 +241,15 @@
}
},
"@wordpress/annotations": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.2.2.tgz",
"integrity": "sha512-ZVljMC13AvbHhrDmMy1PcZag9U7hizdaLUQfU0fMWSWlSLMI6yQpAHZzOTJitgrPkZc3rmAoagvxojHkfsPnLA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.2.3.tgz",
"integrity": "sha512-3jJ5lEolHOfSYlmEJmh9bVTx8dt3o535RWmGmig6M/x96HoVqovehG35bTCO8Lq7Ugh2AonYf4WTDQa5ov31qA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/data": "^4.4.0",
"@wordpress/hooks": "^2.2.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/rich-text": "^3.2.2",
"@wordpress/rich-text": "^3.2.3",
"lodash": "^4.17.11",
"memize": "^1.0.5",
"rememo": "^3.0.0",
@ -283,26 +283,26 @@
}
},
"@wordpress/block-editor": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-2.0.1.tgz",
"integrity": "sha512-CgTqyIO3ZxeyCtln3x7dkTbfw1wW9CMyRFRq2+FrWiaPYk8pz9fFxE++4hXZ8IHr+cb5qtqoEHdDuuqv1Wpc1A==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-2.0.2.tgz",
"integrity": "sha512-Gvb3yqBk8KA7PqWHsDoIfgla9ZlTzwo7URu8PUUw2BC3C3irJPFMRgIYxSdImiRN8Y0pK5oRsZwip74geppfMw==",
"requires": {
"@babel/runtime": "^7.0.0",
"@wordpress/a11y": "^2.2.0",
"@wordpress/blob": "^2.3.0",
"@wordpress/blocks": "^6.2.4",
"@wordpress/components": "^7.3.1",
"@wordpress/blocks": "^6.2.5",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/core-data": "^2.2.2",
"@wordpress/data": "^4.4.0",
"@wordpress/dom": "^2.2.4",
"@wordpress/dom": "^2.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/hooks": "^2.2.0",
"@wordpress/html-entities": "^2.2.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/is-shallow-equal": "^1.2.0",
"@wordpress/keycodes": "^2.2.0",
"@wordpress/rich-text": "^3.2.2",
"@wordpress/rich-text": "^3.2.3",
"@wordpress/token-list": "^1.2.0",
"@wordpress/url": "^2.5.0",
"@wordpress/viewport": "^2.3.0",
@ -317,21 +317,21 @@
}
},
"@wordpress/block-library": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.4.4.tgz",
"integrity": "sha512-Dk3AaLeG9WSnVsyf6zsjeQlQDW5RBXY96trS+KrP39UI8zhaScpvMrQye6jDkxLOnBlb3zAwWgoFjJSVSQn/hA==",
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.4.5.tgz",
"integrity": "sha512-tzeYeGI19BlothHeDcia4uhe5Th5BO5OOObFaLDGcC8Zq9N8eEQxoDb+fjOmmJtFfpjz0l/pVsu34P7gd+cKAA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/autop": "^2.2.0",
"@wordpress/blob": "^2.3.0",
"@wordpress/block-editor": "^2.0.1",
"@wordpress/blocks": "^6.2.4",
"@wordpress/components": "^7.3.1",
"@wordpress/block-editor": "^2.0.2",
"@wordpress/blocks": "^6.2.5",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/core-data": "^2.2.2",
"@wordpress/data": "^4.4.0",
"@wordpress/deprecated": "^2.2.0",
"@wordpress/editor": "^9.2.4",
"@wordpress/editor": "^9.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/html-entities": "^2.2.0",
"@wordpress/i18n": "^3.3.0",
@ -361,9 +361,9 @@
}
},
"@wordpress/blocks": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.2.4.tgz",
"integrity": "sha512-/ebC3wp5Bew973/GOM54kaA6JV2qgT8dhwJWJ4BH0FXvOrmA4fmZljR8R5Tl4UJJQ5Lm39LKPn7lg/sWq5tOMQ==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.2.5.tgz",
"integrity": "sha512-rYS2vqC27Ypo9SdujWjDEzPx1r6c0BfV5WBsVfaAf1qypV77AusHN+keoht26j1d0u5eNUly3yGdN8GGQWkNSA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/autop": "^2.2.0",
@ -371,7 +371,7 @@
"@wordpress/block-serialization-default-parser": "^3.1.0",
"@wordpress/block-serialization-spec-parser": "^3.0.0",
"@wordpress/data": "^4.4.0",
"@wordpress/dom": "^2.2.4",
"@wordpress/dom": "^2.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/hooks": "^2.2.0",
"@wordpress/html-entities": "^2.2.0",
@ -388,21 +388,21 @@
}
},
"@wordpress/components": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.3.1.tgz",
"integrity": "sha512-vxx6tZoJCE0PoM3PejjXrxKlyyCp3n9zVRo9Pt9/KrPUAYUPPz0fffMhtrEvlHSa0KYZK1i4jv/H7yNU94plSg==",
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.3.2.tgz",
"integrity": "sha512-sOdk/HOfhqTdL8ghiK/6JcgIqGA8T01mMwWsQ4TqvIHTGNGVbsVAHw2LtQAjYDjl0hZv4SmVlrpCWPlxBs3xUQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/a11y": "^2.2.0",
"@wordpress/api-fetch": "^3.1.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/dom": "^2.2.4",
"@wordpress/dom": "^2.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/hooks": "^2.2.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/is-shallow-equal": "^1.2.0",
"@wordpress/keycodes": "^2.2.0",
"@wordpress/rich-text": "^3.2.2",
"@wordpress/rich-text": "^3.2.3",
"@wordpress/url": "^2.5.0",
"classnames": "^2.2.5",
"clipboard": "^2.0.1",
@ -494,9 +494,9 @@
}
},
"@wordpress/dom": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.4.tgz",
"integrity": "sha512-+FX0F1VpTwZn/wiNIg4v4Rq8k8AShky0BB5TshnP91gOtkcS6AcclcjLUO7+RLF98SKTVhegYgFp6lf1eoIsXA==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.5.tgz",
"integrity": "sha512-kVknuIIQ21HbmyiMpxTNqaOWU/07SGzzCxWrNjpzs+Kn5lB9zFi9yroTmEhcp97QpbGp3JwNJAVwMdZgmJSOzA==",
"requires": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11"
@ -511,27 +511,27 @@
}
},
"@wordpress/edit-post": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.3.4.tgz",
"integrity": "sha512-cEvf/DtR0FTPOg/BUqOPlhnYjGAYlMzI4qaL1wNNqEFYTivyIstak/6rkDsGp3rTWYdRw7VE5PoDnGrYduzVnA==",
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.3.5.tgz",
"integrity": "sha512-JRmQPfM4JRwOoXnqs/vLrXOAZvNTSRL5KXTfDDDzlZ/WbVBbTv5e8EnA+rEMaX2g10rNF9IWk0vkStpqnqrLAw==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/a11y": "^2.2.0",
"@wordpress/api-fetch": "^3.1.2",
"@wordpress/block-editor": "^2.0.1",
"@wordpress/block-library": "^2.4.4",
"@wordpress/blocks": "^6.2.4",
"@wordpress/components": "^7.3.1",
"@wordpress/block-editor": "^2.0.2",
"@wordpress/block-library": "^2.4.5",
"@wordpress/blocks": "^6.2.5",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/core-data": "^2.2.2",
"@wordpress/data": "^4.4.0",
"@wordpress/editor": "^9.2.4",
"@wordpress/editor": "^9.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/format-library": "^1.4.4",
"@wordpress/format-library": "^1.4.5",
"@wordpress/hooks": "^2.2.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/keycodes": "^2.2.0",
"@wordpress/nux": "^3.2.4",
"@wordpress/nux": "^3.2.5",
"@wordpress/plugins": "^2.2.0",
"@wordpress/url": "^2.5.0",
"@wordpress/viewport": "^2.3.0",
@ -541,16 +541,16 @@
}
},
"@wordpress/editor": {
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.2.4.tgz",
"integrity": "sha512-d8sjxSNjcph4HRL+OiMvXuSi7dv90fFr5DINrUJ266BfFlx5vRGQMUPdMV4kB/bKho839qKRZwVenzAmNvz9Ag==",
"version": "9.2.5",
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.2.5.tgz",
"integrity": "sha512-Ct92t9NDjMkmsiEMbX4439v7UUnUEmWVyjU0hCr6rKI45xo3i9Ijppi1eaLbyp8i9oS9qs6nyL9aaX2jAZf+Lg==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/api-fetch": "^3.1.2",
"@wordpress/blob": "^2.3.0",
"@wordpress/block-editor": "^2.0.1",
"@wordpress/blocks": "^6.2.4",
"@wordpress/components": "^7.3.1",
"@wordpress/block-editor": "^2.0.2",
"@wordpress/blocks": "^6.2.5",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/core-data": "^2.2.2",
"@wordpress/data": "^4.4.0",
@ -562,7 +562,7 @@
"@wordpress/i18n": "^3.3.0",
"@wordpress/keycodes": "^2.2.0",
"@wordpress/notices": "^1.3.0",
"@wordpress/nux": "^3.2.4",
"@wordpress/nux": "^3.2.5",
"@wordpress/url": "^2.5.0",
"@wordpress/viewport": "^2.3.0",
"@wordpress/wordcount": "^2.2.0",
@ -632,18 +632,18 @@
}
},
"@wordpress/format-library": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.4.4.tgz",
"integrity": "sha512-KI8XU17nwOmJfPQbHTW+3bvkqmORqe7iD1vZ3ie6CTVsP0sjLgKEU9fsFuhmkfRIpzU6rX9zFQ7jWprU+szRAg==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.4.5.tgz",
"integrity": "sha512-jP3tbjsf4D+kVXhNmdDu2arZH2L2jp3/buwxydXzm8+L7mBBL7YusSywb/PZlv9KyO6j2s7lUhnCx9oLnztwCw==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/block-editor": "^2.0.1",
"@wordpress/components": "^7.3.1",
"@wordpress/editor": "^9.2.4",
"@wordpress/block-editor": "^2.0.2",
"@wordpress/components": "^7.3.2",
"@wordpress/editor": "^9.2.5",
"@wordpress/element": "^2.3.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/keycodes": "^2.2.0",
"@wordpress/rich-text": "^3.2.2",
"@wordpress/rich-text": "^3.2.3",
"@wordpress/url": "^2.5.0"
}
},
@ -713,13 +713,13 @@
}
},
"@wordpress/list-reusable-blocks": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.3.4.tgz",
"integrity": "sha512-Q6WFgVsguqZ+4c36ARDTG54getwJpyyKlON5eH6BeSImwksZYw5M8LIfPYX7wfq2ViVmG5SB7KZJSOVHEBWtOg==",
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.3.5.tgz",
"integrity": "sha512-Tif1dgVruWQrwvuqBX5pm0P505qXHgqeluvuUgGned/lbkJNOfQIylHEAImE8dpL6w1yTC/1mClbrOzCt6K+RA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/api-fetch": "^3.1.2",
"@wordpress/components": "^7.3.1",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/element": "^2.3.0",
"@wordpress/i18n": "^3.3.0",
@ -738,12 +738,12 @@
}
},
"@wordpress/nux": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.2.4.tgz",
"integrity": "sha512-5p/zg2fVL5+c7qHIWIV0IiKsRK6oRV29wO3pQbyfxex35UfxDd6SVZ7q+B96/WmIArdPx/o71ENwMT/YWrm1Uw==",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.2.5.tgz",
"integrity": "sha512-8xF3URBcDyFI8WKCdhrfOHwurD2Kuq1abWMC8AWouu45D7/WnQwcrKek6QUJr/EQ7/FmLBKf49OAfih8LRFUKA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/components": "^7.3.1",
"@wordpress/components": "^7.3.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/data": "^4.4.0",
"@wordpress/element": "^2.3.0",
@ -783,9 +783,9 @@
}
},
"@wordpress/rich-text": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.2.2.tgz",
"integrity": "sha512-aVRD++HqrGDULXUMaNOHjPwgJu0XSjdR9ov+7EL1NJL2U4hL6XQZsxPQPBWWojb+ZVkBvX1NHFl8kKAmi4UEog==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.2.3.tgz",
"integrity": "sha512-/Wjhue4d9qIaxEVJl+gVUhO7DKnBBRwSFZOHTni5YRTx5+3VH4y4ApCvZ9wWmpV/keXLlKzoQOfvMjwtTonAaA==",
"requires": {
"@babel/runtime": "^7.3.1",
"@wordpress/compose": "^3.2.0",
@ -4651,9 +4651,9 @@
}
},
"direction": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/direction/-/direction-1.0.2.tgz",
"integrity": "sha512-hSKoz5FBn+zhP9vWKkVQaaxnRDg3/MoPdcg2au54HIUDR8MrP8Ah1jXSJwCXel6SV3Afh5DSzc8Uqv2r1UoQwQ=="
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/direction/-/direction-1.0.3.tgz",
"integrity": "sha512-8bHRqMt4w/kND19KBksE4NOJo+gIOPuiZfxQvbd6xikfKbuNBYBdLIw0hA/4lWzBaDpwpW+Olmg1BjD9+0LU2w=="
},
"dns-equal": {
"version": "1.0.0",

View File

@ -55,39 +55,39 @@
"dependencies": {
"@babel/polyfill": "7.2.5",
"@wordpress/a11y": "2.2.0",
"@wordpress/annotations": "1.2.2",
"@wordpress/annotations": "1.2.3",
"@wordpress/api-fetch": "3.1.2",
"@wordpress/autop": "2.2.0",
"@wordpress/blob": "2.3.0",
"@wordpress/block-editor": "2.0.1",
"@wordpress/block-library": "2.4.4",
"@wordpress/block-editor": "2.0.2",
"@wordpress/block-library": "2.4.5",
"@wordpress/block-serialization-default-parser": "3.1.0",
"@wordpress/blocks": "6.2.4",
"@wordpress/components": "7.3.1",
"@wordpress/blocks": "6.2.5",
"@wordpress/components": "7.3.2",
"@wordpress/compose": "3.2.0",
"@wordpress/core-data": "2.2.2",
"@wordpress/data": "4.4.0",
"@wordpress/date": "3.2.0",
"@wordpress/deprecated": "2.2.0",
"@wordpress/dom": "2.2.4",
"@wordpress/dom": "2.2.5",
"@wordpress/dom-ready": "2.2.0",
"@wordpress/edit-post": "3.3.4",
"@wordpress/editor": "9.2.4",
"@wordpress/edit-post": "3.3.5",
"@wordpress/editor": "9.2.5",
"@wordpress/element": "2.3.0",
"@wordpress/escape-html": "1.2.0",
"@wordpress/format-library": "1.4.4",
"@wordpress/format-library": "1.4.5",
"@wordpress/hooks": "2.2.0",
"@wordpress/html-entities": "2.2.0",
"@wordpress/i18n": "3.3.0",
"@wordpress/is-shallow-equal": "1.2.0",
"@wordpress/keycodes": "2.2.0",
"@wordpress/list-reusable-blocks": "1.3.4",
"@wordpress/list-reusable-blocks": "1.3.5",
"@wordpress/notices": "1.3.0",
"@wordpress/nux": "3.2.4",
"@wordpress/nux": "3.2.5",
"@wordpress/plugins": "2.2.0",
"@wordpress/priority-queue": "1.1.0",
"@wordpress/redux-routine": "3.2.0",
"@wordpress/rich-text": "3.2.2",
"@wordpress/rich-text": "3.2.3",
"@wordpress/shortcode": "2.2.0",
"@wordpress/token-list": "1.2.0",
"@wordpress/url": "2.5.0",

View File

@ -225,39 +225,39 @@ function wp_default_packages_scripts( &$scripts ) {
$packages_versions = array(
'a11y' => '2.2.0',
'annotations' => '1.2.2',
'annotations' => '1.2.3',
'api-fetch' => '3.1.2',
'autop' => '2.0.0',
'blob' => '2.3.0',
'block-editor' => '2.0.1',
'block-library' => '2.4.4',
'block-editor' => '2.0.2',
'block-library' => '2.4.5',
'block-serialization-default-parser' => '3.1.0',
'blocks' => '6.2.4',
'components' => '7.3.1',
'blocks' => '6.2.5',
'components' => '7.3.2',
'compose' => '3.2.0',
'core-data' => '2.2.2',
'data' => '4.4.0',
'date' => '3.2.0',
'deprecated' => '2.2.0',
'dom' => '2.2.4',
'dom' => '2.2.5',
'dom-ready' => '2.2.0',
'edit-post' => '3.3.4',
'editor' => '9.2.4',
'edit-post' => '3.3.5',
'editor' => '9.2.5',
'element' => '2.3.0',
'escape-html' => '1.2.0',
'format-library' => '1.4.4',
'format-library' => '1.4.5',
'hooks' => '2.2.0',
'html-entities' => '2.2.0',
'i18n' => '3.3.0',
'is-shallow-equal' => '1.2.0',
'keycodes' => '2.2.0',
'list-reusable-blocks' => '1.3.4',
'list-reusable-blocks' => '1.3.5',
'notices' => '1.3.0',
'nux' => '3.2.4',
'nux' => '3.2.5',
'plugins' => '2.2.0',
'priority-queue' => '1.1.0',
'redux-routine' => '3.2.0',
'rich-text' => '3.2.2',
'rich-text' => '3.2.3',
'shortcode' => '2.2.0',
'token-list' => '1.2.0',
'url' => '2.5.0',