File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 20
20
"eslint-plugin-simple-import-sort" : " 12.1.0" ,
21
21
"eslint-plugin-tsdoc" : " 0.3.0" ,
22
22
"globals" : " ^15.7.0" ,
23
- "typescript-eslint" : " 7.14.1 "
23
+ "typescript-eslint" : " 7.15.0 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 6
6
"node" : " >=20"
7
7
},
8
8
"dependencies" : {
9
- "typedoc" : " ^0.25.0 " ,
10
- "typedoc-plugin-missing-exports" : " ^2 .0.1 "
9
+ "typedoc" : " ^0.26.3 " ,
10
+ "typedoc-plugin-missing-exports" : " ^3 .0.0 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json" ,
3
3
"extends" : [" ./tools/docs-gen/tsdoc.json" ],
4
4
"tagDefinitions" : [
5
- {
6
- "tagName" : " @since" ,
7
- "syntaxKind" : " block" ,
8
- "allowMultiple" : false
9
- },
10
5
{
11
6
"tagName" : " @TODO" ,
12
7
"syntaxKind" : " block" ,
You can’t perform that action at this time.
0 commit comments