diff --git a/client/package.json b/client/package.json index 70cf255..2d30eda 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": "^6.0.3" + "vite": "^4.3.8" }, "eslintConfig": { "extends": [ diff --git a/package-lock.json b/package-lock.json index 0571ebb..6b8939c 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": "^6.0.3" + "vite": "^4.3.8" } }, "client/node_modules/@rollup/pluginutils": {