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

@@ -16,14 +16,14 @@
"@types/mocha": "^8.2.3",
"@types/mongodb": "^3.6.20",
"@types/node": "^15.14.9",
"mocha": "^9.1.3",
"mocha": "^9.2.1",
"onchange": "^7.1.0",
"ts-node": "^10.4.0",
"tsrpc-cli": "^2.3.1",
"typescript": "^4.5.4"
"ts-node": "^10.5.0",
"tsrpc-cli": "^2.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"mongodb": "^4.3.0",
"tsrpc": "^3.1.8"
"mongodb": "^4.4.0",
"tsrpc": "^3.2.0"
}
}

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"