Upgrade nextjs and React to latest version

This commit is contained in:
Dries Augustyns
2025-12-06 08:02:52 +01:00
parent eac3815668
commit caaa58a0ff
7 changed files with 206 additions and 57 deletions
+6 -6
View File
@@ -15,9 +15,9 @@
"@plunk/shared": "*",
"@plunk/ui": "*",
"lucide-react": "^0.553.0",
"next": "16.0.1",
"next": "16.0.7",
"next-seo": "^6.6.0",
"react": "19.2.0",
"react": "19.2.1",
"react-dom": "19.2.0",
"sonner": "^2.0.6"
},
@@ -27,8 +27,8 @@
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"next-sitemap": "^4.2.3",
@@ -37,7 +37,7 @@
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
+7 -7
View File
@@ -35,11 +35,11 @@
"framer-motion": "^12.23.24",
"juice": "^11.0.3",
"lucide-react": "^0.553.0",
"next": "16.0.1",
"next": "16.0.7",
"next-seo": "^6.6.0",
"nuqs": "^2.7.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.66.0",
"react-intl": "^7.1.14",
"recharts": "^3.4.1",
@@ -54,8 +54,8 @@
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"next-sitemap": "^4.2.3",
@@ -64,7 +64,7 @@
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
+5 -5
View File
@@ -21,10 +21,10 @@
"fumadocs-openapi": "^10.0.11",
"fumadocs-ui": "16.0.8",
"lucide-react": "^0.553.0",
"next": "^16.0.1",
"next": "^16.0.7",
"next-sitemap": "^4.2.3",
"react": "^19.2",
"react-dom": "^19.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"shiki": "^3.15.0",
"unist-util-visit": "^5.0.0"
},
@@ -32,8 +32,8 @@
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "24.10.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.4.33",
"tailwindcss": "^4.1.17",
"typescript": "5.7.2"