mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
Build/Test Tools: Update the NPM dependencies to the latest versions.
This updates the following development dependencies: - `@wordpress/scripts` from `22.4.2` to `22.5.0`. - `chalk` from `4.1.2` to `5.0.1`. - `grunt` from `1.4.1` to `1.5.2`. - `grunt-contrib-clean` from ``2.0.0` to `2.0.1`. - `grunt-contrib-uglify` from `5.1.0` to `5.2.1`. - `qunit` from `2.18.1` to `2.18.2`. - `sass` from `1.50.0` to `1.51.0`. - `sinon` from `13.0.1` to `13.0.2`. - `uglify-js` from `3.15.3` to `3.15.4`. Fixes #54727. git-svn-id: https://develop.svn.wordpress.org/trunk@53297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
65a2a4fac7
commit
47e10bee2a
2578
package-lock.json
generated
2578
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -28,24 +28,24 @@
|
||||
"@wordpress/babel-preset-default": "6.8.1",
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "3.4.2",
|
||||
"@wordpress/e2e-test-utils": "7.2.1",
|
||||
"@wordpress/scripts": "22.4.2",
|
||||
"@wordpress/scripts": "22.5.0",
|
||||
"autoprefixer": "^9.8.8",
|
||||
"chalk": "4.1.2",
|
||||
"chalk": "5.0.1",
|
||||
"check-node-version": "4.2.1",
|
||||
"copy-webpack-plugin": "10.2.4",
|
||||
"cssnano": "4.1.11",
|
||||
"dotenv": "16.0.0",
|
||||
"dotenv-expand": "8.0.3",
|
||||
"grunt": "~1.4.1",
|
||||
"grunt": "~1.5.2",
|
||||
"grunt-banner": "^0.6.0",
|
||||
"grunt-contrib-clean": "~2.0.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.0.0",
|
||||
"grunt-contrib-uglify": "~5.1.0",
|
||||
"grunt-contrib-uglify": "~5.2.1",
|
||||
"grunt-contrib-watch": "~1.1.0",
|
||||
"grunt-file-append": "0.0.7",
|
||||
"grunt-jsdoc": "2.4.1",
|
||||
@ -62,14 +62,14 @@
|
||||
"jest-image-snapshot": "3.0.1",
|
||||
"matchdep": "~2.0.0",
|
||||
"prettier": "npm:wp-prettier@2.0.5",
|
||||
"qunit": "~2.18.1",
|
||||
"qunit": "~2.18.2",
|
||||
"react-refresh": "0.10.0",
|
||||
"sass": "^1.50.0",
|
||||
"sinon": "~13.0.1",
|
||||
"sass": "^1.51.0",
|
||||
"sinon": "~13.0.2",
|
||||
"sinon-test": "~3.1.3",
|
||||
"source-map-loader": "3.0.1",
|
||||
"terser-webpack-plugin": "5.3.1",
|
||||
"uglify-js": "^3.15.3",
|
||||
"uglify-js": "^3.15.4",
|
||||
"uuid": "8.3.2",
|
||||
"wait-on": "6.0.1",
|
||||
"webpack": "5.72.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user