Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Aug 28, 2020
1 parent a6e5da9 commit 3ed4b79
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 53 deletions.
178 changes: 135 additions & 43 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"highlight.js": "^10.0.0",
"lodash": "^4.17.15",
"lunr": "^2.3.8",
"lodash": "^4.17.20",
"lunr": "^2.3.9",
"marked": "^1.1.1",
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.4",
"typedoc-default-themes": "^0.10.2"
"typedoc-default-themes": "^0.11.0"
},
"peerDependencies": {
"typescript": ">=3.8.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.159",
"@types/lodash": "^4.14.160",
"@types/lunr": "^2.3.3",
"@types/marked": "^1.1.0",
"@types/minimatch": "3.0.3",
"@types/mocha": "^8.0.1",
"@types/mocha": "^8.0.3",
"@types/mockery": "^1.4.29",
"@types/node": "^14.0.27",
"@types/node": "^14.6.1",
"@types/shelljs": "^0.8.8",
"mocha": "^8.1.1",
"mocha": "^8.1.2",
"mockery": "^2.1.0",
"nyc": "^15.1.0",
"tslint": "^5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion src/test/renderer/specs/modules/_generics_.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4 class="tsd-type-parameters-title">Type parameters</h4>
<h4>T<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h4>
</li>
<li>
<h4>R</h4>
<h4>R = <span class="tsd-signature-symbol">{}</span></h4>
</li>
</ul>
</section>
Expand Down
4 changes: 2 additions & 2 deletions src/test/renderer/specs/modules/_mixin_.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Any<wbr>Constructor</h3>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>A</h4>
<h4>A = <span class="tsd-signature-type">object</span></h4>
</li>
</ul>
<div class="tsd-type-declaration">
Expand All @@ -143,7 +143,7 @@ <h3>Any<wbr>Function</h3>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>A</h4>
<h4>A = <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
<div class="tsd-type-declaration">
Expand Down

0 comments on commit 3ed4b79

Please sign in to comment.