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

chore: Fix incorrect dependencies

* Fix incorrect dependencies


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2026-01-26 13:38:21 +00:00
parent 5aadb7791e
commit e215aec8bb
4 changed files with 28 additions and 5 deletions

View File

@@ -5037,7 +5037,6 @@ __metadata:
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:^9.26.0"
"@hookform/resolvers": "npm:^3.9.1"
"@material-symbols/svg-400": "npm:0.40.2"
"@scandic-hotels/common": "workspace:*"
"@storybook/addon-a11y": "npm:^10.0.8"
"@storybook/addon-docs": "npm:^10.0.8"
@@ -5348,6 +5347,8 @@ __metadata:
"@scandic-hotels/typescript-config@workspace:*, @scandic-hotels/typescript-config@workspace:packages/typescript-config":
version: 0.0.0-use.local
resolution: "@scandic-hotels/typescript-config@workspace:packages/typescript-config"
peerDependencies:
next: ^16
languageName: unknown
linkType: soft
@@ -11085,6 +11086,17 @@ __metadata:
languageName: node
linkType: hard
"fs-extra@npm:^11.3.0":
version: 11.3.3
resolution: "fs-extra@npm:11.3.3"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: 10c0/984924ff4104e3e9f351b658a864bf3b354b2c90429f57aec0acd12d92c4e6b762cbacacdffb4e745b280adce882e1f980c485d9f02c453f769ab4e7fc646ce3
languageName: node
linkType: hard
"fs-extra@npm:~11.3.0":
version: 11.3.2
resolution: "fs-extra@npm:11.3.2"
@@ -15422,7 +15434,9 @@ __metadata:
resolution: "scandic@workspace:."
dependencies:
"@formatjs/cli": "npm:^6.7.1"
"@formatjs/intl": "npm:^3.1.6"
"@lokalise/node-api": "npm:^14.0.0"
"@material-symbols/svg-400": "npm:0.40.2"
"@types/adm-zip": "npm:^0.5.7"
"@types/react": "npm:19.2.7"
"@typescript/native-preview": "npm:^7.0.0-dev.20251104.1"
@@ -15430,12 +15444,15 @@ __metadata:
adm-zip: "npm:^0.5.16"
commander: "npm:^14.0.0"
dotenv: "npm:^16.5.0"
fs-extra: "npm:^11.3.0"
glob: "npm:^11.0.2"
husky: "npm:^9.1.7"
jiti: "npm:^1.21.0"
knip: "npm:^5.80.2"
lint-staged: "npm:^15.2.2"
prettier: "npm:^3.6.2"
turbo: "npm:^2.6.1"
vitest: "npm:^4.0.0"
languageName: unknown
linkType: soft