mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Update all build tool related dependencies.
This updates the following dependencies to their latest versions: - `chalk` - `cssnano` - `dotenv` - `grunt-contrib-cssmin` - `grunt-contrib-qunit` - `grunt-webpack` - `jest-image-snapshot` - `postcss` - `sass` - `sinon` - `webpack` Additionally, `npm audit fix` has been run to automatically fix as many issues as possible. See #58863. git-svn-id: https://develop.svn.wordpress.org/trunk@56390 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0ca83e91ab
commit
dd764d3fe6
2037
package-lock.json
generated
2037
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -31,21 +31,21 @@
|
||||
"@wordpress/e2e-test-utils": "10.6.4",
|
||||
"@wordpress/scripts": "26.6.3",
|
||||
"autoprefixer": "10.4.14",
|
||||
"chalk": "5.2.0",
|
||||
"chalk": "5.3.0",
|
||||
"check-node-version": "4.2.1",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"cssnano": "5.1.14",
|
||||
"dotenv": "16.0.3",
|
||||
"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": "~4.0.0",
|
||||
"grunt-contrib-cssmin": "~5.0.0",
|
||||
"grunt-contrib-imagemin": "~4.0.0",
|
||||
"grunt-contrib-jshint": "3.2.0",
|
||||
"grunt-contrib-qunit": "~6.2.1",
|
||||
"grunt-contrib-qunit": "~7.0.1",
|
||||
"grunt-contrib-uglify": "~5.2.2",
|
||||
"grunt-contrib-watch": "~1.1.0",
|
||||
"grunt-file-append": "0.0.7",
|
||||
@ -55,24 +55,24 @@
|
||||
"grunt-replace-lts": "~1.1.0",
|
||||
"grunt-rtlcss": "~2.0.2",
|
||||
"grunt-sass": "~3.1.0",
|
||||
"grunt-webpack": "5.0.0",
|
||||
"grunt-webpack": "6.0.0",
|
||||
"ink-docstrap": "1.3.2",
|
||||
"install-changed": "1.1.0",
|
||||
"jest-image-snapshot": "^6.1.0",
|
||||
"jest-image-snapshot": "^6.2.0",
|
||||
"matchdep": "~2.0.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.27",
|
||||
"prettier": "npm:wp-prettier@2.6.2",
|
||||
"qunit": "~2.19.4",
|
||||
"react-refresh": "0.10.0",
|
||||
"sass": "1.63.6",
|
||||
"sinon": "15.0.4",
|
||||
"sass": "1.65.1",
|
||||
"sinon": "15.2.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.0",
|
||||
"wait-on": "7.0.1",
|
||||
"webpack": "5.75.0",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-livereload-plugin": "3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '2d287354c2e6d72857f3');
|
||||
<?php return array('dependencies' => array(), 'version' => '8b491e23dbdddf35bd2d');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user