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:
@@ -16,6 +16,18 @@ yarn workspace @scandic-hotels/design-system build
|
||||
yarn dev
|
||||
```
|
||||
|
||||
To run only scandic web
|
||||
|
||||
```bash
|
||||
yarn dev:web
|
||||
```
|
||||
|
||||
To run only partner sas
|
||||
|
||||
```bash
|
||||
yarn dev:sas
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
|
||||
### Caching
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@internationalized/date": "^3.8.0",
|
||||
"@netlify/blobs": "^8.1.0",
|
||||
"@netlify/functions": "^3.0.0",
|
||||
"@netlify/plugin-nextjs": "^5.15.1",
|
||||
"@netlify/plugin-nextjs": "^5.15.7",
|
||||
"@radix-ui/react-slot": "^1.2.2",
|
||||
"@scandic-hotels/booking-flow": "workspace:*",
|
||||
"@scandic-hotels/common": "workspace:*",
|
||||
@@ -38,7 +38,7 @@
|
||||
"@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",
|
||||
@@ -66,12 +66,12 @@
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"md5": "^2.3.0",
|
||||
"motion": "^12.10.0",
|
||||
"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-day-picker": "^9.6.7",
|
||||
"react-dom": "19.2.1",
|
||||
"react-dom": "19.2.4",
|
||||
"react-feather": "^2.0.10",
|
||||
"react-focus-lock": "^2.13.6",
|
||||
"react-hook-form": "^7.56.2",
|
||||
|
||||
Reference in New Issue
Block a user