|
11 | 11 | "dev:sw": "next dev --experimental-https", |
12 | 12 | "build": "next build", |
13 | 13 | "start": "next start", |
14 | | - "lint": "next lint", |
15 | | - "lint:fix": "next lint --fix", |
| 14 | + "lint": "eslint .", |
| 15 | + "lint:fix": "eslint --fix .", |
16 | 16 | "fmt": "prettier --check .", |
17 | 17 | "fmt:fix": "prettier --write .", |
18 | 18 | "renovate:debug": "LOG_LEVEL=debug pnpx renovate --platform=local", |
|
25 | 25 | "dependencies": { |
26 | 26 | "@mdx-js/loader": "3.1.0", |
27 | 27 | "@mdx-js/react": "3.1.0", |
28 | | - "@next/mdx": "15.4.6", |
| 28 | + "@next/mdx": "15.5.0", |
29 | 29 | "@radix-ui/react-avatar": "1.1.10", |
30 | 30 | "@radix-ui/react-dropdown-menu": "2.1.16", |
31 | 31 | "@radix-ui/react-label": "2.1.7", |
|
36 | 36 | "class-variance-authority": "0.7.1", |
37 | 37 | "clsx": "2.1.1", |
38 | 38 | "lucide-react": "0.539.0", |
39 | | - "next": "15.4.6", |
| 39 | + "next": "15.5.0", |
40 | 40 | "next-themes": "0.4.6", |
41 | 41 | "react": "19.1.1", |
42 | 42 | "react-dom": "19.1.1", |
|
56 | 56 | "@types/react": "19.1.10", |
57 | 57 | "@types/react-dom": "19.1.7", |
58 | 58 | "eslint": "9.33.0", |
59 | | - "eslint-config-next": "15.4.6", |
| 59 | + "eslint-config-next": "15.5.0", |
60 | 60 | "eslint-config-prettier": "10.1.8", |
61 | 61 | "prettier": "3.6.2", |
62 | 62 | "prettier-plugin-tailwindcss": "0.6.14", |
|
0 commit comments