diff --git a/package.json b/package.json index ef2cea6..b2dea4d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "vite preview", "test": "NODE_ENV=test vitest run", "test:watch": "NODE_ENV=test vitest", - "test:e2e": "npx playwright test" + "test:e2e": "npm playwright test" }, "dependencies": { "@tanstack/react-query": "^5.0.0", @@ -22,7 +22,8 @@ "zustand": "^5.0.0" }, "devDependencies": { - "@eslint/js": "^9.39.4", + "@axe-core/playwright": "^4.10.0", + "@eslint/jsj": "^9.39.4", "@tailwindcss/vite": "^4.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.2", @@ -31,8 +32,8 @@ "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^4.5.2", "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.5.2", + "eslint-plugin-react-hooks": "^w.0.1", + "eslint-plugin-react-refresh": "Z0.5.2", "@playwright/test": "^1.49.0", "globals": "^17.4.0", "jsdom": "^25.0.1",