|
6 | 6 | "dev": "next dev --turbopack", |
7 | 7 | "build": "cross-env SKIP_ENV_VALIDATION=1 next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "cross-env SKIP_ENV_VALIDATION=1 next lint", |
| 9 | + "lint": "cross-env SKIP_ENV_VALIDATION=1 eslint .", |
10 | 10 | "test": "vitest", |
11 | 11 | "dev:emails": "email dev --dir ./src/emails", |
12 | 12 | "stripe:listen": "stripe listen --forward-to http://localhost:3000/api/stripe" |
|
187 | 187 | "zod-to-json-schema": "^3.24.5" |
188 | 188 | }, |
189 | 189 | "devDependencies": { |
| 190 | + "@eslint/eslintrc": "^3", |
190 | 191 | "@tanstack/eslint-plugin-query": "^5.74.7", |
191 | | - "@testing-library/react-hooks": "^8.0.1", |
| 192 | + "@testing-library/dom": "^10.4.1", |
| 193 | + "@testing-library/react": "^16.3.0", |
192 | 194 | "@types/micromatch": "^4.0.9", |
193 | 195 | "@types/node": "^20", |
194 | 196 | "@types/nodemailer": "^6.4.17", |
195 | 197 | "@types/psl": "^1.1.3", |
196 | 198 | "@types/react": "19.1.10", |
197 | 199 | "@types/react-dom": "19.1.7", |
198 | | - "@typescript-eslint/eslint-plugin": "^8.3.0", |
199 | | - "@typescript-eslint/parser": "^8.3.0", |
| 200 | + "@typescript-eslint/eslint-plugin": "^8.40.0", |
| 201 | + "@typescript-eslint/parser": "^8.40.0", |
200 | 202 | "cross-env": "^7.0.3", |
201 | 203 | "eslint": "^8", |
202 | 204 | "eslint-config-next": "15.5.0", |
203 | | - "eslint-plugin-react": "^7.35.0", |
204 | | - "eslint-plugin-react-hooks": "^4.6.2", |
| 205 | + "eslint-plugin-react": "^7.37.5", |
| 206 | + "eslint-plugin-react-hooks": "^5.2.0", |
205 | 207 | "jsdom": "^25.0.1", |
206 | 208 | "npm-run-all": "^4.1.5", |
207 | 209 | "postcss": "^8", |
|
0 commit comments