Skip to content

Commit 988b6d5

Browse files
committed
chore(deps): Downgrade to 8.0.0 for maximum compatibility
1 parent dfc9fef commit 988b6d5

2 files changed

Lines changed: 174 additions & 174 deletions

File tree

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,21 @@
8989
"devDependencies": {
9090
"@chromatic-com/storybook": "^1.6.1",
9191
"@commitlint/config-conventional": "^17.6.5",
92-
"@storybook/addon-essentials": "^8.2.4",
93-
"@storybook/addon-interactions": "^8.2.4",
94-
"@storybook/addon-links": "^8.2.4",
95-
"@storybook/builder-vite": "^8.2.4",
96-
"@storybook/components": "^8.2.4",
97-
"@storybook/manager": "^8.2.4",
98-
"@storybook/manager-api": "^8.2.4",
92+
"@storybook/addon-essentials": "^8.0.0",
93+
"@storybook/addon-interactions": "^8.0.0",
94+
"@storybook/addon-links": "^8.0.0",
95+
"@storybook/builder-vite": "^8.0.0",
96+
"@storybook/components": "^8.0.0",
97+
"@storybook/manager": "^8.0.0",
98+
"@storybook/manager-api": "^8.0.0",
9999
"@storybook/mdx2-csf": "^1.1.0",
100-
"@storybook/preview-api": "^8.2.4",
101-
"@storybook/react": "^8.2.4",
102-
"@storybook/react-vite": "^8.2.4",
103-
"@storybook/test": "^8.2.4",
104-
"@storybook/theming": "^8.2.4",
105-
"@storybook/types": "^8.2.4",
106-
"@storybook/vue3": "^8.2.4",
100+
"@storybook/preview-api": "^8.0.0",
101+
"@storybook/react": "^8.0.0",
102+
"@storybook/react-vite": "^8.0.0",
103+
"@storybook/test": "^8.0.0",
104+
"@storybook/theming": "^8.0.0",
105+
"@storybook/types": "^8.0.0",
106+
"@storybook/vue3": "^8.0.0",
107107
"@types/node": "^18.15.0",
108108
"@types/react": "^18.3.3",
109109
"@typescript-eslint/eslint-plugin": "^5.0.0",
@@ -131,7 +131,7 @@
131131
"react": "^18.0.0",
132132
"react-dom": "^18.0.0",
133133
"rimraf": "^5.0.9",
134-
"storybook": "^8.2.4",
134+
"storybook": "^8.0.0",
135135
"tsup": "^6.6.3",
136136
"typescript": "^4.9.5",
137137
"vite": "^4.5.3",
@@ -140,15 +140,15 @@
140140
"zx": "^7.2.3"
141141
},
142142
"peerDependencies": {
143-
"@storybook/blocks": "^8.2.4",
144-
"@storybook/builder-vite": "^8.2.4",
145-
"@storybook/components": "^8.2.4",
146-
"@storybook/core-events": "^8.2.4",
147-
"@storybook/manager-api": "^8.2.4",
143+
"@storybook/blocks": "^8.0.0",
144+
"@storybook/builder-vite": "^8.0.0",
145+
"@storybook/components": "^8.0.0",
146+
"@storybook/core-events": "^8.0.0",
147+
"@storybook/manager-api": "^8.0.0",
148148
"@storybook/mdx2-csf": "^1.1.0",
149-
"@storybook/preview-api": "^8.2.4",
150-
"@storybook/theming": "^8.2.4",
151-
"@storybook/types": "^8.2.4",
149+
"@storybook/preview-api": "^8.0.0",
150+
"@storybook/theming": "^8.0.0",
151+
"@storybook/types": "^8.0.0",
152152
"vue": "^3.4.31"
153153
},
154154
"publishConfig": {

0 commit comments

Comments
 (0)