From 2254c9724ebf465160dabb2848d7acb12eeaaaf4 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Tue, 31 Mar 2026 03:50:35 +0000 Subject: [PATCH] fix: correct typos in package.json preventing npm ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @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 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b2dea4d..e002843 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": "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",