upgrade: dependencies version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-11-13 09:52:32 +08:00
parent 7f5929bc87
commit c013d0eec5
22 changed files with 25 additions and 25 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"
}
}