mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Build/Test Tools: Update some devDependencies.
This updates a handful of dependencies to their latest versions. - `qunit` from `2.14.0` to `2.14.1`. - `uglify-js` from `3.13.0` to `3.13.1`. - `wait-on` from `5.2.1` to `5.3.0`. See #52624. git-svn-id: https://develop.svn.wordpress.org/trunk@50545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+3
-3
@@ -64,15 +64,15 @@
|
||||
"matchdep": "~2.0.0",
|
||||
"prettier": "npm:wp-prettier@2.0.5",
|
||||
"puppeteer": "npm:puppeteer-core@3.0.0",
|
||||
"qunit": "~2.14.0",
|
||||
"qunit": "~2.14.1",
|
||||
"sass": "^1.32.8",
|
||||
"sinon": "~9.2.4",
|
||||
"sinon-test": "~3.0.0",
|
||||
"source-map-loader": "^1.1.3",
|
||||
"uglify-js": "^3.13.0",
|
||||
"uglify-js": "^3.13.1",
|
||||
"uglifyjs-webpack-plugin": "2.2.0",
|
||||
"uuid": "8.3.2",
|
||||
"wait-on": "5.2.1",
|
||||
"wait-on": "5.3.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-dev-server": "3.11.2",
|
||||
"webpack-livereload-plugin": "2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user