chore: Update Next.js, React, and related dependencies, refresh Bun lockfile, and adjust TypeScript configuration.

This commit is contained in:
2025-12-05 00:00:02 -05:00
parent dbe99290b8
commit 77b003e4a6
4 changed files with 117 additions and 5866 deletions

View File

@@ -29,9 +29,9 @@
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.555.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "16.0.7",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-leaflet": "^5.0.0",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
@@ -43,10 +43,10 @@
"@tailwindcss/postcss": "^4.0.15",
"@types/leaflet": "^1.9.21",
"@types/node": "^20.14.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.3",
"eslint-config-next": "16.0.7",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
@@ -57,5 +57,9 @@
},
"ct3aMetadata": {
"initVersion": "7.40.0"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}