diff --git a/package.json b/package.json index f7e80cc..81f5ef8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "proseWrap": "always" }, "dependencies": { - "js-combinatorics": "^0.5.4", + "js-combinatorics": "^0.6.0", "long": "^4.0.0", "mc-nbt-paths": "git+https://github.com/MrYurihi/mc-nbt-paths.git", "minecraft-json-schemas": "git+https://github.com/Levertion/minecraft-json-schemas.git", @@ -49,23 +49,23 @@ "vscode-uri": "^1.0.6" }, "devDependencies": { - "@types/js-combinatorics": "0.5.31", - "@types/long": "4.0.0", - "@types/mocha": "5.2.6", - "@types/node": "10.12.27", - "@types/request-promise-native": "1.0.15", - "@types/rimraf": "2.0.2", + "@types/js-combinatorics": "0.5.32", + "@types/long": "4.0.1", + "@types/mocha": "5.2.7", + "@types/node": "10.17.59", + "@types/request-promise-native": "1.0.17", + "@types/rimraf": "2.0.4", "@types/sprintf-js": "1.1.2", "husky": "1.3.1", - "mocha": "6.0.2", - "parcel": "1.11.0", - "prettier": "1.16.4", - "pretty-quick": "1.10.0", - "rimraf": "2.6.3", + "mocha": "6.2.3", + "parcel": "1.12.4", + "prettier": "1.19.1", + "pretty-quick": "1.11.1", + "rimraf": "2.7.1", "ts-mocha": "6.0.0", - "tslint": "5.13.0", + "tslint": "5.20.1", "tslint-config-prettier": "1.18.0", - "typescript": "3.3.3333", - "vscode-languageserver-types": "3.14.0" + "typescript": "3.9.9", + "vscode-languageserver-types": "3.16.0" } }