Skip to content

Commit 2ba0f0f

Browse files
lenovouserblakeembrey
authored andcommitted
Update dependencies and copyright (TypeStrong#478)
1 parent 707b4f1 commit 2ba0f0f

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ an issue or create a pull requests:<br>
140140
## License
141141

142142
Copyright (c) 2015 [Sebastian Lenz](http://typedoc.org).<br>
143+
Copyright (c) 2016-2017 [TypeDoc Contributors](https://github.com/TypeStrong/typedoc/graphs/contributors).<br>
143144
Licensed under the Apache License 2.0.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
"node": ">= 4.2.0"
3131
},
3232
"dependencies": {
33-
"@types/fs-extra": "0.0.33",
33+
"@types/fs-extra": "^2.0.0",
3434
"@types/handlebars": "^4.0.31",
3535
"@types/highlight.js": "^9.1.8",
3636
"@types/lodash": "^4.14.37",
3737
"@types/marked": "0.0.28",
3838
"@types/minimatch": "^2.0.29",
39-
"@types/shelljs": "^0.3.32",
39+
"@types/shelljs": "^0.7.0",
4040
"fs-extra": "^2.0.0",
41-
"handlebars": "4.0.5",
41+
"handlebars": "^4.0.6",
4242
"highlight.js": "^9.0.0",
4343
"lodash": "^4.13.1",
4444
"marked": "^0.3.5",
4545
"minimatch": "^3.0.0",
46-
"progress": "^1.1.8",
46+
"progress": "^2.0.0",
4747
"shelljs": "^0.7.0",
4848
"typedoc-default-themes": "^0.4.2",
4949
"typescript": "2.2.2"
@@ -58,10 +58,10 @@
5858
"grunt-mocha-istanbul": "^5.0.1",
5959
"grunt-string-replace": "^1.2.0",
6060
"grunt-ts": "^5.5.1",
61-
"grunt-tslint": "^4.0.1",
61+
"grunt-tslint": "^5.0.1",
6262
"istanbul": "^0.4.1",
6363
"mocha": "^3.0.2",
64-
"tslint": "^4.4.2"
64+
"tslint": "^5.1.0"
6565
},
6666
"files": [
6767
"bin",

src/lib/converter/plugins/GitHubPlugin.ts

-11
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ import {Context} from '../context';
99
import {Option} from '../../utils/component';
1010
import {ParameterType} from '../../utils/options/declaration';
1111

12-
// This should be removed when @typings/shelljs typings are updated to the shelljs version being used
13-
declare module 'shelljs' {
14-
// `stdout` was added in:
15-
// https://github.com/shelljs/shelljs/commit/8a7f7ceec4d3a77a9309d935755675ac368b1eda#diff-c3bfabb5e6987aa21bc75ffd95a162d6
16-
// As of 2016-10-16, DefinitelyTyped's defs are for shelljs v0.3.0, but we're on 0.7.0
17-
interface ExecOutputReturnValue {
18-
stdout: string;
19-
stderr: string;
20-
}
21-
}
22-
2312
/**
2413
* Stores data of a repository.
2514
*/

src/test/renderer/specs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ <h2 id="contributing">Contributing</h2>
181181
<a href="https://github.com/TypeStrong/typedoc">https://github.com/TypeStrong/typedoc</a></p>
182182
<h2 id="license">License</h2>
183183
<p>Copyright (c) 2015 <a href="http://typedoc.org">Sebastian Lenz</a>.<br>
184+
Copyright (c) 2016-2017 <a href="https://github.com/TypeStrong/typedoc/graphs/contributors">TypeDoc Contributors</a>.<br>
184185
Licensed under the Apache License 2.0.</p>
185186
</div>
186187
</div>

0 commit comments

Comments
 (0)