This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 81
81
"react-test-renderer" : " 17.0.2" ,
82
82
"sonarqube-scanner" : " 2.8.1" ,
83
83
"typedoc" : " ^0.22.15" ,
84
+ "typedoc-plugin-rename-defaults" : " ^0.5.1" ,
84
85
"typedoc-theme-hierarchy" : " ^1.1.1" ,
85
86
"typescript" : " 4.3.5" ,
86
87
"webpack" : " 5"
Original file line number Diff line number Diff line change 17
17
],
18
18
"categorizeByGroup" : true ,
19
19
"plugin" : [
20
- " ./node_modules/typedoc-theme-hierarchy/dist/index.js"
20
+ " ./node_modules/typedoc-theme-hierarchy/dist/index.js" ,
21
+ " ./node_modules/typedoc-plugin-rename-defaults/dist/index.js"
21
22
],
22
23
"theme" : " hierarchy"
23
24
}
Original file line number Diff line number Diff line change @@ -15671,6 +15671,11 @@ typedarray@^0.0.6:
15671
15671
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
15672
15672
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
15673
15673
15674
+ typedoc-plugin-rename-defaults@^0.5.1:
15675
+ version "0.5.1"
15676
+ resolved "https://registry.yarnpkg.com/typedoc-plugin-rename-defaults/-/typedoc-plugin-rename-defaults-0.5.1.tgz#1a99e1300f4a4ea360881b42f80d14b5ab166dba"
15677
+ integrity sha512-1YMk56/LrYV61c3oWYZuua/y5W0Zy/u6gaXZ1iWwxiUXEg9UG/Z83HuFrPT5rMcjlQSxwcVTayWbLStPTz9Aog==
15678
+
15674
15679
typedoc-theme-hierarchy@^1.1.1:
15675
15680
version "1.1.1"
15676
15681
resolved "https://registry.yarnpkg.com/typedoc-theme-hierarchy/-/typedoc-theme-hierarchy-1.1.1.tgz#9d919036580463a6e8ec2356ca634ccc4942c790"
You can’t perform that action at this time.
0 commit comments