Skip to content

Commit 0421cc3

Browse files
fix(deps): downgrade storybook monorepo to v9.0.18 (#6585)
## ๐Ÿ“„ Description This PR reverts the Storybook upgrade from `v9.0.18` to `v9.1.16` --- ## ๐Ÿ”ฎ Design review - [ ] Design review done - [ ] No design review needed ## ๐Ÿ“ Checklist - โœ… My code follows the style guidelines of this project - ๐Ÿ› ๏ธ I have performed a self-review of my own code - ๐Ÿ“„ I have made corresponding changes to the documentation - โš ๏ธ My changes generate no new warnings or errors - ๐Ÿงช I have added tests that prove my fix is effective or that my feature works - โœ”๏ธ New and existing unit tests pass locally with my changes
1 parent 6531e6d commit 0421cc3

File tree

2 files changed

+105
-118
lines changed

2 files changed

+105
-118
lines changed

โ€Žpackages/documentation/package.jsonโ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"@open-wc/lit-helpers": "0.7.0",
4444
"@percy/cli": "1.31.4",
4545
"@percy/cypress": "3.1.6",
46-
"@storybook/addon-docs": "9.1.16",
47-
"@storybook/addon-links": "9.1.16",
48-
"@storybook/web-components-vite": "9.1.16",
46+
"@storybook/addon-docs": "9.0.18",
47+
"@storybook/addon-links": "9.0.18",
48+
"@storybook/web-components-vite": "9.0.18",
4949
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.52",
5050
"@types/css-modules": "1.0.5",
5151
"@types/mdx": "2.0.13",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-markdown": "5.1.0",
6161
"eslint-plugin-mdx": "3.1.5",
6262
"eslint-plugin-react": "7.37.5",
63-
"eslint-plugin-storybook": "9.1.16",
63+
"eslint-plugin-storybook": "9.0.10",
6464
"globals": "16.0.0",
6565
"lit": "3.3.1",
6666
"lit-html": "3.3.1",
@@ -72,7 +72,7 @@
7272
"rehype-slug": "6.0.0",
7373
"rimraf": "6.0.1",
7474
"sass-embedded": "1.78.0",
75-
"storybook": "9.1.16",
75+
"storybook": "9.0.18",
7676
"typescript": "5.8.3",
7777
"typescript-eslint": "8.20.0",
7878
"vite": "7.1.12"

0 commit comments

Comments
ย (0)