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:
Jonathan Desrosiers
2021-03-18 17:47:01 +00:00
parent 4d66791327
commit b91fab0ddf
2 changed files with 35 additions and 43 deletions
+3 -3
View File
@@ -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"