Skip to content

Commit e97000e

Browse files
committed
Upgrade Vite to v6 and Vitest to v3
This resolves security warnings related to esbuild, and brings the project to latest.
1 parent e7c31b6 commit e97000e

File tree

4 files changed

+675
-597
lines changed

4 files changed

+675
-597
lines changed

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@types/react": "^18.0.28",
6262
"@types/react-dom": "^18.0.11",
63-
"@vitejs/plugin-react-swc": "^3.7.2",
63+
"@vitejs/plugin-react-swc": "^3.8.0",
6464
"typescript": "^5.1.3",
65-
"vite": "^5.4.14"
65+
"vite": "^6.2.0"
6666
}
6767
}

0 commit comments

Comments
 (0)