Merged in chore/fix-dependencies (pull request #3470)

chore: Cleanup dependencies

* Move dotenv to root

* update knip config

* Fix more deps

* More dep updates

* more

* more dep updates

* Fix deps

* Fix generate


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2026-01-21 15:03:52 +00:00
parent 510653f2ee
commit 993f6c4377
12 changed files with 85 additions and 275 deletions

View File

@@ -226,7 +226,8 @@
"dependencies": {
"@material-symbols/svg-400": "0.40.2",
"@scandic-hotels/common": "workspace:*",
"sonner": "^2.0.3"
"sonner": "^2.0.3",
"class-variance-authority": "^0.7.1"
},
"peerDependencies": {
"@babel/core": "^7.27.4",
@@ -257,7 +258,6 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/css-modules": "^1.0.5",
"@types/node": "^20.17.17",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
@@ -267,7 +267,6 @@
"@vitest/browser": "^4.0.0",
"@vitest/browser-playwright": "^4.0.0",
"babel-plugin-formatjs": "^10.5.10",
"class-variance-authority": "^0.7.1",
"colord": "^2.9.3",
"copy-to-clipboard": "^3.3.3",
"deepmerge-ts": "^7.1.5",
@@ -280,9 +279,7 @@
"eslint-plugin-storybook": "^10.0.8",
"glob": "^11.0.2",
"globals": "^16.1.0",
"husky": "^9.1.7",
"jiti": "^1.21.0",
"lint-staged": "^15.5.2",
"motion": "^12.10.0",
"playwright": "^1.54.2",
"react": "^19.1.0",
@@ -296,7 +293,6 @@
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vitest": "^4.0.0",
"vitest-browser-react": "^1.0.1",
"zod": "^3.24.1"
}
}