|
6 | 6 | "dev": "next dev --turbopack", |
7 | 7 | "build": "next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "next lint", |
| 9 | + "lint": "eslint .", |
10 | 10 | "format": "prettier --write \"**/*.{js,jsx,ts,tsx,mdx}\"" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | 13 | "@docsearch/react": "^3.9.0", |
14 | 14 | "@headlessui/react": "0.0.0-insiders.b6f355d1", |
15 | 15 | "@heroicons/react": "^2.2.0", |
16 | | - "@next/mdx": "15.3.0-canary.23", |
| 16 | + "@mdx-js/loader": "^3.1.1", |
| 17 | + "@next/mdx": "16.1.1", |
17 | 18 | "@shikijs/transformers": "^1.29.2", |
18 | 19 | "@tailwindcss/postcss": "^4.1.11", |
19 | 20 | "clsx": "^2.1.1", |
|
22 | 23 | "feed": "^5.1.0", |
23 | 24 | "framer-motion": "^12.20.0", |
24 | 25 | "motion": "^12.20.0", |
25 | | - "next": "15.3.8", |
| 26 | + "next": "16.1.1", |
26 | 27 | "open-graph-scraper-lite": "^2.1.0", |
27 | | - "react": "^19.2.3", |
28 | | - "react-dom": "^19.2.3", |
| 28 | + "react": "19.2.3", |
| 29 | + "react-dom": "19.2.3", |
29 | 30 | "shiki": "^1.29.2", |
30 | 31 | "tailwindcss": "^4.1.18" |
31 | 32 | }, |
|
35 | 36 | "@types/hast": "^3.0.4", |
36 | 37 | "@types/mdx": "^2.0.13", |
37 | 38 | "@types/node": "^22.15.33", |
38 | | - "@types/react": "^19.2.7", |
39 | | - "@types/react-dom": "^19.2.3", |
| 39 | + "@types/react": "19.2.8", |
| 40 | + "@types/react-dom": "19.2.3", |
| 41 | + "eslint": "^9.39.2", |
| 42 | + "eslint-config-next": "16.1.1", |
40 | 43 | "hast-util-to-jsx-runtime": "^2.3.6", |
41 | 44 | "prettier-plugin-svelte": "^3.4.0", |
42 | 45 | "prettier-plugin-tailwindcss": "0.6.13", |
|
55 | 58 | "@tailwindcss/postcss": {} |
56 | 59 | } |
57 | 60 | }, |
58 | | - "packageManager": "pnpm@9.14.0" |
| 61 | + "packageManager": "pnpm@9.14.0", |
| 62 | + "pnpm": { |
| 63 | + "overrides": { |
| 64 | + "@types/react": "19.2.8", |
| 65 | + "@types/react-dom": "19.2.3" |
| 66 | + } |
| 67 | + } |
59 | 68 | } |
0 commit comments