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

@@ -21,7 +21,6 @@
"i18n:download": "jiti scripts/i18n/download.ts",
"i18n:compile": "formatjs compile-folder --ast --format scripts/i18n/formatter.mjs scripts/i18n/translations-all scripts/i18n/dictionaries",
"i18n:diff": "yarn i18n:extract && yarn i18n:pull && node scripts/i18n/diff.mjs",
"i18n:clean": "jiti scripts/i18n/clean.ts",
"i18n:distribute": "jiti scripts/i18n/distribute.ts scandic-web partner-sas",
"i18n:push": "yarn i18n:extract && yarn i18n:upload",
"i18n:pull": "yarn i18n:download && yarn i18n:compile && yarn i18n:distribute",
@@ -38,7 +37,9 @@
],
"devDependencies": {
"@formatjs/cli": "^6.7.1",
"@formatjs/intl": "^3.1.6",
"@lokalise/node-api": "^14.0.0",
"@material-symbols/svg-400": "0.40.2",
"@types/adm-zip": "^0.5.7",
"@types/react": "19.2.7",
"@typescript/native-preview": "^7.0.0-dev.20251104.1",
@@ -46,12 +47,15 @@
"adm-zip": "^0.5.16",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.2",
"husky": "^9.1.7",
"jiti": "^1.21.0",
"knip": "^5.80.2",
"lint-staged": "^15.2.2",
"prettier": "^3.6.2",
"turbo": "^2.6.1"
"turbo": "^2.6.1",
"vitest": "^4.0.0"
},
"resolutions": {
"react": "~19.2.0",