Skip to content

Commit

Permalink
chore: Upgrade deps, bump version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 18, 2020
1 parent a2e4db1 commit 688d89d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 51 deletions.
96 changes: 53 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.17.0",
"version": "0.17.1",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"fs-extra": "^8.1.0",
"handlebars": "^4.7.2",
"highlight.js": "^9.17.1",
"handlebars": "^4.7.3",
"highlight.js": "^9.18.1",
"lodash": "^4.17.15",
"marked": "^0.8.0",
"minimatch": "^3.0.0",
Expand All @@ -34,15 +34,15 @@
"typescript": ">=3.8.3"
},
"devDependencies": {
"@types/minimatch": "3.0.3",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.149",
"@types/marked": "^0.7.2",
"@types/marked": "^0.7.3",
"@types/minimatch": "3.0.3",
"@types/mocha": "^5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^13.1.6",
"@types/node": "^13.9.1",
"@types/shelljs": "^0.8.6",
"mocha": "^7.0.0",
"mocha": "^7.1.0",
"mockery": "^2.1.0",
"nyc": "15.0.0",
"tslint": "^5.20.1",
Expand Down

0 comments on commit 688d89d

Please sign in to comment.