forked from cartsnitch/app
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:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user