mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Package updates for bug and regression fixes: * @wordpress/block-directory: 3.15.3 * @wordpress/block-editor: 10.0.3 * @wordpress/block-library: 7.14.3 * @wordpress/block-serialization-default-parser: 4.17.1 * @wordpress/blocks: 11.16.3 * @wordpress/components: 21.0.3 * @wordpress/compose: 5.15.2 * @wordpress/core-data: 5.0.3 * @wordpress/customize-widgets: 3.14.3 * @wordpress/edit-post: 6.14.3 * @wordpress/edit-site: 4.14.4 * @wordpress/edit-widgets: 4.14.3 * @wordpress/editor: 12.16.3 * @wordpress/format-library: 3.15.3 * @wordpress/interface: 4.16.3 * @wordpress/list-reusable-blocks: 3.15.3 * @wordpress/nux: 5.15.3 * @wordpress/preferences: 2.9.3 * @wordpress/reusable-blocks: 3.15.3 * @wordpress/server-side-render: 3.15.3 * @wordpress/style-engine: 1.0.2 * @wordpress/widgets: 2.15.3 References: * [https://github.com/WordPress/gutenberg/pull/44233 Gutenberg PR 44233] – Blocks: Fix searching of blocks when description is non-string * [https://github.com/WordPress/gutenberg/pull/44301 Gutenberg PR 44301] – Block Toolbar: update position when moving blocks * [https://github.com/WordPress/gutenberg/pull/44334 Gutenberg PR 44334] – Global Styles: Re-add styles that were removed, for classic themes * [https://github.com/WordPress/gutenberg/pull/44351 Gutenberg PR 44351] – Comments block: Support nested comments settings in the comments blocks * [https://github.com/WordPress/gutenberg/pull/44448 Gutenberg PR 44448] – Add a correct TS signature for useEntityRecords * [https://github.com/WordPress/gutenberg/pull/44315 Gutenberg PR 44315] – Pullquote: fix transform to quote crash * [https://github.com/WordPress/gutenberg/pull/44446 Gutenberg PR 44446] – Fix spacing property generation in flow layout type. * [https://github.com/WordPress/gutenberg/pull/44408 Gutenberg PR 44408] – Upgrade react-easy-crop to bring in fix for site editor iframe * [https://github.com/WordPress/gutenberg/pull/44406 Gutenberg PR 44406] – Style engine: kebab case preset slugs in the editor * [https://github.com/WordPress/gutenberg/pull/44209 Gutenberg PR 44209] – Fixing padding on the post editor when RootPaddingAwareAlignments setting is enabled * [https://github.com/WordPress/gutenberg/pull/42950 Gutenberg PR 42950] – Popover: fix limitShift logic by adding iframe offset correctly (and a custom shift limiter) * [https://github.com/WordPress/gutenberg/pull/44337 Gutenberg PR 44337] – Submenu block href only if url is not empty * [https://github.com/WordPress/gutenberg/pull/44291 Gutenberg PR 44291] – Add role=application to list view to prevent browse mode triggering in NVDA * [https://github.com/WordPress/gutenberg/pull/44283 Gutenberg PR 44283] – Navigation block: Fix submenu colors for imported classic menus * [https://github.com/WordPress/gutenberg/pull/44282 Gutenberg PR 44282] – Fix popover stacking in the customize widgets editor * [https://github.com/WordPress/gutenberg/pull/44247 Gutenberg PR 44247] – Spacing presets: switch to using numbers instead of t-shirt sizes for labels * [https://github.com/WordPress/gutenberg/pull/44299 Gutenberg PR 44299] – Backport template creation changes from core * [https://github.com/WordPress/gutenberg/pull/44294 Gutenberg PR 44294] – [Block Library - Query Loop]: Fix broken preview in specific category template * [https://github.com/WordPress/gutenberg/pull/44287 Gutenberg PR 44287] – [Block Library]: Rename Comments pagination inner blocks * [https://github.com/WordPress/gutenberg/pull/44256 Gutenberg PR 44256] – Avoid showing the recursion warning in previews when replacing template parts * [https://github.com/WordPress/gutenberg/pull/44265 Gutenberg PR 44265] – Blocks: officially deprecated the children and node matchers * [https://github.com/WordPress/gutenberg/pull/44251 Gutenberg PR 44251] – Global styles: Remove the beta label from global styles header Props bernhard-reiter, cbravobernal. See #56467. git-svn-id: https://develop.svn.wordpress.org/trunk@54335 602fd350-edb4-49c9-b593-d223f7449a82
184 lines
6.1 KiB
JSON
184 lines
6.1 KiB
JSON
{
|
|
"name": "WordPress",
|
|
"version": "6.1.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": ">=14.15.0",
|
|
"npm": ">=6.14.8 <7"
|
|
},
|
|
"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": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
|
"@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",
|
|
"autoprefixer": "^9.8.8",
|
|
"chalk": "5.0.1",
|
|
"check-node-version": "4.2.1",
|
|
"copy-webpack-plugin": "11.0.0",
|
|
"cssnano": "4.1.11",
|
|
"dotenv": "16.0.2",
|
|
"dotenv-expand": "9.0.0",
|
|
"grunt": "~1.5.3",
|
|
"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": "~4.0.0",
|
|
"grunt-contrib-imagemin": "~4.0.0",
|
|
"grunt-contrib-jshint": "3.2.0",
|
|
"grunt-contrib-qunit": "~6.2.0",
|
|
"grunt-contrib-uglify": "~5.2.2",
|
|
"grunt-contrib-watch": "~1.1.0",
|
|
"grunt-file-append": "0.0.7",
|
|
"grunt-jsdoc": "2.4.1",
|
|
"grunt-jsvalidate": "~0.2.2",
|
|
"grunt-legacy-util": "^2.0.1",
|
|
"grunt-patch-wordpress": "~3.0.0",
|
|
"grunt-postcss": "~0.9.0",
|
|
"grunt-replace-lts": "~1.1.0",
|
|
"grunt-rtlcss": "~2.0.2",
|
|
"grunt-sass": "~3.1.0",
|
|
"grunt-webpack": "5.0.0",
|
|
"ink-docstrap": "1.3.2",
|
|
"install-changed": "1.1.0",
|
|
"jest-image-snapshot": "3.0.1",
|
|
"matchdep": "~2.0.0",
|
|
"prettier": "npm:wp-prettier@2.0.5",
|
|
"qunit": "~2.19.1",
|
|
"react-refresh": "0.10.0",
|
|
"sass": "^1.55.0",
|
|
"sinon": "~14.0.0",
|
|
"sinon-test": "~3.1.4",
|
|
"source-map-loader": "4.0.0",
|
|
"terser-webpack-plugin": "5.3.6",
|
|
"uglify-js": "^3.17.1",
|
|
"uuid": "9.0.0",
|
|
"wait-on": "6.0.1",
|
|
"webpack": "5.74.0",
|
|
"webpack-livereload-plugin": "3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@wordpress/a11y": "3.17.1",
|
|
"@wordpress/annotations": "2.17.2",
|
|
"@wordpress/api-fetch": "6.14.1",
|
|
"@wordpress/autop": "3.17.1",
|
|
"@wordpress/blob": "3.17.1",
|
|
"@wordpress/block-directory": "3.15.3",
|
|
"@wordpress/block-editor": "10.0.3",
|
|
"@wordpress/block-library": "7.14.3",
|
|
"@wordpress/block-serialization-default-parser": "4.17.1",
|
|
"@wordpress/blocks": "11.16.3",
|
|
"@wordpress/components": "21.0.3",
|
|
"@wordpress/compose": "5.15.2",
|
|
"@wordpress/core-data": "5.0.3",
|
|
"@wordpress/customize-widgets": "3.14.3",
|
|
"@wordpress/data": "7.1.2",
|
|
"@wordpress/data-controls": "2.17.2",
|
|
"@wordpress/date": "4.17.1",
|
|
"@wordpress/deprecated": "3.17.1",
|
|
"@wordpress/dom": "3.17.2",
|
|
"@wordpress/dom-ready": "3.17.1",
|
|
"@wordpress/edit-post": "6.14.3",
|
|
"@wordpress/edit-site": "4.14.4",
|
|
"@wordpress/edit-widgets": "4.14.3",
|
|
"@wordpress/editor": "12.16.3",
|
|
"@wordpress/element": "4.15.1",
|
|
"@wordpress/escape-html": "2.17.1",
|
|
"@wordpress/format-library": "3.15.3",
|
|
"@wordpress/hooks": "3.17.1",
|
|
"@wordpress/html-entities": "3.17.1",
|
|
"@wordpress/i18n": "4.17.1",
|
|
"@wordpress/icons": "9.8.1",
|
|
"@wordpress/interface": "4.16.3",
|
|
"@wordpress/is-shallow-equal": "4.17.1",
|
|
"@wordpress/keyboard-shortcuts": "3.15.2",
|
|
"@wordpress/keycodes": "3.17.1",
|
|
"@wordpress/list-reusable-blocks": "3.15.3",
|
|
"@wordpress/media-utils": "4.8.1",
|
|
"@wordpress/notices": "3.17.2",
|
|
"@wordpress/nux": "5.15.3",
|
|
"@wordpress/plugins": "4.15.2",
|
|
"@wordpress/preferences": "2.9.3",
|
|
"@wordpress/preferences-persistence": "1.9.1",
|
|
"@wordpress/primitives": "3.15.1",
|
|
"@wordpress/priority-queue": "2.17.2",
|
|
"@wordpress/redux-routine": "4.17.1",
|
|
"@wordpress/reusable-blocks": "3.15.3",
|
|
"@wordpress/rich-text": "5.15.2",
|
|
"@wordpress/server-side-render": "3.15.3",
|
|
"@wordpress/shortcode": "3.17.1",
|
|
"@wordpress/style-engine": "1.0.2",
|
|
"@wordpress/token-list": "2.17.1",
|
|
"@wordpress/url": "3.18.1",
|
|
"@wordpress/viewport": "4.15.2",
|
|
"@wordpress/warning": "2.17.1",
|
|
"@wordpress/widgets": "2.15.3",
|
|
"@wordpress/wordcount": "3.17.1",
|
|
"backbone": "1.4.1",
|
|
"clipboard": "2.0.10",
|
|
"core-js-url-browser": "3.6.4",
|
|
"element-closest": "^2.0.2",
|
|
"formdata-polyfill": "4.0.10",
|
|
"hoverintent": "2.2.1",
|
|
"imagesloaded": "4.1.4",
|
|
"jquery": "3.6.1",
|
|
"jquery-color": "2.2.0",
|
|
"jquery-form": "4.3.0",
|
|
"jquery-hoverintent": "1.10.2",
|
|
"json2php": "^0.0.5",
|
|
"lodash": "4.17.21",
|
|
"masonry-layout": "4.2.2",
|
|
"moment": "2.29.4",
|
|
"objectFitPolyfill": "2.3.5",
|
|
"polyfill-library": "4.0.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"regenerator-runtime": "0.13.9",
|
|
"twemoji": "14.0.2",
|
|
"underscore": "1.13.6",
|
|
"whatwg-fetch": "3.6.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: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": "node ./tests/e2e/run-tests.js",
|
|
"test:visual": "node ./tests/visual-regression/run-tests.js",
|
|
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",
|
|
"postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build"
|
|
}
|
|
}
|