feat: Update to nextjs 16.2.4

This commit is contained in:
2026-05-11 13:10:26 +08:00
parent f11c8343d4
commit 20f010cef1
2 changed files with 35 additions and 27 deletions
+11 -7
View File
@@ -41,10 +41,10 @@
"gray-matter": "^4.0.3",
"lucide-react": "^1.11.0",
"motion": "^12.38.0",
"next": "16.2.4",
"next": "16.2.6",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-icons": "^5.6.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
@@ -61,12 +61,12 @@
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitest/runner": "^4.1.5",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
@@ -79,5 +79,9 @@
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
],
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}