Skip to content

Commit a45fd20

Browse files
Update typedoc to 0.28 for TypeScript 5.9 support
typedoc 0.27 peer-depends on typescript <=5.8.x, so the lockfile-only bump to typescript 5.9.3 in the previous commit left the tree inconsistent and npm ci refused to install it.
1 parent 9022e7d commit a45fd20

2 files changed

Lines changed: 49 additions & 59 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"react": "^19.0.0",
8484
"react-dom": "^19.0.0",
8585
"storybook": "^10.5.10",
86-
"typedoc": "^0.27.6",
86+
"typedoc": "^0.28.20",
8787
"typescript": "^5.2.2"
8888
}
8989
}

0 commit comments

Comments
 (0)