Improvements to package versioning, dependencies, etc

This commit is contained in:
Dries Augustyns
2025-12-06 08:16:47 +01:00
parent caaa58a0ff
commit 1a6fbbdc9a
17 changed files with 429 additions and 574 deletions
+6 -7
View File
@@ -35,13 +35,14 @@
"framer-motion": "^12.23.24",
"juice": "^11.0.3",
"lucide-react": "^0.553.0",
"next": "16.0.7",
"next": "^16.0.7",
"next-seo": "^6.6.0",
"nuqs": "^2.7.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.66.0",
"react-intl": "^7.1.14",
"react-is": "^19.0.0",
"recharts": "^3.4.1",
"sonner": "^2.0.6",
"swr": "^2.2.5",
@@ -53,15 +54,13 @@
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "24.10.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.33",
"tailwindcss": "^4.1.17",
"typescript": "5.7.2"
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "19.2.7",