Skip to content

Commit 090b306

Browse files
Update storybook
1 parent b0cdbf5 commit 090b306

File tree

4 files changed

+119
-249
lines changed

4 files changed

+119
-249
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"@playwright/test": "^1.50.1",
189189
"@principalstudio/html-webpack-inject-preload": "^1.2.7",
190190
"@sentry/webpack-plugin": "^4.0.0",
191-
"@storybook/react-vite": "^9.1.10",
191+
"@storybook/react-vite": "^10.0.0",
192192
"@stylistic/eslint-plugin": "^5.0.0",
193193
"@svgr/webpack": "^8.0.0",
194194
"@testing-library/dom": "^10.4.0",
@@ -289,7 +289,7 @@
289289
"rimraf": "^6.0.0",
290290
"semver": "^7.5.2",
291291
"source-map-loader": "^5.0.0",
292-
"storybook": "^9.1.10",
292+
"storybook": "^10.0.0",
293293
"stylelint": "^16.23.0",
294294
"stylelint-config-standard": "^39.0.0",
295295
"stylelint-scss": "^6.0.0",

packages/shared-components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"temporal-polyfill": "^0.3.0"
5656
},
5757
"devDependencies": {
58-
"@storybook/addon-a11y": "^9.1.10",
59-
"@storybook/addon-designs": "^10.0.2",
60-
"@storybook/addon-docs": "^9.1.10",
58+
"@storybook/addon-a11y": "^10.0.0",
59+
"@storybook/addon-designs": "^11.0.0",
60+
"@storybook/addon-docs": "^10.0.0",
6161
"@storybook/icons": "^1.6.0",
62-
"@storybook/react-vite": "^9.1.10",
62+
"@storybook/react-vite": "^10.0.0",
6363
"@storybook/test-runner": "^0.23.0",
6464
"@testing-library/dom": "^10.4.1",
6565
"@testing-library/react": "^16.3.0",
@@ -74,7 +74,7 @@
7474
"jest-image-snapshot": "^6.5.1",
7575
"patch-package": "^8.0.1",
7676
"prettier": "^3.6.2",
77-
"storybook": "^9.1.10",
77+
"storybook": "^10.0.0",
7878
"ts-node": "^10.9.2",
7979
"typescript": "^5.9.3",
8080
"vite": "^7.1.9",

0 commit comments

Comments
 (0)