mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
80957a6179
This includes the following fixes: - Generate babel polyfill dynamically https://github.com/WordPress/gutenberg/pull/31279 - Improve the List View component https://github.com/WordPress/gutenberg/pull/31290 https://github.com/WordPress/gutenberg/pull/32063 - Template mode: - Fix embed dimensions https://github.com/WordPress/gutenberg/pull/32057 - Update the welcome guide https://github.com/WordPress/gutenberg/pull/32055 https://github.com/WordPress/gutenberg/pull/32026 - Don’t display the notice at the same time as the welcome guide https://github.com/WordPress/gutenberg/pull/32076 - Remove MetaBoxes https://github.com/WordPress/gutenberg/pull/32315 - Update the title area https://github.com/WordPress/gutenberg/pull/32037 - Widgets Screen: - Fix unsaved changes https://github.com/WordPress/gutenberg/pull/31757 - Fix toolbar alignment https://github.com/WordPress/gutenberg/pull/31991 - Fix block toolbar position after scroll https://github.com/WordPress/gutenberg/pull/32212 - Fix the visible widget area header https://github.com/WordPress/gutenberg/pull/32262 - Fix legacy widgets preview https://github.com/WordPress/gutenberg/pull/32260 - - Block Widgets in the customizer: - Fix customizer title overlapping block toolbar https://github.com/WordPress/gutenberg/pull/32140 - Fix styling issues https://github.com/WordPress/gutenberg/pull/32072 - Fix escape key events https://github.com/WordPress/gutenberg/pull/32175 - Add preferences menu group label https://github.com/WordPress/gutenberg/pull/32259 - Fix creating and replacing legacy widgets https://github.com/WordPress/gutenberg/pull/32005 - Fix the welcome guide’s image https://github.com/WordPress/gutenberg/pull/32264 https://github.com/WordPress/gutenberg/pull/32302 - Fix Cover to Image transform duotone error https://github.com/WordPress/gutenberg/pull/32006 - Remove filter_var usage from blocks https://github.com/WordPress/gutenberg/pull/32046 - Fix image width for aligned Post Featured Image block https://github.com/WordPress/gutenberg/pull/32070 - Prevent excessive Image block re-rendering https://github.com/WordPress/gutenberg/pull/32102 - Remove gutenberg domain from core blocks https://github.com/WordPress/gutenberg/pull/32152 - Use the block editor context class for the the different settings filters https://github.com/WordPress/gutenberg/pull/32159 - Fix Latest Posts block grid view https://github.com/WordPress/gutenberg/pull/32160 - Fix preset classes generation per block https://github.com/WordPress/gutenberg/pull/32190 - Fix logic to enable custom colors and gradients https://github.com/WordPress/gutenberg/pull/32200 - Update the Site Logo logic to use a dedicated site option https://github.com/WordPress/gutenberg/pull/32229 - Limit the Latest Posts block’s featured image width https://github.com/WordPress/gutenberg/pull/32245 - Remove opacity animation in the canvas. https://github.com/WordPress/gutenberg/pull/32266 - Make the focus style valid CSS https://github.com/WordPress/gutenberg/pull/32305 - Fix theme.json styles for the core/list block https://github.com/WordPress/gutenberg/pull/32343 - Fix PHP notice when calling render_block https://github.com/WordPress/gutenberg/pull/32135 Props nosolosw, noisysocks. See #52991. git-svn-id: https://develop.svn.wordpress.org/trunk@51051 602fd350-edb4-49c9-b593-d223f7449a82
178 lines
5.8 KiB
JSON
178 lines
5.8 KiB
JSON
{
|
|
"name": "WordPress",
|
|
"version": "5.8.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"
|
|
},
|
|
"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": {
|
|
"@wordpress/custom-templated-path-webpack-plugin": "2.0.5",
|
|
"@wordpress/dependency-extraction-webpack-plugin": "3.1.4",
|
|
"@wordpress/e2e-test-utils": "5.3.0",
|
|
"@wordpress/library-export-default-webpack-plugin": "2.0.5",
|
|
"@wordpress/scripts": "16.1.1",
|
|
"autoprefixer": "^9.8.6",
|
|
"chalk": "4.1.1",
|
|
"check-node-version": "4.1.0",
|
|
"copy-webpack-plugin": "^5.1.2",
|
|
"cssnano": "4.1.11",
|
|
"dotenv": "10.0.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"grunt": "~1.4.1",
|
|
"grunt-banner": "^0.6.0",
|
|
"grunt-contrib-clean": "~2.0.0",
|
|
"grunt-contrib-concat": "1.0.1",
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
"grunt-contrib-cssmin": "~4.0.0",
|
|
"grunt-contrib-imagemin": "~4.0.0",
|
|
"grunt-contrib-jshint": "3.0.0",
|
|
"grunt-contrib-qunit": "^4.0.0",
|
|
"grunt-contrib-uglify": "~5.0.1",
|
|
"grunt-contrib-watch": "~1.1.0",
|
|
"grunt-file-append": "0.0.7",
|
|
"grunt-includes": "~1.1.0",
|
|
"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": "^4.0.3",
|
|
"ink-docstrap": "1.3.2",
|
|
"install-changed": "1.1.0",
|
|
"matchdep": "~2.0.0",
|
|
"prettier": "npm:wp-prettier@2.0.5",
|
|
"qunit": "~2.15.0",
|
|
"sass": "^1.34.0",
|
|
"sinon": "~11.1.1",
|
|
"sinon-test": "~3.1.0",
|
|
"source-map-loader": "^1.1.3",
|
|
"uglify-js": "^3.13.8",
|
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
"uuid": "8.3.2",
|
|
"wait-on": "5.3.0",
|
|
"webpack": "4.43.0",
|
|
"webpack-dev-server": "3.11.2",
|
|
"webpack-livereload-plugin": "2.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "7.10.1",
|
|
"@wordpress/a11y": "3.1.1",
|
|
"@wordpress/annotations": "2.1.1",
|
|
"@wordpress/api-fetch": "5.1.1",
|
|
"@wordpress/autop": "3.1.1",
|
|
"@wordpress/blob": "3.1.1",
|
|
"@wordpress/block-directory": "2.1.3",
|
|
"@wordpress/block-editor": "6.1.1",
|
|
"@wordpress/block-library": "3.2.2",
|
|
"@wordpress/block-serialization-default-parser": "4.1.1",
|
|
"@wordpress/blocks": "9.1.1",
|
|
"@wordpress/components": "14.1.1",
|
|
"@wordpress/compose": "4.1.1",
|
|
"@wordpress/core-data": "3.1.2",
|
|
"@wordpress/customize-widgets": "1.0.2",
|
|
"@wordpress/data": "5.1.1",
|
|
"@wordpress/data-controls": "2.1.1",
|
|
"@wordpress/date": "4.1.1",
|
|
"@wordpress/deprecated": "3.1.1",
|
|
"@wordpress/dom": "3.1.1",
|
|
"@wordpress/dom-ready": "3.1.1",
|
|
"@wordpress/edit-post": "4.1.3",
|
|
"@wordpress/edit-widgets": "2.1.3",
|
|
"@wordpress/editor": "10.1.2",
|
|
"@wordpress/element": "3.1.1",
|
|
"@wordpress/escape-html": "2.1.1",
|
|
"@wordpress/format-library": "2.1.1",
|
|
"@wordpress/hooks": "3.1.1",
|
|
"@wordpress/html-entities": "3.1.1",
|
|
"@wordpress/i18n": "4.1.1",
|
|
"@wordpress/icons": "4.0.1",
|
|
"@wordpress/interface": "3.1.1",
|
|
"@wordpress/is-shallow-equal": "4.1.1",
|
|
"@wordpress/keyboard-shortcuts": "2.1.1",
|
|
"@wordpress/keycodes": "3.1.1",
|
|
"@wordpress/list-reusable-blocks": "2.1.1",
|
|
"@wordpress/media-utils": "2.1.1",
|
|
"@wordpress/notices": "3.1.1",
|
|
"@wordpress/nux": "4.1.1",
|
|
"@wordpress/plugins": "3.1.1",
|
|
"@wordpress/primitives": "2.1.1",
|
|
"@wordpress/priority-queue": "2.1.1",
|
|
"@wordpress/redux-routine": "4.1.1",
|
|
"@wordpress/reusable-blocks": "2.1.2",
|
|
"@wordpress/rich-text": "4.1.1",
|
|
"@wordpress/server-side-render": "2.1.1",
|
|
"@wordpress/shortcode": "3.1.1",
|
|
"@wordpress/token-list": "2.1.1",
|
|
"@wordpress/url": "3.1.1",
|
|
"@wordpress/viewport": "3.1.1",
|
|
"@wordpress/warning": "2.1.1",
|
|
"@wordpress/widgets": "1.1.2",
|
|
"@wordpress/wordcount": "3.1.1",
|
|
"backbone": "1.4.0",
|
|
"clipboard": "2.0.8",
|
|
"core-js-url-browser": "3.6.4",
|
|
"element-closest": "^2.0.2",
|
|
"formdata-polyfill": "4.0.0",
|
|
"hoverintent": "2.2.1",
|
|
"imagesloaded": "4.1.4",
|
|
"jquery": "3.6.0",
|
|
"jquery-color": "2.2.0",
|
|
"jquery-form": "4.3.0",
|
|
"jquery-hoverintent": "1.10.1",
|
|
"lodash": "4.17.21",
|
|
"masonry-layout": "4.2.2",
|
|
"moment": "2.29.1",
|
|
"objectFitPolyfill": "2.3.5",
|
|
"polyfill-library": "3.105.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"twemoji": "13.0.2",
|
|
"underscore": "1.13.1",
|
|
"whatwg-fetch": "3.0.0"
|
|
},
|
|
"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 --rm phpunit phpunit",
|
|
"test:php-composer": "node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit",
|
|
"test:e2e": "node ./tests/e2e/run-tests.js",
|
|
"wp-packages-update": "wp-scripts packages-update"
|
|
}
|
|
}
|