diff --git a/client/package.json b/client/package.json index 2d30eda..70cf255 100644 --- a/client/package.json +++ b/client/package.json @@ -57,7 +57,7 @@ "tailwindcss": "^3.4.16", "ts-jest": "^27.1.5", "typescript": "^4.9.5", - "vite": "^4.3.8" + "vite": "^6.0.3" }, "eslintConfig": { "extends": [ diff --git a/package-lock.json b/package-lock.json index 6b8939c..0571ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "tailwindcss": "^3.4.16", "ts-jest": "^27.1.5", "typescript": "^4.9.5", - "vite": "^4.3.8" + "vite": "^6.0.3" } }, "client/node_modules/@rollup/pluginutils": {