diff --git a/package.json b/package.json index d1981b5..af3b7cf 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,9 @@ }, "devDependencies": { "@elastic/elasticsearch": "^9.0.2", - "@eslint-react/eslint-plugin": "^2.0.2", + "@eslint-react/eslint-plugin": "^4.0.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "^9.15.0", + "@eslint/js": "^10.0.0", "@storybook/addon-docs": "^10.0.6", "@storybook/addon-themes": "^10.0.6", "@storybook/react-vite": "^10.0.6", @@ -75,7 +75,7 @@ "@types/luxon": "^3.4.2", "@types/react": "^19", "@types/react-dom": "^19", - "@vitejs/plugin-react": "^5.0.0", + "@vitejs/plugin-react": "^6.0.0", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.14", @@ -89,9 +89,9 @@ "tailwindcss": "^4.1.17", "tailwindcss-animate": "^1.0.7", "tsc-alias": "^1.8.16", - "typescript": "^5.7.3", + "typescript": "^6.0.0", "typescript-eslint": "^8.15.0", - "vite": "^7.2.2" + "vite": "^8.0.0" }, "peerDependencies": { "react": "^18 || ^19",