mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
f9429d5f93
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
201 lines
6.9 KiB
JSON
201 lines
6.9 KiB
JSON
{
|
|
"name": "WordPress",
|
|
"version": "6.5.0",
|
|
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
|
"repository": {
|
|
"type": "svn",
|
|
"url": "https://develop.svn.wordpress.org/trunk"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.19.1",
|
|
"npm": ">=8.19.3 <9"
|
|
},
|
|
"author": "The WordPress Contributors",
|
|
"license": "GPL-2.0-or-later",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@lodder/grunt-postcss": "^3.1.1",
|
|
"@playwright/test": "1.32.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
|
"@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",
|
|
"autoprefixer": "10.4.16",
|
|
"chalk": "5.3.0",
|
|
"check-node-version": "4.2.1",
|
|
"copy-webpack-plugin": "11.0.0",
|
|
"cssnano": "6.0.1",
|
|
"dotenv": "16.3.1",
|
|
"dotenv-expand": "10.0.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banner": "^0.6.0",
|
|
"grunt-contrib-clean": "~2.0.1",
|
|
"grunt-contrib-concat": "2.1.0",
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
"grunt-contrib-cssmin": "~5.0.0",
|
|
"grunt-contrib-imagemin": "~4.0.0",
|
|
"grunt-contrib-jshint": "3.2.0",
|
|
"grunt-contrib-qunit": "~7.0.1",
|
|
"grunt-contrib-uglify": "~5.2.2",
|
|
"grunt-contrib-watch": "~1.1.0",
|
|
"grunt-file-append": "0.0.7",
|
|
"grunt-jsdoc": "2.4.1",
|
|
"grunt-legacy-util": "^2.0.1",
|
|
"grunt-patch-wordpress": "~3.0.0",
|
|
"grunt-replace-lts": "~1.1.0",
|
|
"grunt-rtlcss": "~2.0.2",
|
|
"grunt-sass": "~3.1.0",
|
|
"grunt-webpack": "6.0.0",
|
|
"ink-docstrap": "1.3.2",
|
|
"install-changed": "1.1.0",
|
|
"matchdep": "~2.0.0",
|
|
"postcss": "8.4.31",
|
|
"prettier": "npm:wp-prettier@2.6.2",
|
|
"qunit": "~2.20.0",
|
|
"react-refresh": "0.14.0",
|
|
"sass": "1.69.3",
|
|
"sinon": "16.0.0",
|
|
"sinon-test": "~3.1.5",
|
|
"source-map-loader": "4.0.1",
|
|
"terser-webpack-plugin": "5.3.9",
|
|
"uglify-js": "^3.17.4",
|
|
"uuid": "9.0.1",
|
|
"wait-on": "7.0.1",
|
|
"webpack": "5.89.0",
|
|
"webpack-livereload-plugin": "3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/is-prop-valid": "0.8.8",
|
|
"@emotion/memoize": "0.7.4",
|
|
"@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",
|
|
"backbone": "1.5.0",
|
|
"clipboard": "2.0.11",
|
|
"core-js-url-browser": "3.6.4",
|
|
"element-closest": "^3.0.2",
|
|
"formdata-polyfill": "4.0.10",
|
|
"framer-motion": "10.16.4",
|
|
"hoverintent": "2.2.1",
|
|
"imagesloaded": "5.0.0",
|
|
"is-plain-object": "5.0.0",
|
|
"jquery": "3.7.1",
|
|
"jquery-color": "2.2.0",
|
|
"jquery-form": "4.3.0",
|
|
"jquery-hoverintent": "1.10.2",
|
|
"json2php": "^0.0.7",
|
|
"lodash": "4.17.21",
|
|
"masonry-layout": "4.2.2",
|
|
"memize": "2.1.0",
|
|
"moment": "2.29.4",
|
|
"objectFitPolyfill": "2.3.5",
|
|
"path-to-regexp": "6.2.1",
|
|
"polyfill-library": "4.8.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"regenerator-runtime": "0.14.0",
|
|
"tslib": "2.6.2",
|
|
"underscore": "1.13.6",
|
|
"whatwg-fetch": "3.6.17",
|
|
"wicg-inert": "3.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"build:dev": "grunt build --dev",
|
|
"dev": "grunt watch --dev",
|
|
"test": "grunt test",
|
|
"watch": "grunt watch",
|
|
"grunt": "grunt",
|
|
"lint:jsdoc": "wp-scripts lint-js",
|
|
"lint:jsdoc:fix": "wp-scripts lint-js --fix",
|
|
"env:start": "node ./tools/local-env/scripts/start.js",
|
|
"env:stop": "node ./tools/local-env/scripts/docker.js down",
|
|
"env:restart": "npm run env:stop && npm run env:start",
|
|
"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",
|
|
"test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js",
|
|
"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",
|
|
"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",
|
|
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",
|
|
"postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build"
|
|
}
|
|
}
|