Skip to content

Commit 2119428

Browse files
committed
fix: update typedoc to version 0.25.0
1 parent 432b7e7 commit 2119428

File tree

2 files changed

+121
-5
lines changed

2 files changed

+121
-5
lines changed

package-lock.json

Lines changed: 119 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compas-open-scd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"test:unit": "web-test-runner --watch --group unit",
6464
"test:integration": "web-test-runner --watch --group integration",
6565
"doc:clean": "npx rimraf doc",
66-
"doc:typedoc": "typedoc --plugin none --out doc src",
66+
"doc:typedoc": "typedoc --skipErrorChecking --entryPointStrategy expand --out doc src",
6767
"doc:wca": "wca src --outDir doc/components",
6868
"doc": "npm run doc:clean && npm run doc:typedoc && npm run doc:wca",
6969
"release": "standard-version",
@@ -105,7 +105,7 @@
105105
"source-map": "^0.7.4",
106106
"standard-version": "^9.3.1",
107107
"tslib": "^2.3.1",
108-
"typedoc": "^0.21.10",
108+
"typedoc": "^0.25.0",
109109
"typedoc-plugin-markdown": "3.10.4",
110110
"typescript": "4.9.5",
111111
"web-component-analyzer": "^1.1.6",

0 commit comments

Comments
 (0)