Skip to content

Commit 7728227

Browse files
author
Toke Voltelen
committed
Update dependencies
1 parent ac777fc commit 7728227

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,34 @@
3333
"@types/fs-extra": "5.0.1",
3434
"@types/handlebars": "4.0.36",
3535
"@types/highlight.js": "9.12.2",
36-
"@types/lodash": "4.14.104",
36+
"@types/lodash": "4.14.106",
3737
"@types/marked": "0.3.0",
3838
"@types/minimatch": "3.0.3",
3939
"@types/shelljs": "0.7.8",
4040
"fs-extra": "^5.0.0",
41-
"handlebars": "^4.0.6",
42-
"highlight.js": "^9.0.0",
41+
"handlebars": "^4.0.11",
42+
"highlight.js": "^9.12.0",
4343
"lodash": "^4.17.5",
44-
"marked": "^0.3.17",
45-
"minimatch": "^3.0.0",
44+
"marked": "^0.3.19",
45+
"minimatch": "^3.0.4",
4646
"progress": "^2.0.0",
4747
"shelljs": "^0.8.1",
4848
"typedoc-default-themes": "^0.5.0",
49-
"typescript": "2.7.2"
49+
"typescript": "2.8.1"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "2.2.48",
52+
"@types/mocha": "5.0.0",
5353
"grunt": "^1.0.2",
5454
"grunt-cli": "^1.2.0",
55-
"grunt-contrib-clean": "^1.0.0",
55+
"grunt-contrib-clean": "^1.1.0",
5656
"grunt-contrib-copy": "^1.0.0",
5757
"grunt-contrib-watch": "^1.0.0",
58-
"grunt-mocha-istanbul": "^5.0.1",
59-
"grunt-string-replace": "^1.2.0",
58+
"grunt-mocha-istanbul": "^5.0.2",
59+
"grunt-string-replace": "^1.3.1",
6060
"grunt-ts": "^5.5.1",
6161
"grunt-tslint": "^5.0.1",
62-
"istanbul": "^0.4.1",
63-
"mocha": "^5.0.4",
62+
"istanbul": "^0.4.5",
63+
"mocha": "^5.0.5",
6464
"tslint": "^5.9.1"
6565
},
6666
"files": [

0 commit comments

Comments
 (0)