|
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | 14 | "prepare": "lefthook install", |
15 | | - "dev": "run-p watch generate dev:turbo", |
16 | | - "dev:turbo": "next dev --turbopack", |
| 15 | + "dev": "run-p watch generate dev:next", |
| 16 | + "dev:next": "next dev", |
17 | 17 | "dev:https": "next dev --experimental-https", |
18 | 18 | "postbuild": "node ./scripts/postbuild.js", |
19 | | - "build": "npm run generate && next build --turbopack", |
| 19 | + "build": "npm run generate && next build", |
20 | 20 | "start": "next start", |
21 | 21 | "lint": "biome lint --write --unsafe", |
22 | 22 | "watch": "onchange post/**/*.{md,mdx} -- npm run generate", |
|
32 | 32 | "dayjs": "^1.11.18", |
33 | 33 | "lodash-es": "^4.17.21", |
34 | 34 | "lucide-react": "^0.546.0", |
35 | | - "next": "15.5.6", |
| 35 | + "next": "16.0.0", |
36 | 36 | "next-mdx-remote-client": "^2.1.7", |
37 | 37 | "next-themes": "^0.4.6", |
38 | 38 | "react": "^19.2.0", |
|
47 | 47 | "tw-animate-css": "^1.4.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@biomejs/biome": "2.2.6", |
51 | | - "@netlify/plugin-nextjs": "^5.14.0", |
52 | | - "@tailwindcss/postcss": "^4.1.14", |
| 50 | + "@biomejs/biome": "2.3.0", |
| 51 | + "@netlify/plugin-nextjs": "^5.14.3", |
| 52 | + "@tailwindcss/postcss": "^4.1.16", |
53 | 53 | "@tailwindcss/typography": "^0.5.19", |
54 | 54 | "@types/fs-extra": "^11.0.4", |
55 | 55 | "@types/lodash-es": "^4.17.12", |
56 | | - "@types/node": "^22.18.11", |
| 56 | + "@types/node": "^24.9.1", |
57 | 57 | "@types/react": "^19.2.2", |
58 | 58 | "@types/react-dom": "^19.2.2", |
59 | 59 | "babel-plugin-react-compiler": "^1.0.0", |
60 | 60 | "fs-extra": "^11.3.2", |
61 | 61 | "globals": "^16.4.0", |
62 | | - "lefthook": "^1.13.6", |
| 62 | + "lefthook": "^2.0.1", |
63 | 63 | "next-sitemap": "^4.2.3", |
64 | 64 | "npm-run-all2": "^8.0.4", |
65 | 65 | "onchange": "^7.1.0", |
66 | 66 | "pagefind": "^1.4.0", |
67 | 67 | "postcss": "^8.5.6", |
68 | | - "tailwindcss": "^4.1.14", |
| 68 | + "tailwindcss": "^4.1.16", |
69 | 69 | "typescript": "^5.9.3" |
70 | 70 | }, |
71 | 71 | "browserslist": [ |
|
0 commit comments