2013-08-07 05:25:25 +00:00
|
|
|
{
|
2018-01-16 03:54:10 +00:00
|
|
|
"name": "WordPress",
|
2023-10-17 18:39:45 +00:00
|
|
|
"version": "6.5.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": {
|
2023-08-09 18:52:42 +00:00
|
|
|
"node": ">=16.19.1",
|
|
|
|
"npm": ">=8.19.3 <9"
|
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": {
|
2023-01-27 15:53:15 +00:00
|
|
|
"@lodder/grunt-postcss": "^3.1.1",
|
2023-10-13 08:11:41 +00:00
|
|
|
"@playwright/test": "1.32.0",
|
2022-04-11 16:08:12 +00:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
Editor: Update of npm packages after 6.4 RC3.
This update includes the following fixes reported after RC3:
* Regression: [https://github.com/WordPress/gutenberg/pull/55858 Fixes patterns not working anymore as a post template for custom post types].
Scenario: When creating a new post for any custom post type registered with its "template" argument set to a pattern.
For this scenario, the pattern template no longer renders in the post editor or the frontend with 6.4, whereas it did render properly in 6.3.2.
This package update resolves the console error raised:
{{{
Uncaught TypeError: select(...).getCurrentTheme() is undefined
}}}
which restores the rendering of the pattern template.
* Regression: [https://github.com/WordPress/gutenberg/pull/55859 Fixes positioning and styles for the new lightbox's trigger] introduced in 6.4.
Follow up to [57048], [57034], [56987], [56961], [56849], [56818], [56816].
Props renathoc, rajinsharwar, richtabor, joen, mikachan, hellofromTonya.
Fixes #59411.
git-svn-id: https://develop.svn.wordpress.org/trunk@57063 602fd350-edb4-49c9-b593-d223f7449a82
2023-11-05 17:13:48 +00:00
|
|
|
"@wordpress/babel-preset-default": "7.26.12",
|
|
|
|
"@wordpress/dependency-extraction-webpack-plugin": "4.25.12",
|
|
|
|
"@wordpress/e2e-test-utils": "10.13.12",
|
|
|
|
"@wordpress/e2e-test-utils-playwright": "0.10.12",
|
|
|
|
"@wordpress/scripts": "26.13.12",
|
2023-09-21 13:24:50 +00:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-08-11 16:02:43 +00:00
|
|
|
"chalk": "5.3.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",
|
2023-08-11 16:02:43 +00:00
|
|
|
"cssnano": "6.0.1",
|
|
|
|
"dotenv": "16.3.1",
|
2023-02-02 16:34:04 +00:00
|
|
|
"dotenv-expand": "10.0.0",
|
Update npm packages to latest.
The npm packages needed a further update for beta 2 in preparation for 6.4.
Props @mmaattiiaass , @wildworks , @aaronrobertshaw, @bartkalisz, @mamaduka, @artemiosans, @youknowriad, @czapla, @richtabor, @glendaviesnz, @pbking, @cbravobernal, @madhudollu, @kevin940726, @adamsilverstein, @get_dave, @ntsekouras, @ramonopoly, @jffng, @swissspidy, @carlosgprim, @siobhyb, @mikachan.
See #59411.
git-svn-id: https://develop.svn.wordpress.org/trunk@56755 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-02 18:55:27 +00:00
|
|
|
"grunt": "1.6.1",
|
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",
|
2023-08-11 16:02:43 +00:00
|
|
|
"grunt-contrib-cssmin": "~5.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",
|
2023-10-16 16:04:00 +00:00
|
|
|
"grunt-contrib-qunit": "~7.0.1",
|
2022-06-27 18:51:36 +00:00
|
|
|
"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",
|
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",
|
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",
|
2023-08-11 16:02:43 +00:00
|
|
|
"grunt-webpack": "6.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",
|
2018-12-11 16:12:13 +00:00
|
|
|
"matchdep": "~2.0.0",
|
2023-10-17 13:32:06 +00:00
|
|
|
"postcss": "8.4.31",
|
2023-02-02 16:34:04 +00:00
|
|
|
"prettier": "npm:wp-prettier@2.6.2",
|
2023-10-17 13:32:06 +00:00
|
|
|
"qunit": "~2.20.0",
|
2023-09-21 13:24:50 +00:00
|
|
|
"react-refresh": "0.14.0",
|
2023-10-17 13:32:06 +00:00
|
|
|
"sass": "1.69.3",
|
2023-09-21 13:24:50 +00:00
|
|
|
"sinon": "16.0.0",
|
2023-02-02 16:34:04 +00:00
|
|
|
"sinon-test": "~3.1.5",
|
|
|
|
"source-map-loader": "4.0.1",
|
2023-06-28 20:06:56 +00:00
|
|
|
"terser-webpack-plugin": "5.3.9",
|
2023-02-02 16:34:04 +00:00
|
|
|
"uglify-js": "^3.17.4",
|
2023-09-21 13:24:50 +00:00
|
|
|
"uuid": "9.0.1",
|
2023-02-02 16:34:04 +00:00
|
|
|
"wait-on": "7.0.1",
|
2023-10-17 13:32:06 +00:00
|
|
|
"webpack": "5.89.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": {
|
2023-06-27 14:20:18 +00:00
|
|
|
"@emotion/is-prop-valid": "0.8.8",
|
|
|
|
"@emotion/memoize": "0.7.4",
|
Editor: Update of npm packages after 6.4 RC3.
This update includes the following fixes reported after RC3:
* Regression: [https://github.com/WordPress/gutenberg/pull/55858 Fixes patterns not working anymore as a post template for custom post types].
Scenario: When creating a new post for any custom post type registered with its "template" argument set to a pattern.
For this scenario, the pattern template no longer renders in the post editor or the frontend with 6.4, whereas it did render properly in 6.3.2.
This package update resolves the console error raised:
{{{
Uncaught TypeError: select(...).getCurrentTheme() is undefined
}}}
which restores the rendering of the pattern template.
* Regression: [https://github.com/WordPress/gutenberg/pull/55859 Fixes positioning and styles for the new lightbox's trigger] introduced in 6.4.
Follow up to [57048], [57034], [56987], [56961], [56849], [56818], [56816].
Props renathoc, rajinsharwar, richtabor, joen, mikachan, hellofromTonya.
Fixes #59411.
git-svn-id: https://develop.svn.wordpress.org/trunk@57063 602fd350-edb4-49c9-b593-d223f7449a82
2023-11-05 17:13:48 +00:00
|
|
|
"@wordpress/a11y": "3.42.12",
|
|
|
|
"@wordpress/annotations": "2.42.12",
|
|
|
|
"@wordpress/api-fetch": "6.39.12",
|
|
|
|
"@wordpress/autop": "3.42.12",
|
|
|
|
"@wordpress/blob": "3.42.12",
|
|
|
|
"@wordpress/block-directory": "4.19.12",
|
|
|
|
"@wordpress/block-editor": "12.10.12",
|
|
|
|
"@wordpress/block-library": "8.19.12",
|
|
|
|
"@wordpress/block-serialization-default-parser": "4.42.12",
|
|
|
|
"@wordpress/blocks": "12.19.12",
|
|
|
|
"@wordpress/commands": "0.13.12",
|
|
|
|
"@wordpress/components": "25.8.12",
|
|
|
|
"@wordpress/compose": "6.19.12",
|
|
|
|
"@wordpress/core-commands": "0.11.12",
|
|
|
|
"@wordpress/core-data": "6.19.12",
|
|
|
|
"@wordpress/customize-widgets": "4.19.12",
|
|
|
|
"@wordpress/data": "9.12.12",
|
|
|
|
"@wordpress/data-controls": "3.11.12",
|
|
|
|
"@wordpress/date": "4.42.12",
|
|
|
|
"@wordpress/deprecated": "3.42.12",
|
|
|
|
"@wordpress/dom": "3.42.12",
|
|
|
|
"@wordpress/dom-ready": "3.42.12",
|
|
|
|
"@wordpress/edit-post": "7.19.12",
|
|
|
|
"@wordpress/edit-site": "5.19.12",
|
|
|
|
"@wordpress/edit-widgets": "5.19.12",
|
|
|
|
"@wordpress/editor": "13.19.12",
|
|
|
|
"@wordpress/element": "5.19.12",
|
|
|
|
"@wordpress/escape-html": "2.42.12",
|
|
|
|
"@wordpress/format-library": "4.19.12",
|
|
|
|
"@wordpress/hooks": "3.42.12",
|
|
|
|
"@wordpress/html-entities": "3.42.12",
|
|
|
|
"@wordpress/i18n": "4.42.12",
|
|
|
|
"@wordpress/icons": "9.33.12",
|
|
|
|
"@wordpress/interactivity": "2.3.12",
|
|
|
|
"@wordpress/interface": "5.19.12",
|
|
|
|
"@wordpress/is-shallow-equal": "4.42.12",
|
|
|
|
"@wordpress/keyboard-shortcuts": "4.19.12",
|
|
|
|
"@wordpress/keycodes": "3.42.12",
|
|
|
|
"@wordpress/list-reusable-blocks": "4.19.12",
|
|
|
|
"@wordpress/media-utils": "4.33.12",
|
|
|
|
"@wordpress/notices": "4.10.12",
|
|
|
|
"@wordpress/nux": "8.4.12",
|
|
|
|
"@wordpress/patterns": "1.3.12",
|
|
|
|
"@wordpress/plugins": "6.10.12",
|
|
|
|
"@wordpress/preferences": "3.19.12",
|
|
|
|
"@wordpress/preferences-persistence": "1.34.12",
|
|
|
|
"@wordpress/primitives": "3.40.12",
|
|
|
|
"@wordpress/priority-queue": "2.42.12",
|
|
|
|
"@wordpress/private-apis": "0.24.12",
|
|
|
|
"@wordpress/redux-routine": "4.42.12",
|
|
|
|
"@wordpress/reusable-blocks": "4.19.12",
|
|
|
|
"@wordpress/rich-text": "6.19.12",
|
|
|
|
"@wordpress/router": "0.11.12",
|
|
|
|
"@wordpress/server-side-render": "4.19.12",
|
|
|
|
"@wordpress/shortcode": "3.42.12",
|
|
|
|
"@wordpress/style-engine": "1.25.12",
|
|
|
|
"@wordpress/sync": "0.4.12",
|
|
|
|
"@wordpress/token-list": "2.42.12",
|
|
|
|
"@wordpress/undo-manager": "0.2.12",
|
|
|
|
"@wordpress/url": "3.43.12",
|
|
|
|
"@wordpress/viewport": "5.19.12",
|
|
|
|
"@wordpress/warning": "2.42.12",
|
|
|
|
"@wordpress/widgets": "3.19.12",
|
|
|
|
"@wordpress/wordcount": "3.42.12",
|
2023-08-11 16:10:38 +00:00
|
|
|
"backbone": "1.5.0",
|
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",
|
2023-02-07 16:46:34 +00:00
|
|
|
"element-closest": "^3.0.2",
|
2022-04-12 17:33:54 +00:00
|
|
|
"formdata-polyfill": "4.0.10",
|
2023-09-26 14:20:18 +00:00
|
|
|
"framer-motion": "10.16.4",
|
2020-01-08 11:55:03 +00:00
|
|
|
"hoverintent": "2.2.1",
|
2023-08-11 18:16:25 +00:00
|
|
|
"imagesloaded": "5.0.0",
|
2023-06-27 14:20:18 +00:00
|
|
|
"is-plain-object": "5.0.0",
|
2023-08-28 17:12:46 +00:00
|
|
|
"jquery": "3.7.1",
|
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",
|
2023-02-06 18:42:33 +00:00
|
|
|
"json2php": "^0.0.7",
|
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",
|
2023-06-27 14:20:18 +00:00
|
|
|
"memize": "2.1.0",
|
2022-07-19 19:41:12 +00:00
|
|
|
"moment": "2.29.4",
|
2021-03-30 14:14:57 +00:00
|
|
|
"objectFitPolyfill": "2.3.5",
|
2023-06-27 14:20:18 +00:00
|
|
|
"path-to-regexp": "6.2.1",
|
2023-09-21 12:26:53 +00:00
|
|
|
"polyfill-library": "4.8.0",
|
2023-02-07 07:01:56 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-09-19 19:28:02 +00:00
|
|
|
"regenerator-runtime": "0.14.0",
|
2023-09-21 13:24:50 +00:00
|
|
|
"tslib": "2.6.2",
|
2022-09-27 15:16:52 +00:00
|
|
|
"underscore": "1.13.6",
|
2023-08-11 14:42:58 +00:00
|
|
|
"whatwg-fetch": "3.6.17",
|
2023-01-18 11:14:33 +00:00
|
|
|
"wicg-inert": "3.1.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",
|
2023-10-13 08:11:41 +00:00
|
|
|
"test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js",
|
2023-02-07 18:55:47 +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",
|
2023-10-13 08:11:41 +00:00
|
|
|
"test:e2e": "wp-scripts test-playwright --config tests/e2e/playwright.config.js",
|
|
|
|
"test:visual": "wp-scripts test-playwright --config tests/visual-regression/playwright.config.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
|
|
|
}
|