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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user