|
16 | 16 | "dev:turbo": "next dev --turbopack",
|
17 | 17 | "dev:https": "next dev --experimental-https",
|
18 | 18 | "postbuild": "node ./scripts/postbuild.js",
|
19 |
| - "build": "npm run generate && next build", |
| 19 | + "build": "npm run generate && next build --turbopack", |
20 | 20 | "start": "next start",
|
21 | 21 | "lint": "biome lint --write --unsafe",
|
22 | 22 | "watch": "onchange post/**/*.{md,mdx} -- npm run generate",
|
23 | 23 | "generate": "node ./scripts/content"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@radix-ui/react-dialog": "^1.1.14", |
27 |
| - "@radix-ui/react-popover": "^1.1.14", |
28 |
| - "@radix-ui/react-scroll-area": "^1.2.9", |
| 26 | + "@radix-ui/react-dialog": "^1.1.15", |
| 27 | + "@radix-ui/react-popover": "^1.1.15", |
| 28 | + "@radix-ui/react-scroll-area": "^1.2.10", |
29 | 29 | "@radix-ui/react-slot": "^1.2.3",
|
30 | 30 | "class-variance-authority": "^0.7.1",
|
31 | 31 | "clsx": "^2.1.1",
|
32 | 32 | "dayjs": "^1.11.13",
|
33 | 33 | "lodash-es": "^4.17.21",
|
34 | 34 | "lucide-react": "^0.536.0",
|
35 |
| - "next": "15.5.0", |
| 35 | + "next": "15.5.2", |
36 | 36 | "next-mdx-remote-client": "^2.1.3",
|
37 | 37 | "next-themes": "^0.4.6",
|
38 | 38 | "react": "^19.1.1",
|
|
42 | 42 | "rehype-slug": "^6.0.0",
|
43 | 43 | "remark-gfm": "^4.0.1",
|
44 | 44 | "remark-math": "^6.0.0",
|
45 |
| - "shiki": "^3.9.2", |
| 45 | + "shiki": "^3.12.0", |
46 | 46 | "tailwind-merge": "^3.3.1",
|
47 |
| - "tw-animate-css": "^1.3.6" |
| 47 | + "tw-animate-css": "^1.3.7" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@biomejs/biome": "2.1.3",
|
51 |
| - "@netlify/plugin-nextjs": "^5.12.0", |
52 |
| - "@tailwindcss/postcss": "^4.1.11", |
| 51 | + "@netlify/plugin-nextjs": "^5.12.1", |
| 52 | + "@tailwindcss/postcss": "^4.1.12", |
53 | 53 | "@tailwindcss/typography": "^0.5.16",
|
54 | 54 | "@types/fs-extra": "^11.0.4",
|
55 | 55 | "@types/lodash-es": "^4.17.12",
|
56 |
| - "@types/node": "^22.15.3", |
57 |
| - "@types/react": "^19.1.9", |
58 |
| - "@types/react-dom": "^19.1.7", |
| 56 | + "@types/node": "^22.18.0", |
| 57 | + "@types/react": "^19.1.11", |
| 58 | + "@types/react-dom": "^19.1.8", |
59 | 59 | "babel-plugin-react-compiler": "19.1.0-rc.2",
|
60 | 60 | "fs-extra": "^11.3.1",
|
61 | 61 | "globals": "^16.3.0",
|
|
65 | 65 | "onchange": "^7.1.0",
|
66 | 66 | "pagefind": "^1.3.0",
|
67 | 67 | "postcss": "^8.5.6",
|
68 |
| - "tailwindcss": "^4.1.11", |
| 68 | + "tailwindcss": "^4.1.12", |
69 | 69 | "typescript": "^5.9.2"
|
70 | 70 | },
|
71 | 71 | "browserslist": [
|
|
0 commit comments