mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Block Editor: Update @wordpress dependencies to the latest version matching Gutenberg 4.3.0
- Update the editor,edit-post,components,block-library,nux and list-reusable blocks packages - Also add a missing wp-date dependency to the editor script Props atimmer See #45145. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab37690438
commit
0c58fd2301
455
package-lock.json
generated
455
package-lock.json
generated
@ -252,20 +252,20 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/block-library": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.2.tgz",
|
||||
"integrity": "sha512-Q0hkYxq1eXRAAhGoCHZ1mT0GV1AtSpyB/N9ZwMrF3nP116tx7hbcMsyJW9j/tgvKLFOUforSitGQyfojxlWysQ==",
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.3.tgz",
|
||||
"integrity": "sha512-vo9GagfBgTH3YmeyMgqwDzgYmZJMpDeTS1jJYazxNJNStdMqyrFyxR/r+8n+Ol08/Ey1RLC6x+XidIPFy0iRdQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/autop": "^2.0.2",
|
||||
"@wordpress/blob": "^2.1.0",
|
||||
"@wordpress/blocks": "^5.3.1",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/core-data": "^2.0.12",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/editor": "^7.0.0",
|
||||
"@wordpress/editor": "^7.0.1",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/html-entities": "^2.0.2",
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
@ -278,62 +278,6 @@
|
||||
"querystring": "^0.2.0",
|
||||
"querystringify": "^1.0.0",
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/data": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/data/-/data-3.1.2.tgz",
|
||||
"integrity": "sha512-aAYgRIljpLboplTaCA7t5r+qVjE53VGMS7rLjSHFsoFxj9GYPiCCX1f/B01eKz9pf04rVdM2N4cEowyxjkhKFA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"equivalent-key-map": "^0.2.2",
|
||||
"is-promise": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"redux": "^4.0.0",
|
||||
"turbo-combine-reducers": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/viewport": {
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.0.10.tgz",
|
||||
"integrity": "sha512-G+7VgUQkRu9JwrsiBvTs/CS87vs6wcxCknr2lWU14rk55FWpxg4fhduRHUcBYEk7E+bvOHV1TgnAspBncu1aYg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/block-serialization-default-parser": {
|
||||
@ -429,9 +373,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/components": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-6.0.0.tgz",
|
||||
"integrity": "sha512-0TeXSfUYHeismfdrTKeFnxg30Nz2F9ZgvqTz2KAiQcCzwgZ/cY8ijf9Ef6Xl11RCEsKoN82tYmc5WNTRrClObA==",
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-6.0.1.tgz",
|
||||
"integrity": "sha512-DV2z0GDyp7EA6i3kW1vJ1NWlKJuSSVh2oFkFbAygBPq3Z7hVlYwX38vOecJ7fdYy/+imhQW/S5vpsRCo7Nevvw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
@ -459,41 +403,6 @@
|
||||
"rememo": "^3.0.0",
|
||||
"tinycolor2": "^1.4.1",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/dom": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.0.6.tgz",
|
||||
"integrity": "sha512-z1xdNASrkJc+FTdYAEDKub7pqrizAo2WFlkBmqrurwBcY/HoOTTEqg6wzq2SwvEq/rff741BCWD/JmGU7tI3AQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/compose": {
|
||||
@ -631,113 +540,45 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-post": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.0.0.tgz",
|
||||
"integrity": "sha512-sswJ8jFYoUn70WGcWuxzPCldjAsAlmyBfOsfEdy6LDeBvxwi84Bk9CzooJr/V+FGsRmMtmRA5O6XbpnaBVo6Ig==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.0.1.tgz",
|
||||
"integrity": "sha512-Yxm9ccpHR0dcUnklbk15reG/AwjXPIdj9AzDmW4+yhZLYygb5YAcN9F5QZ7TOXjGDRTTCEB6is01tDgDd1to3g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
"@wordpress/api-fetch": "^2.2.3",
|
||||
"@wordpress/block-library": "^2.2.2",
|
||||
"@wordpress/block-library": "^2.2.3",
|
||||
"@wordpress/blocks": "^5.3.1",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/core-data": "^2.0.12",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/editor": "^7.0.0",
|
||||
"@wordpress/editor": "^7.0.1",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/format-library": "^1.2.0",
|
||||
"@wordpress/format-library": "^1.2.1",
|
||||
"@wordpress/hooks": "^2.0.3",
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"@wordpress/keycodes": "^2.0.3",
|
||||
"@wordpress/nux": "^2.0.12",
|
||||
"@wordpress/nux": "^2.0.13",
|
||||
"@wordpress/plugins": "^2.0.8",
|
||||
"@wordpress/url": "^2.3.0",
|
||||
"@wordpress/viewport": "^2.0.10",
|
||||
"classnames": "^2.2.5",
|
||||
"lodash": "^4.17.10",
|
||||
"refx": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/data": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/data/-/data-3.1.2.tgz",
|
||||
"integrity": "sha512-aAYgRIljpLboplTaCA7t5r+qVjE53VGMS7rLjSHFsoFxj9GYPiCCX1f/B01eKz9pf04rVdM2N4cEowyxjkhKFA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"equivalent-key-map": "^0.2.2",
|
||||
"is-promise": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"redux": "^4.0.0",
|
||||
"turbo-combine-reducers": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/plugins": {
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/plugins/-/plugins-2.0.8.tgz",
|
||||
"integrity": "sha512-qxoUQ6QukmktKDAIvYg+tJBSihZ/gPftxXOuYhoPBADXnAUxh6s7njpWebf2sw7pJjQPYv4EG7/edOQ0bt6C9Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/hooks": "^2.0.3",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/viewport": {
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.0.10.tgz",
|
||||
"integrity": "sha512-G+7VgUQkRu9JwrsiBvTs/CS87vs6wcxCknr2lWU14rk55FWpxg4fhduRHUcBYEk7E+bvOHV1TgnAspBncu1aYg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/editor": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-7.0.0.tgz",
|
||||
"integrity": "sha512-aNSwKvBlU6tg9qwte+yMk8W+sgOy2HUQyoyoPJIXo0awqfDPLFrBG8I7tnicybPXxxtBNamybSf6TVB1R/kn8A==",
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-7.0.1.tgz",
|
||||
"integrity": "sha512-eNoT3Xksusf6R1M5qjYxBuqjRpS4aIwIxJtKRJ7Z/76lfI1OeNEyW29dsOaH2B5LBcnbCP3rKaXEpylhEaMFTw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
"@wordpress/api-fetch": "^2.2.3",
|
||||
"@wordpress/blob": "^2.1.0",
|
||||
"@wordpress/blocks": "^5.3.1",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/core-data": "^2.0.12",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
@ -751,7 +592,7 @@
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/keycodes": "^2.0.3",
|
||||
"@wordpress/notices": "^1.0.4",
|
||||
"@wordpress/nux": "^2.0.12",
|
||||
"@wordpress/nux": "^2.0.13",
|
||||
"@wordpress/token-list": "^1.0.2",
|
||||
"@wordpress/url": "^2.3.0",
|
||||
"@wordpress/viewport": "^2.0.10",
|
||||
@ -770,92 +611,6 @@
|
||||
"tinycolor2": "^1.4.1",
|
||||
"tinymce": "^4.7.2",
|
||||
"traverse": "^0.6.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/data": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/data/-/data-3.1.2.tgz",
|
||||
"integrity": "sha512-aAYgRIljpLboplTaCA7t5r+qVjE53VGMS7rLjSHFsoFxj9GYPiCCX1f/B01eKz9pf04rVdM2N4cEowyxjkhKFA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"equivalent-key-map": "^0.2.2",
|
||||
"is-promise": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"redux": "^4.0.0",
|
||||
"turbo-combine-reducers": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/date": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/date/-/date-2.2.1.tgz",
|
||||
"integrity": "sha512-icDlv9HAEVx4xXveU9m93CHqH+82SqkL/Y3Po9jjuCS6K2F0OMJURdQSbcf6QJ6KmCXJzeQTq4/IrtioXOEy5w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"moment": "^2.22.1",
|
||||
"moment-timezone": "^0.5.16"
|
||||
}
|
||||
},
|
||||
"@wordpress/dom": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.0.6.tgz",
|
||||
"integrity": "sha512-z1xdNASrkJc+FTdYAEDKub7pqrizAo2WFlkBmqrurwBcY/HoOTTEqg6wzq2SwvEq/rff741BCWD/JmGU7tI3AQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/notices": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/notices/-/notices-1.0.4.tgz",
|
||||
"integrity": "sha512-7vjv62bx2VJLagl6+8FPkQeVtWMd4tC3GYIqX6AU4HA6RUaC0VPxWxVTHt0tFXPL7bqUkOZgICNHTyzOIzdTzA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/a11y": "^2.0.2",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/viewport": {
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.0.10.tgz",
|
||||
"integrity": "sha512-G+7VgUQkRu9JwrsiBvTs/CS87vs6wcxCknr2lWU14rk55FWpxg4fhduRHUcBYEk7E+bvOHV1TgnAspBncu1aYg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
@ -879,85 +634,19 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/format-library": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.0.tgz",
|
||||
"integrity": "sha512-FnkzmgMYrKiBdQN1iDUgqjqZTnniHsrxcg/MvQwpg+inRtXYUTh2lp4wWsn9lEO2g2t85r69GAYsC8TmmaUjEQ==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.1.tgz",
|
||||
"integrity": "sha512-MRSM2Z7K99U7j+RUsBdsjQjj2EweR1Bjm7yI/CzrZymoSb4EJzWHv3SayegfxKrhlRWpUVaBqaDP42ddtQnhoA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/dom": "^2.0.6",
|
||||
"@wordpress/editor": "^7.0.0",
|
||||
"@wordpress/editor": "^7.0.1",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"@wordpress/keycodes": "^2.0.3",
|
||||
"@wordpress/rich-text": "^2.0.4",
|
||||
"@wordpress/url": "^2.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/data": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/data/-/data-3.1.2.tgz",
|
||||
"integrity": "sha512-aAYgRIljpLboplTaCA7t5r+qVjE53VGMS7rLjSHFsoFxj9GYPiCCX1f/B01eKz9pf04rVdM2N4cEowyxjkhKFA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"equivalent-key-map": "^0.2.2",
|
||||
"is-promise": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"redux": "^4.0.0",
|
||||
"turbo-combine-reducers": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/dom": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.0.6.tgz",
|
||||
"integrity": "sha512-z1xdNASrkJc+FTdYAEDKub7pqrizAo2WFlkBmqrurwBcY/HoOTTEqg6wzq2SwvEq/rff741BCWD/JmGU7tI3AQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/rich-text": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-2.0.4.tgz",
|
||||
"integrity": "sha512-c1DQ5xhVb8k1PV/9fTCSFHyu8SbKVzM3tCG7JX/fsUppzjV3CzljkxSYRm1GrFidRX5uqOYP+SGWi9x25Cnl1g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"rememo": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/hooks": {
|
||||
@ -1017,43 +706,17 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/list-reusable-blocks": {
|
||||
"version": "1.1.10",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.10.tgz",
|
||||
"integrity": "sha512-8Jdee13/AYfEYbTXZqz9XHbhKdw0c41oa3bf3nKWqrf2DaNWxLBAT9U9VsINcfFa0+508fLf6kgRCjNpmHvNag==",
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.11.tgz",
|
||||
"integrity": "sha512-4kMj7zyvoO7LVfTZGg9IoXWA6EugDg3ZPJjRrfF6jr6qThBNxGAnb+A00hghu5mZnscMtPvKNpoN15zsduI58g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/api-fetch": "^2.2.3",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"lodash": "^4.17.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/notices": {
|
||||
@ -1068,12 +731,12 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/nux": {
|
||||
"version": "2.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-2.0.12.tgz",
|
||||
"integrity": "sha512-y97Q/plpcFPTRYqbfeucmIOnJe1jEIJwFJxJinDqifcfGhYZ4/x3JN7+9uwyatdT8oDzHUO67VoE9z2k2fPTmQ==",
|
||||
"version": "2.0.13",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-2.0.13.tgz",
|
||||
"integrity": "sha512-Jtb7xf00zzyEESxSO78i2JmkfJ//Arm0+jliOTS28tHSsYJrn1WJNPuzrkwSvSdZMsYsq/YZvGRlNywyZz2EGw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
@ -1081,50 +744,6 @@
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"rememo": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-2.1.2.tgz",
|
||||
"integrity": "sha512-jr1bWRYx8vt4bCWB4hqR9Ve9rk/TCJ5mFRvkwEd+xTDyXG6ZMmps3HszGA6aCH7E+TCHH+bWw2qZo9sAeHVK/w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"lodash": "^4.17.10"
|
||||
}
|
||||
},
|
||||
"@wordpress/data": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/data/-/data-3.1.2.tgz",
|
||||
"integrity": "sha512-aAYgRIljpLboplTaCA7t5r+qVjE53VGMS7rLjSHFsoFxj9GYPiCCX1f/B01eKz9pf04rVdM2N4cEowyxjkhKFA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"equivalent-key-map": "^0.2.2",
|
||||
"is-promise": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"redux": "^4.0.0",
|
||||
"turbo-combine-reducers": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/element": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.1.7.tgz",
|
||||
"integrity": "sha512-+2Nbs0R3eP2gNrH0z1H5ZXTr0Lja7ZGFrtlKXa3+ZblHDBAheSB24ZEbQqZJTK1zdGw+GOU/vXPyY4ThHHJiPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"lodash": "^4.17.10",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/plugins": {
|
||||
@ -3376,9 +2995,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"clipboard": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.2.tgz",
|
||||
"integrity": "sha512-kr53YUunMs26TNMZ+O++poRqAVRFskEi7xrqJwMWrTPMOF5pfXkRz8tDw52lKdfkF8b81G8vS6hIR952JgGmIw==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.3.tgz",
|
||||
"integrity": "sha512-ZCKqjAwpnlZbzL7kFeihGKoMbs6sD5DnJfmtQZNnzaUbHGKjhTf+RYRUzbz+4xEl8pShaCstCc3cLNOEvCWskw==",
|
||||
"requires": {
|
||||
"good-listener": "^1.2.2",
|
||||
"select": "^1.1.2",
|
||||
|
14
package.json
14
package.json
@ -55,10 +55,10 @@
|
||||
"@wordpress/api-fetch": "^2.2.3",
|
||||
"@wordpress/autop": "^2.0.2",
|
||||
"@wordpress/blob": "^2.1.0",
|
||||
"@wordpress/block-library": "^2.2.2",
|
||||
"@wordpress/block-library": "^2.2.3",
|
||||
"@wordpress/block-serialization-default-parser": "^2.0.0",
|
||||
"@wordpress/blocks": "^5.3.1",
|
||||
"@wordpress/components": "^6.0.0",
|
||||
"@wordpress/components": "^6.0.1",
|
||||
"@wordpress/compose": "^2.1.2",
|
||||
"@wordpress/core-data": "^2.0.12",
|
||||
"@wordpress/data": "^3.1.2",
|
||||
@ -66,19 +66,19 @@
|
||||
"@wordpress/deprecated": "^2.0.3",
|
||||
"@wordpress/dom": "^2.0.6",
|
||||
"@wordpress/dom-ready": "^2.0.2",
|
||||
"@wordpress/edit-post": "^3.0.0",
|
||||
"@wordpress/editor": "^7.0.0",
|
||||
"@wordpress/edit-post": "^3.0.1",
|
||||
"@wordpress/editor": "^7.0.1",
|
||||
"@wordpress/element": "^2.1.7",
|
||||
"@wordpress/escape-html": "^1.0.1",
|
||||
"@wordpress/format-library": "^1.2.0",
|
||||
"@wordpress/format-library": "^1.2.1",
|
||||
"@wordpress/hooks": "^2.0.3",
|
||||
"@wordpress/html-entities": "^2.0.2",
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"@wordpress/is-shallow-equal": "^1.1.4",
|
||||
"@wordpress/keycodes": "^2.0.3",
|
||||
"@wordpress/list-reusable-blocks": "^1.1.10",
|
||||
"@wordpress/list-reusable-blocks": "^1.1.11",
|
||||
"@wordpress/notices": "^1.0.4",
|
||||
"@wordpress/nux": "^2.0.12",
|
||||
"@wordpress/nux": "^2.0.13",
|
||||
"@wordpress/plugins": "^2.0.8",
|
||||
"@wordpress/redux-routine": "^3.0.3",
|
||||
"@wordpress/rich-text": "^2.0.4",
|
||||
|
@ -201,6 +201,7 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
'wp-compose',
|
||||
'wp-core-data',
|
||||
'wp-data',
|
||||
'wp-date',
|
||||
'wp-editor',
|
||||
'wp-element',
|
||||
'wp-html-entities',
|
||||
|
Loading…
x
Reference in New Issue
Block a user