upgrade: dependencies version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-02-12 23:00:24 +08:00
parent 6816e51239
commit f4c04829b1
24 changed files with 32 additions and 32 deletions

View File

@ -24,14 +24,14 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"axios": "^0.24.0",
"minecraft-protocol": "^1.29.0",
"axios": "^0.25.0",
"minecraft-protocol": "^1.30.0",
"minecraft-protocol-forge": "^1.0.0",
"proxy-agent": "^5.0.0"
},
"devDependencies": {
"@types/node": "^16.4.12",
"@types/node": "^17.0.17",
"rimraf": "^3.0.2",
"typescript": "^4.5.3"
"typescript": "^4.5.5"
}
}