From a0a23d9bb776b82754d2448db7be181576fd93a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:38:39 +0000 Subject: [PATCH] chore(deps): Update npm-frontend-dev --- frontend/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index dc610655..28b0389e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -66,7 +66,7 @@ "tailwind-merge": "^3.4.0" }, "devDependencies": { - "@eslint/js": "^9.39.1", + "@eslint/js": "^10.0.0", "@tailwindcss/node": "^4.1.18", "@tailwindcss/vite": "^4.1.18", "@testing-library/jest-dom": "^6.6.3", @@ -75,20 +75,20 @@ "@types/node": "^25.0.3", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.1", + "@vitejs/plugin-react": "^6.0.0", "@vitest/coverage-v8": "^4.0.16", "@vitest/ui": "^4.0.16", "autoprefixer": "^10.4.23", - "eslint": "^9.39.1", + "eslint": "^10.0.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "eslint-plugin-sonarjs": "^3.0.5", + "eslint-plugin-sonarjs": "^4.0.0", "eslint-plugin-tailwind-canonical-classes": "^1.1.0", - "eslint-plugin-unicorn": "^62.0.0", + "eslint-plugin-unicorn": "^63.0.0", "globals": "^17.0.0", "husky": "^9.1.7", - "jsdom": "^27.4.0", + "jsdom": "^29.0.0", "lint-staged": "^16.2.7", "postcss": "^8.5.6", "prettier": "^3.5.2", @@ -96,7 +96,7 @@ "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "typescript-eslint": "^8.51.0", - "vite": "^7.2.4", + "vite": "^8.0.0", "vitest": "^4.0.16" } }