File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 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.13.2 " ,
8
+ "@microsoft/tsdoc" : " 0.14.0 " ,
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.14 " ,
3
+ "version" : " 0.2.15 " ,
4
4
"description" : " An ESLint plugin that validates TypeScript doc comments" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
24
24
"build" : " heft test --clean"
25
25
},
26
26
"dependencies" : {
27
- "@microsoft/tsdoc" : " 0.13.2 " ,
28
- "@microsoft/tsdoc-config" : " 0.15.2 "
27
+ "@microsoft/tsdoc" : " 0.14.0 " ,
28
+ "@microsoft/tsdoc-config" : " 0.16.0 "
29
29
},
30
30
"devDependencies" : {
31
31
"@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.13.2 " ,
12
+ "@microsoft/tsdoc" : " 0.14.0 " ,
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.15.2 " ,
3
+ "version" : " 0.16.0 " ,
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.13.2 " ,
23
+ "@microsoft/tsdoc" : " 0.14.0 " ,
24
24
"ajv" : " ~6.12.6" ,
25
25
"jju" : " ~1.4.0" ,
26
26
"resolve" : " ~1.19.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc" ,
3
- "version" : " 0.13.2 " ,
3
+ "version" : " 0.14.0 " ,
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