2013-08-07 05:25:25 +00:00
|
|
|
{
|
2018-01-16 03:54:10 +00:00
|
|
|
"name": "WordPress",
|
2022-10-18 20:03:57 +00:00
|
|
|
"version": "6.2.0",
|
2018-04-05 07:15:25 +00:00
|
|
|
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
2018-01-16 03:54:10 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "svn",
|
|
|
|
"url": "https://develop.svn.wordpress.org/trunk"
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-02-05 02:44:07 +00:00
|
|
|
"node": ">=14.15.0",
|
2022-09-11 21:52:10 +00:00
|
|
|
"npm": ">=6.14.8 <7"
|
2018-01-16 03:54:10 +00:00
|
|
|
},
|
|
|
|
"author": "The WordPress Contributors",
|
2018-02-01 16:38:48 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2019-10-05 19:47:04 +00:00
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 1 Android versions",
|
|
|
|
"last 1 ChromeAndroid versions",
|
|
|
|
"last 2 Chrome versions",
|
|
|
|
"last 2 Firefox versions",
|
|
|
|
"last 2 Safari versions",
|
|
|
|
"last 2 iOS versions",
|
|
|
|
"last 2 Edge versions",
|
|
|
|
"last 2 Opera versions"
|
|
|
|
],
|
2018-01-16 03:54:10 +00:00
|
|
|
"devDependencies": {
|
2022-04-11 16:08:12 +00:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/babel-preset-default": "7.1.1",
|
|
|
|
"@wordpress/dependency-extraction-webpack-plugin": "4.0.2",
|
|
|
|
"@wordpress/e2e-test-utils": "8.1.1",
|
|
|
|
"@wordpress/scripts": "24.1.2",
|
2021-11-08 16:13:32 +00:00
|
|
|
"autoprefixer": "^9.8.8",
|
2022-10-06 18:55:05 +00:00
|
|
|
"chalk": "5.1.0",
|
2022-04-08 20:05:03 +00:00
|
|
|
"check-node-version": "4.2.1",
|
2022-09-23 19:53:14 +00:00
|
|
|
"copy-webpack-plugin": "11.0.0",
|
2021-04-20 20:00:16 +00:00
|
|
|
"cssnano": "4.1.11",
|
2022-10-06 18:55:05 +00:00
|
|
|
"dotenv": "16.0.3",
|
2022-09-23 19:53:14 +00:00
|
|
|
"dotenv-expand": "9.0.0",
|
2022-06-27 18:51:36 +00:00
|
|
|
"grunt": "~1.5.3",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-banner": "^0.6.0",
|
2022-04-27 17:19:38 +00:00
|
|
|
"grunt-contrib-clean": "~2.0.1",
|
2022-04-08 20:05:03 +00:00
|
|
|
"grunt-contrib-concat": "2.1.0",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2021-03-03 21:14:15 +00:00
|
|
|
"grunt-contrib-cssmin": "~4.0.0",
|
2020-05-30 04:54:28 +00:00
|
|
|
"grunt-contrib-imagemin": "~4.0.0",
|
2022-04-08 20:05:03 +00:00
|
|
|
"grunt-contrib-jshint": "3.2.0",
|
2022-06-27 18:51:36 +00:00
|
|
|
"grunt-contrib-qunit": "~6.2.0",
|
|
|
|
"grunt-contrib-uglify": "~5.2.2",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
"grunt-file-append": "0.0.7",
|
2021-01-05 15:32:46 +00:00
|
|
|
"grunt-jsdoc": "2.4.1",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
2021-05-11 20:10:27 +00:00
|
|
|
"grunt-legacy-util": "^2.0.1",
|
2020-07-31 18:33:23 +00:00
|
|
|
"grunt-patch-wordpress": "~3.0.0",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-postcss": "~0.9.0",
|
2019-10-05 13:47:52 +00:00
|
|
|
"grunt-replace-lts": "~1.1.0",
|
2021-01-06 14:51:25 +00:00
|
|
|
"grunt-rtlcss": "~2.0.2",
|
2019-10-05 19:47:04 +00:00
|
|
|
"grunt-sass": "~3.1.0",
|
2022-04-11 12:02:14 +00:00
|
|
|
"grunt-webpack": "5.0.0",
|
2019-10-05 19:47:04 +00:00
|
|
|
"ink-docstrap": "1.3.2",
|
2020-03-24 01:04:43 +00:00
|
|
|
"install-changed": "1.1.0",
|
2021-11-02 21:03:10 +00:00
|
|
|
"jest-image-snapshot": "3.0.1",
|
2018-12-11 16:12:13 +00:00
|
|
|
"matchdep": "~2.0.0",
|
2020-06-29 11:48:53 +00:00
|
|
|
"prettier": "npm:wp-prettier@2.0.5",
|
2022-06-27 18:51:36 +00:00
|
|
|
"qunit": "~2.19.1",
|
2022-04-11 16:08:12 +00:00
|
|
|
"react-refresh": "0.10.0",
|
2022-09-23 19:53:14 +00:00
|
|
|
"sass": "^1.55.0",
|
2022-10-06 18:55:05 +00:00
|
|
|
"sinon": "~14.0.1",
|
2022-09-23 19:53:14 +00:00
|
|
|
"sinon-test": "~3.1.4",
|
|
|
|
"source-map-loader": "4.0.0",
|
|
|
|
"terser-webpack-plugin": "5.3.6",
|
2022-10-06 18:55:05 +00:00
|
|
|
"uglify-js": "^3.17.3",
|
2022-09-23 19:53:14 +00:00
|
|
|
"uuid": "9.0.0",
|
2022-04-08 20:05:03 +00:00
|
|
|
"wait-on": "6.0.1",
|
2022-09-23 19:53:14 +00:00
|
|
|
"webpack": "5.74.0",
|
2022-04-11 12:02:14 +00:00
|
|
|
"webpack-livereload-plugin": "3.0.2"
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/a11y": "3.17.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/annotations": "2.17.3",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/api-fetch": "6.14.1",
|
|
|
|
"@wordpress/autop": "3.17.1",
|
|
|
|
"@wordpress/blob": "3.17.1",
|
2023-01-16 19:57:29 +00:00
|
|
|
"@wordpress/block-directory": "3.15.12",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/block-editor": "10.0.10",
|
2023-01-16 19:57:29 +00:00
|
|
|
"@wordpress/block-library": "7.14.12",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/block-serialization-default-parser": "4.17.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/blocks": "11.16.4",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/components": "21.0.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/compose": "5.15.2",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/core-data": "5.0.4",
|
2023-01-16 19:57:29 +00:00
|
|
|
"@wordpress/customize-widgets": "3.14.12",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/data": "7.1.3",
|
|
|
|
"@wordpress/data-controls": "2.17.3",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/date": "4.17.1",
|
|
|
|
"@wordpress/deprecated": "3.17.1",
|
|
|
|
"@wordpress/dom": "3.17.2",
|
|
|
|
"@wordpress/dom-ready": "3.17.1",
|
2023-01-16 19:57:29 +00:00
|
|
|
"@wordpress/edit-post": "6.14.12",
|
|
|
|
"@wordpress/edit-site": "4.14.14",
|
|
|
|
"@wordpress/edit-widgets": "4.14.12",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/editor": "12.16.10",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/element": "4.15.1",
|
|
|
|
"@wordpress/escape-html": "2.17.1",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/format-library": "3.15.10",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/hooks": "3.17.1",
|
|
|
|
"@wordpress/html-entities": "3.17.1",
|
|
|
|
"@wordpress/i18n": "4.17.1",
|
|
|
|
"@wordpress/icons": "9.8.1",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/interface": "4.16.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/is-shallow-equal": "4.17.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/keyboard-shortcuts": "3.15.3",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/keycodes": "3.17.1",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/list-reusable-blocks": "3.15.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/media-utils": "4.8.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/notices": "3.17.3",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/nux": "5.15.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/plugins": "4.15.2",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/preferences": "2.9.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/preferences-persistence": "1.9.1",
|
|
|
|
"@wordpress/primitives": "3.15.1",
|
|
|
|
"@wordpress/priority-queue": "2.17.2",
|
|
|
|
"@wordpress/redux-routine": "4.17.1",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/reusable-blocks": "3.15.10",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/rich-text": "5.15.3",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/server-side-render": "3.15.7",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/shortcode": "3.17.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/style-engine": "1.0.3",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/token-list": "2.17.1",
|
|
|
|
"@wordpress/url": "3.18.1",
|
2022-10-04 15:04:52 +00:00
|
|
|
"@wordpress/viewport": "4.15.3",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/warning": "2.17.1",
|
Editor: Update block editor packages to the latest patch releases.
This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.1.1.
For a full list of what’s included in this update, see https://github.com/WordPress/gutenberg/compare/432ed388f8d0614f9de775738b24b0ea96664715...6566f5fe9ece6ad5ae550349d3b1f0944a011040.
Props aaronrobertshaw, ntsekouras, bernhard-reiter, ramonopoly, isabel_brison, andrewserong, get_dave, scruffian, andraganescu, talldanwp, mciampini, noisysocks, cbravobernal, bph, tyxla, ellatrix, czapla, mcsf, ironprogrammer, wildworks, peterwilsoncc, mamaduka, mikachan, spacedmonkey, cybr, youknowriad, alexstine, aristath, kevin940726, ndiego, 0mirka00, poena, joen, ryankienstra, desrosj, vtad, nithins53, audrasjb, kacper3355, sabernhardt.
Fixes #57038, #56818, #56955, #56923.
git-svn-id: https://develop.svn.wordpress.org/trunk@54811 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-11 12:44:54 +00:00
|
|
|
"@wordpress/widgets": "2.15.10",
|
2022-09-20 15:14:54 +00:00
|
|
|
"@wordpress/wordcount": "3.17.1",
|
2022-04-12 17:15:15 +00:00
|
|
|
"backbone": "1.4.1",
|
2022-10-04 15:52:33 +00:00
|
|
|
"clipboard": "2.0.11",
|
2020-03-03 16:53:32 +00:00
|
|
|
"core-js-url-browser": "3.6.4",
|
2018-12-13 15:25:37 +00:00
|
|
|
"element-closest": "^2.0.2",
|
2022-04-12 17:33:54 +00:00
|
|
|
"formdata-polyfill": "4.0.10",
|
2020-01-08 11:55:03 +00:00
|
|
|
"hoverintent": "2.2.1",
|
2020-06-13 18:51:07 +00:00
|
|
|
"imagesloaded": "4.1.4",
|
2022-12-22 03:23:34 +00:00
|
|
|
"jquery": "3.6.3",
|
2021-03-18 15:48:43 +00:00
|
|
|
"jquery-color": "2.2.0",
|
2021-03-18 17:51:52 +00:00
|
|
|
"jquery-form": "4.3.0",
|
2022-01-03 15:01:28 +00:00
|
|
|
"jquery-hoverintent": "1.10.2",
|
Editor: Improve block loading PHP performance.
This commit improves PHP performance for core blocks by reading a single PHP file with block metadata, instead of reading a JSON file per-block and then decoding from JSON to PHP.
Includes:
* Adding a new Grunt task to convert `block.json` files to `block-json.php`.
* Using the new `block-json.php` file in the `register_block_type_from_metadata()` function.
Follow-up to [48141].
Props aristath, gziolo, johnbillion, presstoke, mukesh27, hellofromTonya, petitphp, adamsilverstein, costdev, desrosj, SergeyBiryukov.
Fixes #55005.
git-svn-id: https://develop.svn.wordpress.org/trunk@54276 602fd350-edb4-49c9-b593-d223f7449a82
2022-09-21 13:55:25 +00:00
|
|
|
"json2php": "^0.0.5",
|
2021-05-20 13:00:08 +00:00
|
|
|
"lodash": "4.17.21",
|
2020-06-13 18:51:07 +00:00
|
|
|
"masonry-layout": "4.2.2",
|
2022-07-19 19:41:12 +00:00
|
|
|
"moment": "2.29.4",
|
2021-03-30 14:14:57 +00:00
|
|
|
"objectFitPolyfill": "2.3.5",
|
2022-10-04 15:52:33 +00:00
|
|
|
"polyfill-library": "4.4.0",
|
2022-04-12 15:10:30 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2021-11-15 16:33:36 +00:00
|
|
|
"regenerator-runtime": "0.13.9",
|
2022-04-12 05:54:29 +00:00
|
|
|
"twemoji": "14.0.2",
|
2022-09-27 15:16:52 +00:00
|
|
|
"underscore": "1.13.6",
|
2021-08-30 13:49:28 +00:00
|
|
|
"whatwg-fetch": "3.6.2"
|
2018-12-14 09:46:30 +00:00
|
|
|
},
|
2018-12-14 10:53:17 +00:00
|
|
|
"scripts": {
|
2019-05-26 19:34:24 +00:00
|
|
|
"build": "grunt build",
|
2019-08-05 07:09:14 +00:00
|
|
|
"build:dev": "grunt build --dev",
|
|
|
|
"dev": "grunt watch --dev",
|
2019-05-26 19:34:24 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"watch": "grunt watch",
|
2019-06-27 11:26:58 +00:00
|
|
|
"grunt": "grunt",
|
2020-07-27 23:33:51 +00:00
|
|
|
"lint:jsdoc": "wp-scripts lint-js",
|
|
|
|
"lint:jsdoc:fix": "wp-scripts lint-js --fix",
|
2019-08-12 08:28:33 +00:00
|
|
|
"env:start": "node ./tools/local-env/scripts/start.js",
|
|
|
|
"env:stop": "node ./tools/local-env/scripts/docker.js down",
|
2020-04-30 20:20:18 +00:00
|
|
|
"env:restart": "npm run env:stop && npm run env:start",
|
2019-08-12 08:28:33 +00:00
|
|
|
"env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans",
|
|
|
|
"env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans",
|
|
|
|
"env:install": "node ./tools/local-env/scripts/install.js",
|
|
|
|
"env:cli": "node ./tools/local-env/scripts/docker.js run cli",
|
|
|
|
"env:logs": "node ./tools/local-env/scripts/docker.js logs",
|
|
|
|
"env:pull": "node ./tools/local-env/scripts/docker.js pull",
|
2021-09-24 16:54:42 +00:00
|
|
|
"test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit",
|
2020-10-12 11:59:53 +00:00
|
|
|
"test:e2e": "node ./tests/e2e/run-tests.js",
|
2021-11-02 21:03:10 +00:00
|
|
|
"test:visual": "node ./tests/visual-regression/run-tests.js",
|
2022-07-08 12:32:37 +00:00
|
|
|
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",
|
|
|
|
"postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build"
|
2018-01-16 03:54:10 +00:00
|
|
|
}
|
2020-07-06 23:01:18 +00:00
|
|
|
}
|