Skip to content

Commit 9ea81ab

Browse files
committed
v0.15.3
1 parent 0a2b034 commit 9ea81ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.15.2",
4+
"version": "0.15.3",
55
"homepage": "https://typedoc.org",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@types/minimatch": "3.0.3",
3434
"fs-extra": "^8.1.0",
35-
"handlebars": "^4.5.1",
35+
"handlebars": "^4.5.3",
3636
"highlight.js": "^9.16.2",
3737
"lodash": "^4.17.15",
3838
"marked": "^0.7.0",
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@types/fs-extra": "^8.0.1",
47-
"@types/lodash": "^4.14.146",
48-
"@types/marked": "^0.6.5",
47+
"@types/lodash": "^4.14.149",
48+
"@types/marked": "^0.7.2",
4949
"@types/mocha": "^5.2.7",
5050
"@types/mockery": "^1.4.29",
51-
"@types/node": "^12.12.7",
51+
"@types/node": "^12.12.12",
5252
"@types/shelljs": "^0.8.6",
5353
"mocha": "^6.2.2",
5454
"mockery": "^2.1.0",

0 commit comments

Comments
 (0)