Skip to content

Commit afd6b60

Browse files
committed
update @types
closes #582 closes #598 closes #634 closes #635
1 parent db0cae5 commit afd6b60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"node": ">= 4.2.0"
3131
},
3232
"dependencies": {
33-
"@types/fs-extra": "4.0.0",
34-
"@types/handlebars": "4.0.31",
35-
"@types/highlight.js": "9.12.0",
36-
"@types/lodash": "4.14.74",
33+
"@types/fs-extra": "5.0.0",
34+
"@types/handlebars": "4.0.36",
35+
"@types/highlight.js": "9.12.2",
36+
"@types/lodash": "4.14.99",
3737
"@types/marked": "0.3.0",
38-
"@types/minimatch": "2.0.29",
39-
"@types/shelljs": "0.7.0",
38+
"@types/minimatch": "3.0.3",
39+
"@types/shelljs": "0.7.7",
4040
"fs-extra": "^5.0.0",
4141
"handlebars": "^4.0.6",
4242
"highlight.js": "^9.0.0",
@@ -49,7 +49,7 @@
4949
"typescript": "2.5.3"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "^2.2.39",
52+
"@types/mocha": "2.2.48",
5353
"grunt": "^1.0.1",
5454
"grunt-cli": "^1.2.0",
5555
"grunt-contrib-clean": "^1.0.0",

0 commit comments

Comments
 (0)