Skip to content

Commit

Permalink
feat: upgrade vite to 6.1.0 (#117)
Browse files Browse the repository at this point in the history
Upgrades Vite to 6.1.0
  • Loading branch information
lazarv authored Feb 5, 2025
1 parent 70ab5ae commit 80aadca
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 471 deletions.
2 changes: 1 addition & 1 deletion examples/pokemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "6.0.0-alpha.18"
"vite": "6.1.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@uidotdev/usehooks>react-dom": "0.0.0-experimental-9ff42a87-20250130",
"@vercel/analytics>react": "0.0.0-experimental-9ff42a87-20250130",
"@vercel/speed-insights>react": "0.0.0-experimental-9ff42a87-20250130",
"vite-plugin-svgr>vite": "6.0.11",
"@vitejs/plugin-react>vite": "6.0.11",
"@vitejs/plugin-react-swc>vite": "6.0.11",
"vite-plugin-svgr>vite": "6.1.0",
"@vitejs/plugin-react>vite": "6.1.0",
"@vitejs/plugin-react-swc>vite": "6.1.0",
"supertest>superagent": "9.0.2"
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"style-to-js": "^1.1.12",
"vite": "6.0.11"
"vite": "6.1.0"
},
"engines": {
"node": ">=20.10.0"
Expand Down
Loading

0 comments on commit 80aadca

Please sign in to comment.