mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Update @wordpress packages
Update packages to include these bug fixes from Gutenberg: - Block Editor: Mark last change as persistent on save - Site Editor: Restore ?styles=open functionality - Site Editor: Fix resizable box scrollbars in blocks - Add classic menus to menu switcher See #54487. Props talldanwp. git-svn-id: https://develop.svn.wordpress.org/trunk@52624 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
aba29c2421
commit
35e0864e68
146
package-lock.json
generated
146
package-lock.json
generated
@ -3723,9 +3723,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/block-directory": {
|
||||
"version": "3.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-3.0.24.tgz",
|
||||
"integrity": "sha512-Mu46FtsY07Pri9GfSoTV9yP47KuIOKEiGjqTNk3infK6GfDX7FLO1tmv7GkhsCr3A/xEXO3SbcAd+yt9Wp6xhA==",
|
||||
"version": "3.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-3.0.25.tgz",
|
||||
"integrity": "sha512-fI+gs6+jVmQMa1Pq5ae74WLpF8o2iNlO77qDwTxOzcgMKWfDTMhZ4VRgqbcYfB0Ed9ZHqPVe5dBGI6nmh7dUog==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
@ -3736,8 +3736,8 @@
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
"@wordpress/core-data": "^4.0.9",
|
||||
"@wordpress/data": "^6.1.5",
|
||||
"@wordpress/edit-post": "^5.0.24",
|
||||
"@wordpress/editor": "^12.0.18",
|
||||
"@wordpress/edit-post": "^5.0.25",
|
||||
"@wordpress/editor": "^12.0.19",
|
||||
"@wordpress/element": "^4.0.4",
|
||||
"@wordpress/hooks": "^3.2.2",
|
||||
"@wordpress/html-entities": "^3.2.3",
|
||||
@ -3747,94 +3747,6 @@
|
||||
"@wordpress/plugins": "^4.0.7",
|
||||
"@wordpress/url": "^3.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/block-library": {
|
||||
"version": "6.0.23",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-6.0.23.tgz",
|
||||
"integrity": "sha512-yzt7IKpsRJKw8XN/KN+tu+0aYo8FycUoHhXvQgQy0uoSKSDCRlN0lIbELGTgMjRlIQlwwAYPsAy1pOjGPig88w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/api-fetch": "^5.2.6",
|
||||
"@wordpress/autop": "^3.2.3",
|
||||
"@wordpress/blob": "^3.2.2",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
"@wordpress/core-data": "^4.0.9",
|
||||
"@wordpress/data": "^6.1.5",
|
||||
"@wordpress/date": "^4.2.3",
|
||||
"@wordpress/deprecated": "^3.2.3",
|
||||
"@wordpress/dom": "^3.2.7",
|
||||
"@wordpress/element": "^4.0.4",
|
||||
"@wordpress/escape-html": "^2.2.3",
|
||||
"@wordpress/hooks": "^3.2.2",
|
||||
"@wordpress/html-entities": "^3.2.3",
|
||||
"@wordpress/i18n": "^4.2.4",
|
||||
"@wordpress/icons": "^6.1.1",
|
||||
"@wordpress/is-shallow-equal": "^4.2.1",
|
||||
"@wordpress/keycodes": "^3.2.4",
|
||||
"@wordpress/notices": "^3.2.8",
|
||||
"@wordpress/primitives": "^3.0.4",
|
||||
"@wordpress/reusable-blocks": "^3.0.21",
|
||||
"@wordpress/rich-text": "^5.0.8",
|
||||
"@wordpress/server-side-render": "^3.0.19",
|
||||
"@wordpress/url": "^3.3.1",
|
||||
"@wordpress/viewport": "^4.0.7",
|
||||
"classnames": "^2.3.1",
|
||||
"colord": "^2.7.0",
|
||||
"fast-average-color": "4.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"memize": "^1.1.0",
|
||||
"micromodal": "^0.4.10",
|
||||
"moment": "^2.22.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-post": {
|
||||
"version": "5.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-5.0.24.tgz",
|
||||
"integrity": "sha512-62G/aCNRTNVMeNzm2xETTeR3yPZi5exymUXVkx5Hw3mAD6GHM2FOiIQ0U6eBSH/QTFHg7ihz/tcr35aUQIIdTQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/api-fetch": "^5.2.6",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/block-library": "^6.0.23",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
"@wordpress/core-data": "^4.0.9",
|
||||
"@wordpress/data": "^6.1.5",
|
||||
"@wordpress/data-controls": "^2.2.8",
|
||||
"@wordpress/editor": "^12.0.18",
|
||||
"@wordpress/element": "^4.0.4",
|
||||
"@wordpress/hooks": "^3.2.2",
|
||||
"@wordpress/i18n": "^4.2.4",
|
||||
"@wordpress/icons": "^6.1.1",
|
||||
"@wordpress/interface": "^4.1.17",
|
||||
"@wordpress/keyboard-shortcuts": "^3.0.7",
|
||||
"@wordpress/keycodes": "^3.2.4",
|
||||
"@wordpress/media-utils": "^3.0.5",
|
||||
"@wordpress/notices": "^3.2.8",
|
||||
"@wordpress/plugins": "^4.0.7",
|
||||
"@wordpress/primitives": "^3.0.4",
|
||||
"@wordpress/url": "^3.3.1",
|
||||
"@wordpress/viewport": "^4.0.7",
|
||||
"@wordpress/warning": "^2.2.2",
|
||||
"classnames": "^2.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"memize": "^1.1.0",
|
||||
"rememo": "^3.0.0",
|
||||
"uuid": "8.3.0"
|
||||
}
|
||||
},
|
||||
"uuid": {
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
|
||||
"integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/block-editor": {
|
||||
@ -3885,9 +3797,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/block-library": {
|
||||
"version": "6.0.23",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-6.0.23.tgz",
|
||||
"integrity": "sha512-yzt7IKpsRJKw8XN/KN+tu+0aYo8FycUoHhXvQgQy0uoSKSDCRlN0lIbELGTgMjRlIQlwwAYPsAy1pOjGPig88w==",
|
||||
"version": "6.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-6.0.24.tgz",
|
||||
"integrity": "sha512-SUSliAGDX7DpEalCJxjzLQJwq5GxR+A8OVdFR/c1iEdRAbJHdDvvQyVxckhHCGcV2Ig7tUdnEyf8OcuCqyhPVw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
@ -4066,14 +3978,14 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/customize-widgets": {
|
||||
"version": "2.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/customize-widgets/-/customize-widgets-2.0.24.tgz",
|
||||
"integrity": "sha512-RlV/CvRphlpu5clDK12jhYZ6tpP22gfS78bWLDqpF9gVqEnYIL+3Fo9MTghFdoMI8AouMaxHsTKZLN54LPjluw==",
|
||||
"version": "2.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/customize-widgets/-/customize-widgets-2.0.25.tgz",
|
||||
"integrity": "sha512-ykwcTCsIJ+Kh+VYy31CUvG9YBzMgEj5UF8Dy1kVZOcVQlgjvAaOUl/4D2C50oekGMDDAz3P5jyy35D68dqTSvg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/block-library": "^6.0.23",
|
||||
"@wordpress/block-library": "^6.0.24",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
@ -4218,22 +4130,22 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-post": {
|
||||
"version": "5.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-5.0.24.tgz",
|
||||
"integrity": "sha512-62G/aCNRTNVMeNzm2xETTeR3yPZi5exymUXVkx5Hw3mAD6GHM2FOiIQ0U6eBSH/QTFHg7ihz/tcr35aUQIIdTQ==",
|
||||
"version": "5.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-5.0.25.tgz",
|
||||
"integrity": "sha512-jvIeHOHxh5FO57chGvsbnEBA3qokcLu/nsf67vENZvZvM6JBliBh+v3YX39SmorcD2fQW+wHaOcVQcXDj3MrPQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/api-fetch": "^5.2.6",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/block-library": "^6.0.23",
|
||||
"@wordpress/block-library": "^6.0.24",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
"@wordpress/core-data": "^4.0.9",
|
||||
"@wordpress/data": "^6.1.5",
|
||||
"@wordpress/data-controls": "^2.2.8",
|
||||
"@wordpress/editor": "^12.0.18",
|
||||
"@wordpress/editor": "^12.0.19",
|
||||
"@wordpress/element": "^4.0.4",
|
||||
"@wordpress/hooks": "^3.2.2",
|
||||
"@wordpress/i18n": "^4.2.4",
|
||||
@ -4263,22 +4175,22 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-site": {
|
||||
"version": "3.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-site/-/edit-site-3.0.24.tgz",
|
||||
"integrity": "sha512-VBCzct355ZgQZ8uQ0KJ6ut6+mvkQZVPqm9L2u659tB6GkZweZ39cBgJmWPHprXrLwSFTG0RHCHBHKlnfI+P2hA==",
|
||||
"version": "3.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-site/-/edit-site-3.0.25.tgz",
|
||||
"integrity": "sha512-hprneaagDZbVPhWmpQ6e0/RU33/7NkyLS3vKPRsFhnC0Lo5dcTxJIILI92eKliUzq1OI7zCDZYYHOjbFOrhk/g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/api-fetch": "^5.2.6",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/block-library": "^6.0.23",
|
||||
"@wordpress/block-library": "^6.0.24",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
"@wordpress/core-data": "^4.0.9",
|
||||
"@wordpress/data": "^6.1.5",
|
||||
"@wordpress/data-controls": "^2.2.8",
|
||||
"@wordpress/editor": "^12.0.18",
|
||||
"@wordpress/editor": "^12.0.19",
|
||||
"@wordpress/element": "^4.0.4",
|
||||
"@wordpress/hooks": "^3.2.2",
|
||||
"@wordpress/html-entities": "^3.2.3",
|
||||
@ -4304,15 +4216,15 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/edit-widgets": {
|
||||
"version": "3.1.19",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-widgets/-/edit-widgets-3.1.19.tgz",
|
||||
"integrity": "sha512-21ZnyjgYZ8bwvczsRDQCBiNAMW6N9oEAmpQZgFIOE1ucZBu8cVdQDX2tmQep/VmewAho9JymU0IuYX2R9Xd8YA==",
|
||||
"version": "3.1.20",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/edit-widgets/-/edit-widgets-3.1.20.tgz",
|
||||
"integrity": "sha512-alGB2l5AJAZmw4UL/LJ1slGnU85FQ2fsIArm9AWLstYSU+Y51jYxgZgdrqOK30BJ9pHizsU81CtKb0xUtS9Eyg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
"@wordpress/api-fetch": "^5.2.6",
|
||||
"@wordpress/block-editor": "^8.0.15",
|
||||
"@wordpress/block-library": "^6.0.23",
|
||||
"@wordpress/block-library": "^6.0.24",
|
||||
"@wordpress/blocks": "^11.1.5",
|
||||
"@wordpress/components": "^19.2.2",
|
||||
"@wordpress/compose": "^5.0.7",
|
||||
@ -4340,9 +4252,9 @@
|
||||
}
|
||||
},
|
||||
"@wordpress/editor": {
|
||||
"version": "12.0.18",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-12.0.18.tgz",
|
||||
"integrity": "sha512-Dk0GmUggFpwm7kWiEbPF0O0S6gF6MmyM3tyGnRI/NmCgCZ/XD4qnguyrQ1kIZmwuuSNAnzKzQyJ3M5IIoDWqLA==",
|
||||
"version": "12.0.19",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-12.0.19.tgz",
|
||||
"integrity": "sha512-JTEL0RJm8Zamcw/M/sQcZdmHpfvxo/JWuwvMQi9ct0uczm8TDtHoBJlUHOqXYiy48VknQuOWreCCMEnoooTO3g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@wordpress/a11y": "^3.2.4",
|
||||
|
14
package.json
14
package.json
@ -82,25 +82,25 @@
|
||||
"@wordpress/api-fetch": "5.2.6",
|
||||
"@wordpress/autop": "3.2.3",
|
||||
"@wordpress/blob": "3.2.2",
|
||||
"@wordpress/block-directory": "3.0.24",
|
||||
"@wordpress/block-directory": "3.0.25",
|
||||
"@wordpress/block-editor": "8.0.15",
|
||||
"@wordpress/block-library": "6.0.23",
|
||||
"@wordpress/block-library": "6.0.24",
|
||||
"@wordpress/block-serialization-default-parser": "4.2.3",
|
||||
"@wordpress/blocks": "11.1.5",
|
||||
"@wordpress/components": "19.2.2",
|
||||
"@wordpress/compose": "5.0.7",
|
||||
"@wordpress/core-data": "4.0.9",
|
||||
"@wordpress/customize-widgets": "2.0.24",
|
||||
"@wordpress/customize-widgets": "2.0.25",
|
||||
"@wordpress/data": "6.1.5",
|
||||
"@wordpress/data-controls": "2.2.8",
|
||||
"@wordpress/date": "4.2.3",
|
||||
"@wordpress/deprecated": "3.2.3",
|
||||
"@wordpress/dom": "3.2.7",
|
||||
"@wordpress/dom-ready": "3.2.3",
|
||||
"@wordpress/edit-post": "5.0.24",
|
||||
"@wordpress/edit-site": "3.0.24",
|
||||
"@wordpress/edit-widgets": "3.1.19",
|
||||
"@wordpress/editor": "12.0.18",
|
||||
"@wordpress/edit-post": "5.0.25",
|
||||
"@wordpress/edit-site": "3.0.25",
|
||||
"@wordpress/edit-widgets": "3.1.20",
|
||||
"@wordpress/editor": "12.0.19",
|
||||
"@wordpress/element": "4.0.4",
|
||||
"@wordpress/escape-html": "2.2.3",
|
||||
"@wordpress/format-library": "3.0.21",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user