diff --git a/package.json b/package.json index 5be1dc1..502ad40 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@vitejs/plugin-react": "^4.2.1", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -58,6 +58,6 @@ "supertest": "^7.1.4", "ts-jest": "^29.1.1", "typescript": "^5.3.3", - "vite": "^5.0.8" + "vite": "^6.1.6" } }