mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
Build/Test Tools: Update several NPM packages.
This updates the following packages to the latest versions. Updated packages: - `copy-webpack-plugin` from `5.1.1` to `5.1.2`. - `grunt` from `1.1.0` to `1.3.0`. - `grunt-contrib-jshint` from `2.1.0` to `3.0.0`. - `grunt-contrib-qunit` from `3.1.0` to `4.0.0`. - `grunt-rtlcss` from `2.0.1` to `2.0.2`. - `qunit` from `2.9.0` to `2.13.0`. - `sinon` from `9.0.0` to `9.2.2`. - `source-map-loader` from `0.2.4` to `1.1.3`. - `uuid` from `8.2.0` to `8.3.2`. - `webpack-dev-server` from `3.11.0` to `3.11.1`. See #51801. git-svn-id: https://develop.svn.wordpress.org/trunk@49939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
12194
package-lock.json
generated
12194
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -33,19 +33,19 @@
|
||||
"autoprefixer": "9.6.2",
|
||||
"chalk": "4.1.0",
|
||||
"check-node-version": "4.0.3",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"copy-webpack-plugin": "^5.1.2",
|
||||
"cssnano": "4.1.10",
|
||||
"dotenv": "8.2.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
"grunt": "~1.1.0",
|
||||
"grunt": "~1.3.0",
|
||||
"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": "~3.0.0",
|
||||
"grunt-contrib-imagemin": "~4.0.0",
|
||||
"grunt-contrib-jshint": "2.1.0",
|
||||
"grunt-contrib-qunit": "^3.1.0",
|
||||
"grunt-contrib-jshint": "3.0.0",
|
||||
"grunt-contrib-qunit": "^4.0.0",
|
||||
"grunt-contrib-uglify": "~5.0.0",
|
||||
"grunt-contrib-watch": "~1.1.0",
|
||||
"grunt-file-append": "0.0.7",
|
||||
@@ -56,7 +56,7 @@
|
||||
"grunt-patch-wordpress": "~3.0.0",
|
||||
"grunt-postcss": "~0.9.0",
|
||||
"grunt-replace-lts": "~1.1.0",
|
||||
"grunt-rtlcss": "~2.0.1",
|
||||
"grunt-rtlcss": "~2.0.2",
|
||||
"grunt-sass": "~3.1.0",
|
||||
"grunt-webpack": "^4.0.0",
|
||||
"ink-docstrap": "1.3.2",
|
||||
@@ -65,16 +65,16 @@
|
||||
"node-sass": "~5.0.0",
|
||||
"prettier": "npm:wp-prettier@2.0.5",
|
||||
"puppeteer": "npm:puppeteer-core@3.0.0",
|
||||
"qunit": "~2.9.0",
|
||||
"sinon": "~9.0.0",
|
||||
"qunit": "~2.13.0",
|
||||
"sinon": "~9.2.2",
|
||||
"sinon-test": "~3.0.0",
|
||||
"source-map-loader": "^0.2.4",
|
||||
"source-map-loader": "^1.1.3",
|
||||
"uglify-js": "^3.6.0",
|
||||
"uglifyjs-webpack-plugin": "2.2.0",
|
||||
"uuid": "8.2.0",
|
||||
"uuid": "8.3.2",
|
||||
"wait-on": "5.2.1",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-dev-server": "3.11.0",
|
||||
"webpack-dev-server": "3.11.1",
|
||||
"webpack-livereload-plugin": "2.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user