dependencies: Upgrade webpack-dev-server to 4.2.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-09-10 12:28:29 -07:00
committed by Tim Abbott
parent 2fe1ece3a6
commit 04075201a0
5 changed files with 512 additions and 471 deletions

View File

@@ -92,8 +92,8 @@
"@types/node": "^14.0.11",
"@types/node-fetch": "^2.5.8",
"@types/terser-webpack-plugin": "^4.1.0",
"@types/webpack": "^4.4.32",
"@types/webpack-dev-server": "^3.1.6",
"@types/webpack": "^4.41.31",
"@types/webpack-dev-server": "^4.1.0",
"@types/zxcvbn": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
@@ -123,7 +123,7 @@
"ts-node": "^10.0.0",
"typescript": "^4.0.2",
"vnu-jar": "^21.2.5",
"webpack-dev-server": "^3.5.1",
"webpack-dev-server": "^4.2.0",
"xvfb": "^0.4.0",
"yaml": "^2.0.0-8",
"yargs": "^15.0.2",