Skip to content

Commit e2ca38b

Browse files
committed
Fix storybook version
1 parent 3e32a18 commit e2ca38b

File tree

2 files changed

+184
-292
lines changed

2 files changed

+184
-292
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"publish:release": "pnpm -r --filter '@copilotkitnext/*' publish --access public"
3030
},
3131
"devDependencies": {
32-
"@storybook/addon-docs": "^9.0.16",
33-
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
34-
"@storybook/react-webpack5": "^9.0.16",
32+
"@storybook/addon-docs": "^8",
33+
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
34+
"@storybook/react-webpack5": "^8",
3535
"prettier": "^3.6.0",
36-
"storybook": "^9.0.16",
36+
"storybook": "^8",
3737
"turbo": "^2.5.4",
3838
"typescript": "5.8.2"
3939
},

0 commit comments

Comments
 (0)