Skip to content

Commit 6b179a1

Browse files
committed
chore: 🤖 updat Typedoc version
1 parent fe236cc commit 6b179a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"bench:json-ot:ot-string:apply": "cd src/json-ot/__bench__ && yarn && yarn bench:ot-string:apply",
6767
"bench:json-ot:ot-string:compose-and-transform": "yarn build && cd src/json-ot/__bench__ && yarn && yarn bench:ot-string:compose-and-transform",
6868
"coverage": "yarn test --collectCoverage",
69-
"typedoc": "npx typedoc@0.25.13 --tsconfig tsconfig.build.json",
69+
"typedoc": "npx typedoc@0.28.5 --tsconfig tsconfig.build.json",
7070
"build:pages": "npx rimraf@5.0.5 gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
7171
"deploy:pages": "gh-pages -d gh-pages",
7272
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages",

0 commit comments

Comments
 (0)