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.14.0 " ,
8
+ "@microsoft/tsdoc" : " 0.14.1 " ,
9
9
"colors" : " ~1.4.0" ,
10
10
"typescript" : " ~3.9.7"
11
11
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-tsdoc" ,
3
- "version" : " 0.2.15 " ,
3
+ "version" : " 0.2.16 " ,
4
4
"description" : " An ESLint plugin that validates TypeScript doc comments" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
25
25
"build" : " heft test --clean"
26
26
},
27
27
"dependencies" : {
28
- "@microsoft/tsdoc" : " 0.14.0 " ,
29
- "@microsoft/tsdoc-config" : " 0.16.0 "
28
+ "@microsoft/tsdoc" : " 0.14.1 " ,
29
+ "@microsoft/tsdoc-config" : " 0.16.1 "
30
30
},
31
31
"devDependencies" : {
32
32
"@rushstack/eslint-config" : " ~2.3.1" ,
Original file line number Diff line number Diff line change 9
9
"start" : " heft start"
10
10
},
11
11
"dependencies" : {
12
- "@microsoft/tsdoc" : " 0.14.0 " ,
12
+ "@microsoft/tsdoc" : " 0.14.1 " ,
13
13
"@types/react-dom" : " 16.9.3" ,
14
14
"@types/react" : " 16.9.11" ,
15
15
"monaco-editor" : " ~0.17.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc-config" ,
3
- "version" : " 0.16.0 " ,
3
+ "version" : " 0.16.1 " ,
4
4
"description" : " A loader for the tsdoc.json file" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
21
21
"typings" : " lib/index.d.ts" ,
22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
- "@microsoft/tsdoc" : " 0.14.0 " ,
24
+ "@microsoft/tsdoc" : " 0.14.1 " ,
25
25
"ajv" : " ~6.12.6" ,
26
26
"jju" : " ~1.4.0" ,
27
27
"resolve" : " ~1.19.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
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