diff --git a/package.json b/package.json index d448d5f..9575a18 100644 --- a/package.json +++ b/package.json @@ -14,18 +14,18 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.23", + "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", - "@vitejs/plugin-react": "^4.5.2", - "autoprefixer": "^10.4.21", + "@vitejs/plugin-react": "^4.7.0", + "autoprefixer": "^10.4.27", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-react-refresh": "^0.4.5", - "postcss": "^8.5.5", - "tailwindcss": "^3.4.17", - "typescript": "^5.8.3", - "vite": "^5.3.4" + "eslint-plugin-react-refresh": "^0.5.0", + "postcss": "^8.5.8", + "tailwindcss": "^3.4.19", + "typescript": "^5.9.3", + "vite": "^5.4.21" } }