File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " A code sample that illustrates usage of the API for @microsoft/tsdoc" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
8
- "@microsoft/tsdoc" : " 0.12.15 " ,
8
+ "@microsoft/tsdoc" : " 0.12.16 " ,
9
9
"@types/node" : " 10.17.5" ,
10
10
"colors" : " ~1.3.3"
11
11
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-tsdoc" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " An ESLint plugin that validates TypeScript doc comments" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
26
26
"test" : " node lib/tests/index.js"
27
27
},
28
28
"dependencies" : {
29
- "@microsoft/tsdoc" : " 0.12.15 " ,
30
- "@microsoft/tsdoc-config" : " 0.12.15 "
29
+ "@microsoft/tsdoc" : " 0.12.16 " ,
30
+ "@microsoft/tsdoc-config" : " 0.12.16 "
31
31
},
32
32
"devDependencies" : {
33
33
"@rushstack/eslint-config" : " 0.4.0" ,
Original file line number Diff line number Diff line change 10
10
"start" : " node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
11
11
},
12
12
"dependencies" : {
13
- "@microsoft/tsdoc" : " 0.12.15 " ,
13
+ "@microsoft/tsdoc" : " 0.12.16 " ,
14
14
"@types/react" : " 16.9.11" ,
15
15
"@types/react-dom" : " 16.9.3" ,
16
16
"promise" : " ~8.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc-config" ,
3
- "version" : " 0.12.15 " ,
3
+ "version" : " 0.12.16 " ,
4
4
"description" : " A loader for the tsdoc.json file" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
20
20
"typings" : " lib/index.d.ts" ,
21
21
"license" : " MIT" ,
22
22
"dependencies" : {
23
- "@microsoft/tsdoc" : " 0.12.15 " ,
23
+ "@microsoft/tsdoc" : " 0.12.16 " ,
24
24
"ajv" : " ~6.10.2" ,
25
25
"resolve" : " ~1.12.0"
26
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc" ,
3
- "version" : " 0.12.15 " ,
3
+ "version" : " 0.12.16 " ,
4
4
"description" : " A parser for the TypeScript doc comment syntax" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
You can’t perform that action at this time.
0 commit comments