|
9 | 9 | "dev": "next dev --turbopack", |
10 | 10 | "build": "next build", |
11 | 11 | "start": "next start", |
12 | | - "lint": "next lint", |
| 12 | + "lint": "eslint", |
13 | 13 | "prepare": "husky", |
14 | 14 | "generate-api": "tsx scripts/generate-static-api.ts", |
15 | 15 | "update-check": "ncu", |
|
19 | 19 | "test:e2e:debug": "playwright test --debug" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "driver.js": "^1.3.5", |
23 | | - "next": "15.4.8", |
24 | | - "react": "^19.0.1", |
25 | | - "react-dom": "^19.0.1" |
| 22 | + "driver.js": "^1.4.0", |
| 23 | + "next": "16.0.7", |
| 24 | + "react": "^19.2.1", |
| 25 | + "react-dom": "^19.2.1" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@eslint/eslintrc": "^3.3.1", |
29 | | - "@playwright/test": "^1.55.1", |
30 | | - "@tailwindcss/postcss": "^4.0.15", |
31 | | - "@types/node": "^22.13.11", |
32 | | - "@types/react": "^19.0.12", |
33 | | - "@types/react-dom": "^19.0.4", |
34 | | - "eslint": "^9.23.0", |
35 | | - "eslint-config-next": "15.2.3", |
| 29 | + "@playwright/test": "^1.57.0", |
| 30 | + "@tailwindcss/postcss": "^4.1.17", |
| 31 | + "@types/node": "^24.10.1", |
| 32 | + "@types/react": "^19.2.7", |
| 33 | + "@types/react-dom": "^19.2.3", |
| 34 | + "eslint": "^9.39.1", |
| 35 | + "eslint-config-next": "16.0.7", |
36 | 36 | "husky": "^9.1.7", |
37 | | - "npm-check-updates": "^17.1.16", |
38 | | - "postcss": "^8.5.3", |
39 | | - "prettier": "^3.5.3", |
40 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
41 | | - "tailwindcss": "^4.0.15", |
42 | | - "tsx": "^4.19.3", |
43 | | - "typescript": "^5.8.2", |
| 37 | + "npm-check-updates": "^19.1.2", |
| 38 | + "postcss": "^8.5.6", |
| 39 | + "prettier": "^3.7.4", |
| 40 | + "prettier-plugin-tailwindcss": "^0.7.2", |
| 41 | + "tailwindcss": "^4.1.17", |
| 42 | + "tsx": "^4.21.0", |
| 43 | + "typescript": "^5.9.3", |
44 | 44 | "wait-on": "^9.0.3" |
45 | 45 | } |
46 | 46 | } |
0 commit comments