|
16 | 16 | "node": ">=22.x", |
17 | 17 | "pnpm": ">=9.x" |
18 | 18 | }, |
19 | | - "packageManager": "pnpm@11.15.0", |
| 19 | + "packageManager": "pnpm@11.18.0", |
20 | 20 | "scripts": { |
21 | 21 | "dev": "next dev --turbopack", |
22 | 22 | "build": "next build --turbopack", |
|
35 | 35 | ], |
36 | 36 | "license": "MIT", |
37 | 37 | "devDependencies": { |
38 | | - "@biomejs/biome": "^2.5.4", |
| 38 | + "@biomejs/biome": "^2.5.6", |
39 | 39 | "@types/luxon": "^3.7.2", |
40 | | - "@types/node": "^26.1.1", |
41 | | - "@types/react": "19.2.17", |
42 | | - "@types/react-dom": "19.2.3", |
| 40 | + "@types/node": "^26.1.2", |
| 41 | + "@types/react": "19.2.18", |
| 42 | + "@types/react-dom": "19.2.4", |
43 | 43 | "@types/react-syntax-highlighter": "^15.5.13", |
44 | | - "daisyui": "5.6.18", |
| 44 | + "daisyui": "5.7.9", |
45 | 45 | "rimraf": "^6.1.3", |
46 | 46 | "tailwindcss": "^4.3.3", |
47 | 47 | "tsx": "^4.23.1", |
48 | 48 | "typescript": "^7.0.2" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | 51 | "@headlessui/react": "^2.2.10", |
52 | | - "@next/bundle-analyzer": "16.2.10", |
| 52 | + "@next/bundle-analyzer": "16.2.12", |
53 | 53 | "@octokit/graphql": "^9.0.3", |
54 | 54 | "@tailwindcss/line-clamp": "^0.4.4", |
55 | 55 | "@tailwindcss/postcss": "^4.3.3", |
|
61 | 61 | "github-slugger": "^2.0.0", |
62 | 62 | "gray-matter": "^4.0.3", |
63 | 63 | "luxon": "^3.7.2", |
64 | | - "motion": "^12.42.2", |
| 64 | + "motion": "^12.43.0", |
65 | 65 | "next": "16.3.0-preview.6", |
66 | | - "postcss": "^8.5.19", |
67 | | - "react": "19.2.7", |
68 | | - "react-dom": "19.2.7", |
| 66 | + "postcss": "^8.5.25", |
| 67 | + "react": "19.2.8", |
| 68 | + "react-dom": "19.2.8", |
69 | 69 | "react-icons": "^5.7.0", |
70 | 70 | "react-markdown": "^10.1.0", |
71 | 71 | "react-syntax-highlighter": "^16.1.1", |
|
0 commit comments