mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Block Editor: Additional package updates.
git-svn-id: https://develop.svn.wordpress.org/branches/5.1@51834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
92a29aff64
commit
f3cd091011
86
package-lock.json
generated
86
package-lock.json
generated
@ -363,15 +363,15 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/annotations": {
|
||||
"version": "1.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.0.9.tgz",
|
||||
"integrity": "sha512-eTJQTDEVQePQM9dtRfhiAvCpwEWpVvpf52cweWwmro6HSkcWqqQJn2V2GRt2Te17Ex+56tv1hb5hLbpjimPtEQ==",
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.0.10.tgz",
|
||||
"integrity": "sha512-KvIzdIiby/3PeKI2Sn0xhhNHX6FZFccL1tjD9tJVJSoBm2Rd69HeBUSIp7U4hY9WTTw/jRdU/MubtDolNubtTQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/data": "^4.2.1",
|
||||
"@wordpress/hooks": "^2.0.5",
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
"@wordpress/rich-text": "^3.0.8",
|
||||
"@wordpress/rich-text": "^3.0.9",
|
||||
"lodash": "^4.17.10",
|
||||
"memize": "^1.0.5",
|
||||
"rememo": "^3.0.0",
|
||||
@ -406,20 +406,20 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/block-library": {
|
||||
"version": "2.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.19.tgz",
|
||||
"integrity": "sha512-AeOhmf2NcgqQtNyKzv1T/4FvnnJgMGxXtE8M/QeRcl0mg3kwBWbQUV7So4g6qh/SeMo4LwwYm7k28Sv1XF+ENg==",
|
||||
"version": "2.2.20",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.20.tgz",
|
||||
"integrity": "sha512-gF+GlGbnHShmKK6wk4ngrO6aTvU+BUe6H4jTw+Eki7F7wzTx+ocAPcvZGNyGQjwSxY5cwwJO4aoxPjRZKRyNWQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/autop": "^2.0.2",
|
||||
"@wordpress/blob": "^2.1.0",
|
||||
"@wordpress/blocks": "^6.0.8",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
"@wordpress/core-data": "^2.0.17",
|
||||
"@wordpress/data": "^4.2.1",
|
||||
"@wordpress/deprecated": "^2.0.5",
|
||||
"@wordpress/editor": "^9.0.12",
|
||||
"@wordpress/editor": "^9.0.13",
|
||||
"@wordpress/element": "^2.1.9",
|
||||
"@wordpress/html-entities": "^2.0.4",
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
@ -472,9 +472,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/components": {
|
||||
"version": "7.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0.9.tgz",
|
||||
"integrity": "sha512-CkF2yKTHG7SdDqSNmSIEkv7bp1c/wxwyLgQtONwn5lAenIM/3j14qtIS1qAr859voF+lWYacfbGfxtzBJpOQtg==",
|
||||
"version": "7.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0.10.tgz",
|
||||
"integrity": "sha512-g/PIpHsKn4aPLLCE8P4bdO+RzKxzI9TwOLnnGBR4LGYFdZS1zXsJB3X+wfESOaaUHXjdq5GsQTzXWDmOQeXF9Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
@ -486,7 +486,7 @@
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
"@wordpress/is-shallow-equal": "^1.1.5",
|
||||
"@wordpress/keycodes": "^2.0.6",
|
||||
"@wordpress/rich-text": "^3.0.8",
|
||||
"@wordpress/rich-text": "^3.0.9",
|
||||
"@wordpress/url": "^2.3.3",
|
||||
"classnames": "^2.2.5",
|
||||
"clipboard": "^2.0.1",
|
||||
@ -593,26 +593,26 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-post": {
|
||||
"version": "3.1.12",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1.12.tgz",
|
||||
"integrity": "sha512-Q3TFgaHhBCijg2F4qec6Rx/iuyKAsFAxaf6pvgoFzuz+tZBayQm6/nf9ISiyHnjygWMNqMRPAd33mfNRRtnEhg==",
|
||||
"version": "3.1.13",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1.13.tgz",
|
||||
"integrity": "sha512-ax+3t0tKC19SvY/3cCx06LmFCJziYanHkTJnTGzkiNjKD7YB6rxKeUeuV3X8TE27g2UM/aPDVmRguZV7WUixeA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
"@wordpress/api-fetch": "^2.2.8",
|
||||
"@wordpress/block-library": "^2.2.19",
|
||||
"@wordpress/block-library": "^2.2.20",
|
||||
"@wordpress/blocks": "^6.0.8",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
"@wordpress/core-data": "^2.0.17",
|
||||
"@wordpress/data": "^4.2.1",
|
||||
"@wordpress/editor": "^9.0.12",
|
||||
"@wordpress/editor": "^9.0.13",
|
||||
"@wordpress/element": "^2.1.9",
|
||||
"@wordpress/format-library": "^1.2.15",
|
||||
"@wordpress/format-library": "^1.2.16",
|
||||
"@wordpress/hooks": "^2.0.5",
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
"@wordpress/keycodes": "^2.0.6",
|
||||
"@wordpress/nux": "^3.0.10",
|
||||
"@wordpress/nux": "^3.0.11",
|
||||
"@wordpress/plugins": "^2.0.11",
|
||||
"@wordpress/url": "^2.3.3",
|
||||
"@wordpress/viewport": "^2.1.1",
|
||||
@ -622,16 +622,16 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/editor": {
|
||||
"version": "9.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0.12.tgz",
|
||||
"integrity": "sha512-7I2nAwhMmpi0pOmx2kjR86JQlRlvNC0zMBiWTim29Ke6qREMtnovKPPvlw7PA19kAJE4AYBFg7R0JtsEs8BaBg==",
|
||||
"version": "9.0.13",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0.13.tgz",
|
||||
"integrity": "sha512-vSpXbBhpMkROeNWJBbAotmPN6aClNwG/q5Kz/Jq59oudJTRyTYPkEPyhzoWtXpvRZq1o6tkx3Uo6yoKTutAoFQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
"@wordpress/api-fetch": "^2.2.8",
|
||||
"@wordpress/blob": "^2.1.0",
|
||||
"@wordpress/blocks": "^6.0.8",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
"@wordpress/core-data": "^2.0.17",
|
||||
"@wordpress/data": "^4.2.1",
|
||||
@ -645,7 +645,7 @@
|
||||
"@wordpress/is-shallow-equal": "^1.1.5",
|
||||
"@wordpress/keycodes": "^2.0.6",
|
||||
"@wordpress/notices": "^1.1.3",
|
||||
"@wordpress/nux": "^3.0.10",
|
||||
"@wordpress/nux": "^3.0.11",
|
||||
"@wordpress/token-list": "^1.1.0",
|
||||
"@wordpress/url": "^2.3.3",
|
||||
"@wordpress/viewport": "^2.1.1",
|
||||
@ -687,18 +687,18 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/format-library": {
|
||||
"version": "1.2.15",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.15.tgz",
|
||||
"integrity": "sha512-C8i5SRMufjsHWuBtyU0EHHFgI20MnXpfzBIZbVyE39qk07UcbKIh7HUhv+eBtW5uHiVTYuUadlYiZniL39syeA==",
|
||||
"version": "1.2.16",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.16.tgz",
|
||||
"integrity": "sha512-XN6GjFNIS6yzlu0D7jAbmVmtiq8OlOAwvBilw7zQleagoalWPiY62C4AqPy9KterseEusPdGhe8AFAxCDOyb0Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/dom": "^2.0.9",
|
||||
"@wordpress/editor": "^9.0.12",
|
||||
"@wordpress/editor": "^9.0.13",
|
||||
"@wordpress/element": "^2.1.9",
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
"@wordpress/keycodes": "^2.0.6",
|
||||
"@wordpress/rich-text": "^3.0.8",
|
||||
"@wordpress/rich-text": "^3.0.9",
|
||||
"@wordpress/url": "^2.3.3"
|
||||
}
|
||||
},
|
||||
@ -768,13 +768,13 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/list-reusable-blocks": {
|
||||
"version": "1.1.22",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.22.tgz",
|
||||
"integrity": "sha512-5PKW/plqFOTDtBRMfF5iVXfbdye+jKYqY4pB+SsklfEBQyJs7S4bFaHPPK9u9nwU7MCm98At6cG/D8sSCSjSdA==",
|
||||
"version": "1.1.23",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.23.tgz",
|
||||
"integrity": "sha512-RAwUEeusigKlAP064grkZie8MyE79rFGhW2LNJEDJJB2+5TXExrYt1MWKIxuIIjpK9pf4SE0ushCnKxQy0dMdg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/api-fetch": "^2.2.8",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
"@wordpress/element": "^2.1.9",
|
||||
"@wordpress/i18n": "^3.1.1",
|
||||
@ -793,12 +793,12 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/nux": {
|
||||
"version": "3.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0.10.tgz",
|
||||
"integrity": "sha512-TJWbTadi+MoaKVEevgD99/5T22Rfv4OdeAW37UocLSgEQG3jesdzj6mz7yUPDHRH2xYa2bqQ9gYHAH6HffWtSA==",
|
||||
"version": "3.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0.11.tgz",
|
||||
"integrity": "sha512-H/tLVIE4wYCQRmyz5SmwsUPM4prLX+uxUeSU8+zWqpehjIsQgTE6O2bBy+v9ZUAnXyve0s9K8kBlXlgLh/Z8IQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/components": "^7.0.9",
|
||||
"@wordpress/components": "^7.0.10",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
"@wordpress/data": "^4.2.1",
|
||||
"@wordpress/element": "^2.1.9",
|
||||
@ -830,9 +830,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/rich-text": {
|
||||
"version": "3.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.0.8.tgz",
|
||||
"integrity": "sha512-Szoz91LbpR6DQiFGqccjIyqi8Mub5aWArU/PWeVGFgDqw/PnGJs0duhhb9sD1rqg7d33tYbEzNZ9KM2+fNT6uQ==",
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.0.9.tgz",
|
||||
"integrity": "sha512-nujTIUAHolrElAvJaSIMpSpvabiwnEYKfMWjXvZL+kH9cvcZb/NWHWlVhd9gxSlFPL4/Qlid1zLv1jzVLJR+3Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^3.0.1",
|
||||
|
18
package.json
18
package.json
@ -70,14 +70,14 @@
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.2.5",
|
||||
"@wordpress/a11y": "2.0.2",
|
||||
"@wordpress/annotations": "1.0.9",
|
||||
"@wordpress/annotations": "1.0.10",
|
||||
"@wordpress/api-fetch": "2.2.8",
|
||||
"@wordpress/autop": "2.0.2",
|
||||
"@wordpress/blob": "2.1.0",
|
||||
"@wordpress/block-library": "2.2.19",
|
||||
"@wordpress/block-library": "2.2.20",
|
||||
"@wordpress/block-serialization-default-parser": "2.0.5",
|
||||
"@wordpress/blocks": "6.0.8",
|
||||
"@wordpress/components": "7.0.9",
|
||||
"@wordpress/components": "7.0.10",
|
||||
"@wordpress/compose": "3.0.1",
|
||||
"@wordpress/core-data": "2.0.17",
|
||||
"@wordpress/data": "4.2.1",
|
||||
@ -85,22 +85,22 @@
|
||||
"@wordpress/deprecated": "2.0.5",
|
||||
"@wordpress/dom": "2.0.9",
|
||||
"@wordpress/dom-ready": "2.0.2",
|
||||
"@wordpress/edit-post": "3.1.12",
|
||||
"@wordpress/editor": "9.0.12",
|
||||
"@wordpress/edit-post": "3.1.13",
|
||||
"@wordpress/editor": "9.0.13",
|
||||
"@wordpress/element": "2.1.9",
|
||||
"@wordpress/escape-html": "1.0.1",
|
||||
"@wordpress/format-library": "1.2.15",
|
||||
"@wordpress/format-library": "1.2.16",
|
||||
"@wordpress/hooks": "2.0.5",
|
||||
"@wordpress/html-entities": "2.0.4",
|
||||
"@wordpress/i18n": "3.1.1",
|
||||
"@wordpress/is-shallow-equal": "1.1.5",
|
||||
"@wordpress/keycodes": "2.0.6",
|
||||
"@wordpress/list-reusable-blocks": "1.1.22",
|
||||
"@wordpress/list-reusable-blocks": "1.1.23",
|
||||
"@wordpress/notices": "1.1.3",
|
||||
"@wordpress/nux": "3.0.10",
|
||||
"@wordpress/nux": "3.0.11",
|
||||
"@wordpress/plugins": "2.0.11",
|
||||
"@wordpress/redux-routine": "3.0.4",
|
||||
"@wordpress/rich-text": "3.0.8",
|
||||
"@wordpress/rich-text": "3.0.9",
|
||||
"@wordpress/shortcode": "2.0.2",
|
||||
"@wordpress/token-list": "1.1.0",
|
||||
"@wordpress/url": "2.3.3",
|
||||
|
@ -226,36 +226,36 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
$packages_versions = array(
|
||||
'api-fetch' => '2.2.8',
|
||||
'a11y' => '2.0.2',
|
||||
'annotations' => '1.0.8',
|
||||
'annotations' => '1.0.10',
|
||||
'autop' => '2.0.2',
|
||||
'blob' => '2.1.0',
|
||||
'block-library' => '2.2.18',
|
||||
'block-library' => '2.2.20',
|
||||
'block-serialization-default-parser' => '2.0.5',
|
||||
'blocks' => '6.0.6',
|
||||
'components' => '7.0.8',
|
||||
'blocks' => '6.0.8',
|
||||
'components' => '7.0.10',
|
||||
'compose' => '3.0.1',
|
||||
'core-data' => '2.0.17',
|
||||
'data' => '4.2.1',
|
||||
'date' => '3.0.1',
|
||||
'deprecated' => '2.0.5',
|
||||
'dom' => '2.0.8',
|
||||
'dom' => '2.0.9',
|
||||
'dom-ready' => '2.0.2',
|
||||
'edit-post' => '3.1.11',
|
||||
'editor' => '9.0.11',
|
||||
'edit-post' => '3.1.13',
|
||||
'editor' => '9.0.13',
|
||||
'element' => '2.1.9',
|
||||
'escape-html' => '1.0.1',
|
||||
'format-library' => '1.2.14',
|
||||
'format-library' => '1.2.16',
|
||||
'hooks' => '2.0.5',
|
||||
'html-entities' => '2.0.4',
|
||||
'i18n' => '3.1.1',
|
||||
'is-shallow-equal' => '1.1.5',
|
||||
'keycodes' => '2.0.6',
|
||||
'list-reusable-blocks' => '1.1.21',
|
||||
'list-reusable-blocks' => '1.1.23',
|
||||
'notices' => '1.1.3',
|
||||
'nux' => '3.0.9',
|
||||
'plugins' => '2.0.10',
|
||||
'nux' => '3.0.11',
|
||||
'plugins' => '2.0.11',
|
||||
'redux-routine' => '3.0.4',
|
||||
'rich-text' => '3.0.7',
|
||||
'rich-text' => '3.0.9',
|
||||
'shortcode' => '2.0.2',
|
||||
'token-list' => '1.1.0',
|
||||
'url' => '2.3.3',
|
||||
|
Loading…
x
Reference in New Issue
Block a user