diff options
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index dd378cb..1096686 100644 --- a/app/package.json +++ b/app/package.json @@ -16,20 +16,20 @@ "axios": "^1.8.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.28.0" + "react-router-dom": "^6.28.0", + "vite": "^6.2.3" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.13.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "typescript": "~5.6.2", - "typescript-eslint": "^8.11.0", - "vite": "^6.2.1" + "typescript-eslint": "^8.11.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } |