fix: correct typos in package.json preventing npm ci

- @eslint/jsj → @eslint/js
- eslint-plugin-react-hooks: ^w.0.1 → ^7.0.1
- eslint-plugin-react-refresh: Z0.5.2 → ^0.5.2
- test:e2e: npm playwright test → npx playwright test

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-03-31 03:50:35 +00:00
parent 727e446c40
commit 2254c9724e
+4 -4
View File
@@ -10,7 +10,7 @@
"preview": "vite preview",
"test": "NODE_ENV=test vitest run",
"test:watch": "NODE_ENV=test vitest",
"test:e2e": "npm playwright test"
"test:e2e": "npx playwright test"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0",
@@ -23,7 +23,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@eslint/jsj": "^9.39.4",
"@eslint/js": "^9.39.4",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.2",
@@ -32,8 +32,8 @@
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^w.0.1",
"eslint-plugin-react-refresh": "Z0.5.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"@playwright/test": "^1.49.0",
"globals": "^17.4.0",
"jsdom": "^25.0.1",