diff --git a/package.json b/package.json index 047161ea..5b9d922a 100644 --- a/package.json +++ b/package.json @@ -73,24 +73,24 @@ "vite-plugin-pwa": "^1.2.0" }, "devDependencies": { - "@eslint/js": "^9.32.0", + "@eslint/js": "^10.0.1", "@tailwindcss/typography": "^0.5.16", - "@types/node": "^22.16.5", - "@types/react": "^18.3.23", - "@types/react-dom": "^18.3.7", - "@vitejs/plugin-react-swc": "^3.11.0", + "@types/node": "^26.1.1", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react-swc": "^4.3.2", "@vitest/coverage-v8": "^4.1.7", "autoprefixer": "^10.4.21", - "eslint": "^9.32.0", - "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.20", + "eslint": "^10.8.0", + "eslint-plugin-react-hooks": "^7.1.1", + "eslint-plugin-react-refresh": "^0.5.3", "fake-indexeddb": "^6.2.5", - "globals": "^15.15.0", + "globals": "^17.7.0", "postcss": "^8.5.6", - "tailwindcss": "^3.4.17", - "typescript": "^5.8.3", + "tailwindcss": "^4.3.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.38.0", - "vite": "^5.4.19", + "vite": "^8.1.5", "vitest": "^4.1.6" }, "optionalDependencies": {