Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 9, 2024
1 parent 0f21bc3 commit b4c5d93
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 532 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,18 @@
"simple-git-hooks": "^2.11.1",
"solid-js": "^1.9.3",
"svelte": "^5.2.6",
"typescript": "^5.7.2",
"typescript": "~5.6.3",
"unbuild": "^2.0.0",
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"typescript": "~5.6.3",
"vite": "^6.0.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"typescript": "~5.6.3",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2",
"vue-tsc": "^2.1.6"
Expand Down
Loading

0 comments on commit b4c5d93

Please sign in to comment.