We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9935fd7 commit f69694eCopy full SHA for f69694e
package.json
@@ -57,7 +57,7 @@
57
"test:coverage": "vitest run --coverage",
58
"test:ui": "vitest --ui",
59
"release": "pnpm build && bumpp --commit --push --tag",
60
- "prepare": "simple-git-hooks",
+ "prepare": "pnpm build && simple-git-hooks",
61
"lint:package": "publint",
62
"type-check": "tsc --noEmit"
63
},
@@ -83,8 +83,7 @@
83
"rspress": "^1.45.6",
84
"rspress-plugin-sitemap": "^1.2.0",
85
"simple-git-hooks": "^2.9.0",
86
- "typedoc": "0.28.13",
87
- "typescript": "5.9.3",
+ "typescript": "5.1.6",
88
"vitest": "^3.0.0"
89
90
"repository": {
0 commit comments