Skip to content

Commit 2ca4669

Browse files
author
clark.zou
committed
Upgrade Vite to ^8.0.3
1 parent 6a6f090 commit 2ca4669

File tree

4 files changed

+540
-347
lines changed

4 files changed

+540
-347
lines changed

apps/web-remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"unocss": "66.1.0-beta.12",
8282
"unplugin-auto-import": "^19.3.0",
8383
"unplugin-icons": "^22.1.0",
84-
"vite": "8.0.0",
84+
"vite": "^8.0.3",
8585
"vite-plugin-checker": "^0.9.1"
8686
}
8787
}

apps/web-tanstack/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"packageManager": "pnpm@10.14.0",
66
"description": "",
77
"license": "ISC",
8-
"keywords": ["tanstack", "react", "start"],
8+
"keywords": [
9+
"tanstack",
10+
"react",
11+
"start"
12+
],
913
"main": "index.js",
1014
"scripts": {
1115
"build": "pnpm --filter drizzle build && vite build",
@@ -30,7 +34,7 @@
3034
"@types/react": "^19.1.13",
3135
"@types/react-dom": "^19.1.9",
3236
"typescript": "^6.0.2",
33-
"vite": "8.0.0",
37+
"vite": "^8.0.3",
3438
"vite-plugin-checker": "^0.12.0"
3539
}
3640
}

apps/web-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"api": "workspace:*",
3333
"unplugin-auto-import": "^20.3.0",
3434
"unplugin-icons": "^22.5.0",
35-
"vite": "8.0.0",
35+
"vite": "^8.0.3",
3636
"vite-plugin-checker": "^0.12.0",
3737
"vite-plugin-pages": "^0.33.2"
3838
}

0 commit comments

Comments
 (0)