Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6be19c5

Browse files
author
Jan Kumer
committedJul 31, 2024·
Upgrade typedoc
1 parent 27b44f7 commit 6be19c5

File tree

2 files changed

+237
-369
lines changed

2 files changed

+237
-369
lines changed
 

‎package-lock.json

+235-367
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rollup-plugin-typescript2": "^0.36.0",
4949
"service-worker-mock": "^2.0.5",
5050
"ts-jest": "29.2.3",
51-
"typedoc": "^0.16.11",
51+
"typedoc": "^0.26.5",
5252
"typescript": "5.5.4"
5353
},
5454
"scripts": {
@@ -59,7 +59,7 @@
5959
"prettier": "prettier --write \"{src,example,stories}/**/*.{ts,js}\"",
6060
"storybook": "concurrently --kill-others \"rollup -c -w\" \"start-storybook -p 6006 --quiet\"",
6161
"build-storybook": "build-storybook",
62-
"build-doc": "typedoc --excludePrivate --excludeProtected --excludeNotExported --exclude '**/*__*' --out doc/ src/"
62+
"build-doc": "typedoc --excludePrivate --excludeProtected --exclude '**/*__*' --out doc/ src/"
6363
},
6464
"jest": {
6565
"moduleFileExtensions": [

0 commit comments

Comments
 (0)
Please sign in to comment.