feat: 更新依赖版本

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2023-02-08 17:03:17 +08:00
parent c2867da047
commit 3901d9fb5f
26 changed files with 75 additions and 75 deletions

View File

@@ -24,16 +24,16 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"axios": "^1.1.3",
"axios": "^1.3.2",
"https-proxy-agent": "^5.0.1",
"minecraft-protocol": "^1.36.1",
"minecraft-protocol": "^1.40.3",
"minecraft-protocol-forge": "^1.0.0",
"proxy-agent": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"lerna": "^6.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
"@types/node": "^18.13.0",
"lerna": "^6.4.1",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"
}
}