Merged in fix/linting-booking-flow (pull request #2709)

Fix/linting booking flow

* fix import issues and add lint check no-extraneous-dependencies
* fix use type HotelType instead of string
* add no-extraneous-dependencies lint check to booking-flow

Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-08-27 12:02:37 +00:00
parent 80c3327419
commit 45a8fd8c43
3 changed files with 31 additions and 1 deletions

View File

@@ -38,13 +38,15 @@
"@scandic-hotels/design-system": "workspace:*",
"@scandic-hotels/trpc": "workspace:*",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"downshift": "^9.0.9",
"motion": "^12.10.0",
"react-aria-components": "^1.8.0",
"react-day-picker": "^9.6.7",
"react-hook-form": "^7.56.2",
"react-intl": "^7.1.11",
"usehooks-ts": "3.1.1"
"usehooks-ts": "3.1.1",
"zustand": "^4.5.2"
},
"peerDependencies": {
"next": "^15",