Skip to content

Commit 82f58a3

Browse files
updated dependencies
1 parent 22e0996 commit 82f58a3

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Diff for: package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,24 @@
3939
"node": ">=10"
4040
},
4141
"devDependencies": {
42+
"@jsdevtools/chai-exec": "^2.0.1",
43+
"@jsdevtools/eslint-config-modular": "^8.0.0",
44+
"@jsdevtools/tslint-modular": "^2.0.2",
45+
"@jsdevtools/version-bump-prompt": "^6.0.2",
4246
"@types/chai": "^4.1.7",
4347
"@types/command-line-args": "^5.0.0",
44-
"@types/mocha": "^5.2.7",
45-
"@types/node": "^12.0.7",
48+
"@types/mocha": "^7.0.2",
49+
"@types/node": "^13.9.0",
4650
"chai": "^4.2.0",
47-
"chai-exec": "^1.1.1",
48-
"coveralls": "^3.0.4",
49-
"eslint": "^5.16.0",
50-
"eslint-config-modular": "^7.0.0",
51-
"mocha": "^6.1.4",
51+
"eslint": "^6.8.0",
52+
"mocha": "^7.1.0",
5253
"npm-check": "^5.9.0",
53-
"nyc": "^14.1.1",
54+
"nyc": "^15.0.0",
5455
"shx": "^0.3.2",
5556
"source-map-support": "^0.5.12",
56-
"tslint": "^5.17.0",
57-
"tslint-modular": "^1.4.1",
57+
"tslint": "^6.0.0",
5858
"typescript": "^3.5.1",
59-
"typescript-tslint-plugin": "^0.5.0",
60-
"version-bump-prompt": "^5.0.3"
59+
"typescript-tslint-plugin": "^0.5.0"
6160
},
6261
"dependencies": {
6362
"command-line-args": "^5.1.1"

0 commit comments

Comments
 (0)