feat: update dependencies

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-04-21 07:25:55 +08:00
parent 010f561766
commit 579d89ae89
23 changed files with 28 additions and 28 deletions

View File

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