npm update

This commit is contained in:
k8w
2022-02-26 11:29:21 +08:00
parent 3f4082593e
commit 3e87af42e1
12 changed files with 54 additions and 54 deletions

View File

@@ -7,16 +7,16 @@
"build": "webpack --mode=production"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.3.2",
"copy-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^3.11.2"
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"tsrpc-browser": "^3.0.7"
"tsrpc-browser": "^3.2.0"
},
"browserslist": [
"defaults"