Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 24eabbf

Browse files
committed
Update all
1 parent a8597a9 commit 24eabbf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"proseWrap": "always"
3535
},
3636
"dependencies": {
37-
"js-combinatorics": "^0.5.4",
37+
"js-combinatorics": "^1.0.0",
3838
"long": "^4.0.0",
3939
"mc-nbt-paths": "git+https://github.com/MrYurihi/mc-nbt-paths.git",
4040
"minecraft-json-schemas": "git+https://github.com/Levertion/minecraft-json-schemas.git",
@@ -43,29 +43,29 @@
4343
"request-promise-native": "^1.0.5",
4444
"sprintf-js": "^1.1.2",
4545
"synchronous-promise": "^2.0.6",
46-
"tslib": "^1.9.3",
46+
"tslib": "^2.0.0",
4747
"vscode-json-languageservice": "^3.2.0",
48-
"vscode-languageserver": "^5.2.1",
49-
"vscode-uri": "^1.0.6"
48+
"vscode-languageserver": "^6.0.0",
49+
"vscode-uri": "^2.0.0"
5050
},
5151
"devDependencies": {
5252
"@types/js-combinatorics": "0.5.31",
5353
"@types/long": "4.0.0",
54-
"@types/mocha": "5.2.6",
54+
"@types/mocha": "8.0.3",
5555
"@types/node": "10.12.27",
5656
"@types/request-promise-native": "1.0.15",
57-
"@types/rimraf": "2.0.2",
57+
"@types/rimraf": "3.0.0",
5858
"@types/sprintf-js": "1.1.2",
59-
"husky": "1.3.1",
60-
"mocha": "6.0.2",
59+
"husky": "4.2.5",
60+
"mocha": "8.1.2",
6161
"parcel": "1.11.0",
62-
"prettier": "1.16.4",
63-
"pretty-quick": "1.10.0",
64-
"rimraf": "2.6.3",
65-
"ts-mocha": "6.0.0",
66-
"tslint": "5.13.0",
62+
"prettier": "2.1.1",
63+
"pretty-quick": "3.0.0",
64+
"rimraf": "3.0.2",
65+
"ts-mocha": "7.0.0",
66+
"tslint": "6.1.3",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "3.3.3333",
68+
"typescript": "4.0.2",
6969
"vscode-languageserver-types": "3.14.0"
7070
}
7171
}

0 commit comments

Comments
 (0)