Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@radix-ui/react-toggle-group": "1.1.11",
"@radix-ui/react-tooltip": "1.2.8",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "2.0.0",
"@vercel/analytics": "2.0.1",
"@vercel/speed-insights": "^2.0.0",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
Expand All @@ -52,17 +52,17 @@
"gray-matter": "^4.0.3",
"input-otp": "1.4.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"next": "16.1.7",
"lucide-react": "^1.7.0",
"next": "16.2.2",
"next-mdx-remote": "^6.0.0",
Comment on lines +55 to 57
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next@16.2.1 declares an engines requirement of node >=20.9.0 (as reflected in pnpm-lock.yaml). Since this PR upgrades Next.js, consider adding an explicit engines.node (or other Node version pinning like .nvmrc/CI setup-node) so installs/builds fail fast on unsupported Node versions rather than producing harder-to-diagnose runtime/build errors.

Copilot uses AI. Check for mistakes.
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-day-picker": "9.14.0",
"react-dom": "19.2.4",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.72.1",
"react-leaflet": "^5.0.0",
"react-resizable-panels": "^4.7.2",
"recharts": "3.8.0",
"react-resizable-panels": "^4.9.0",
"recharts": "3.8.1",
"rehype-pretty-code": "^0.14.3",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2",
Expand All @@ -73,16 +73,16 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/leaflet": "^1.9.21",
"@types/node": "^25",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "^8.5",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"tailwindcss": "^4.2.2",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3"
"typescript": "6.0.2"
}
}
Loading
Loading