feat: update dependencies version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-09-23 17:52:15 +08:00
parent 8432f7fbab
commit 6597b261fd
21 changed files with 22 additions and 22 deletions

View File

@ -22,10 +22,10 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"minecraft-protocol": "^1.13.0"
"minecraft-protocol": "^1.16.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^3.9.6"
"typescript": "^4.0.3"
}
}