Merged in feat/sw-2871-booking-flow-envs (pull request #2483)

feat(SW-2871): Add env setup to booking-flow package

* Add env setup to booking-flow package

* Add missing dep

* Really fix it..


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-07-01 08:27:48 +00:00
parent c41b2314bf
commit 9426f4b1ac
4 changed files with 28 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.26.0",
"@scandic-hotels/typescript-config": "workspace:*",
"@t3-oss/env-nextjs": "^0.13.4",
"@types/lodash-es": "^4",
"@types/react": "19.1.0",
"@typescript-eslint/eslint-plugin": "^8.32.0",
@@ -34,6 +35,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"typescript": "5.8.3",
"vitest": "^3.2.4"
"vitest": "^3.2.4",
"zod": "^3.24.4"
}
}