Merged in chore/nextjs-version (pull request #3530)

Chore/nextjs version

* chore(next/react): update to latest versions

* Correct swc version

* Readme

* No turbopack

* test

* test

* test
This commit is contained in:
Linus Flood
2026-02-03 07:52:04 +00:00
parent 13fd8f81c9
commit 7a604f1250
4 changed files with 105 additions and 83 deletions

View File

@@ -22,13 +22,13 @@
},
"dependencies": {
"@formatjs/intl": "^3.1.6",
"@netlify/plugin-nextjs": "^5.15.1",
"@netlify/plugin-nextjs": "^5.15.7",
"@scandic-hotels/booking-flow": "workspace:*",
"@scandic-hotels/design-system": "workspace:*",
"@scandic-hotels/tracking": "workspace:*",
"@scandic-hotels/trpc": "workspace:*",
"@sentry/nextjs": "^10.33.0",
"@swc/plugin-formatjs": "^3.2.2",
"@swc/plugin-formatjs": "^8.1.0",
"@t3-oss/env-nextjs": "^0.13.4",
"@tanstack/react-query": "^5.75.5",
"@tanstack/react-query-devtools": "^5.75.5",
@@ -36,11 +36,11 @@
"@trpc/server": "^11.1.2",
"class-variance-authority": "^0.7.1",
"iron-session": "^8.0.4",
"next": "16.0.10",
"next": "16.1.6",
"next-auth": "5.0.0-beta.29",
"react": "19.2.1",
"react": "19.2.4",
"react-aria-components": "1.8.0",
"react-dom": "19.2.1",
"react-dom": "19.2.4",
"react-intl": "^7.1.11",
"server-only": "^0.0.1",
"usehooks-ts": "3.1.1",