|
27 | 27 | "build:dynamic": "next build --experimental-build-mode compile",
|
28 | 28 | "start": "next start",
|
29 | 29 | "check": "pnpm types:check && pnpm lint && pnpm format:check",
|
30 |
| - "lint": "next lint", |
31 |
| - "lint:fix": "next lint --fix", |
32 |
| - "types:check": "tsc --noEmit", |
| 30 | + "lint": "eslint .", |
| 31 | + "lint:fix": "eslint --fix .", |
| 32 | + "types:check": "next typegen && tsc --noEmit", |
33 | 33 | "format:check": "prettier --check .",
|
34 | 34 | "format:write": "prettier --write .",
|
35 | 35 | "test:browser": "playwright test",
|
|
41 | 41 | "@vercel/analytics": "^1.5.0",
|
42 | 42 | "class-variance-authority": "^0.7.1",
|
43 | 43 | "clsx": "^2.1.1",
|
44 |
| - "lucide-react": "^0.511.0", |
45 |
| - "next": "^15.4.6", |
| 44 | + "lucide-react": "^0.541.0", |
| 45 | + "next": "^15.5.0", |
46 | 46 | "next-themes": "^0.4.6",
|
47 | 47 | "react": "^19.1.1",
|
48 | 48 | "react-dom": "^19.1.1",
|
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@eslint/eslintrc": "^3.3.1",
|
56 |
| - "@eslint/js": "^9.33.0", |
57 |
| - "@next/eslint-plugin-next": "^15.4.6", |
58 |
| - "@playwright/test": "^1.54.2", |
| 56 | + "@eslint/js": "^9.34.0", |
| 57 | + "@next/eslint-plugin-next": "^15.5.0", |
| 58 | + "@playwright/test": "^1.55.0", |
59 | 59 | "@tailwindcss/postcss": "^4.1.12",
|
60 | 60 | "@types/node": "^22.17.2",
|
61 |
| - "@types/react": "^19.1.10", |
| 61 | + "@types/react": "^19.1.11", |
62 | 62 | "@types/react-dom": "^19.1.7",
|
63 | 63 | "@typescript-eslint/eslint-plugin": "^8.32.1",
|
64 | 64 | "babel-plugin-react-compiler": "19.1.0-rc.2",
|
65 |
| - "eslint": "^9.33.0", |
66 |
| - "eslint-config-next": "^15.4.6", |
| 65 | + "eslint": "^9.34.0", |
| 66 | + "eslint-config-next": "^15.5.0", |
67 | 67 | "eslint-config-prettier": "^10.1.8",
|
68 | 68 | "eslint-plugin-react-hooks": "6.0.0-rc.1",
|
69 | 69 | "msw": "^2.10.5",
|
|
0 commit comments