Skip to content

Commit b4c5d93

Browse files
committed
chore: fix types
1 parent 0f21bc3 commit b4c5d93

File tree

4 files changed

+271
-532
lines changed

4 files changed

+271
-532
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,18 @@
149149
"simple-git-hooks": "^2.11.1",
150150
"solid-js": "^1.9.3",
151151
"svelte": "^5.2.6",
152-
"typescript": "^5.7.2",
152+
"typescript": "~5.6.3",
153153
"unbuild": "^2.0.0",
154154
"unocss": "^0.65.1",
155155
"vite": "^6.0.3",
156156
"vitest": "^2.1.8",
157157
"vue": "^3.5.13",
158158
"vue-tsc": "^2.1.10"
159159
},
160+
"resolutions": {
161+
"typescript": "~5.6.3",
162+
"vite": "^6.0.3"
163+
},
160164
"simple-git-hooks": {
161165
"pre-commit": "pnpm lint-staged"
162166
},

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@vitejs/plugin-react": "^4.3.2",
1616
"@vitejs/plugin-vue": "^5.1.4",
17-
"typescript": "^5.6.3",
17+
"typescript": "~5.6.3",
1818
"vite": "^5.4.8",
1919
"vite-plugin-solid": "^2.10.2",
2020
"vue-tsc": "^2.1.6"

0 commit comments

Comments
 (0)