Merged in feat/SW-3644-storybook-v10 (pull request #3240)
feat(SW-3644): Storybook v10 * Auto update to Storybook v10 * Add scandic theme and logo * Update yarn.lock * Update formatting of package.json * Update vitest config and playwright plugin * Remove vitest 4 update * Re-added comment * Update the Typography component to explicitly return React.ReactNode * Add an explicit type assertion to the export * Add an explicit type assertion to the export for Checkbox * Explicit return type assertion * Add an explicit type assertion to the export * Update @types/react and fix ts warnings * Updated typings Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.9",
|
||||
"@formatjs/cli": "^6.7.1",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react-dom": "19.1.0",
|
||||
"@types/react": "^19.2.3",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20251104.1",
|
||||
"@yarnpkg/types": "^4.0.1",
|
||||
"commander": "^14.0.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"turbo": "^2.6.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"vite": "^6.3.5",
|
||||
"vite": "^7.2.4",
|
||||
"import-in-the-middle": "^1.14.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user