upgrade: dependencies version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-11-13 09:52:32 +08:00
parent aca864500f
commit b5423cd26c
23 changed files with 26 additions and 26 deletions

View File

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