Skip to content

Commit

Permalink
Update storybook deps (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance authored Jan 22, 2025
1 parent 36b7bac commit 752c38e
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 209 deletions.
5 changes: 4 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ const config: StorybookConfig = {
},
},

swc: () => ({
swc: (config) => ({
...config,
jsc: {
...config?.jsc,
transform: {
...config?.jsc?.transform,
react: {
// Do not require importing React into scope to use JSX
runtime: 'automatic',
Expand Down
2 changes: 2 additions & 0 deletions .yarn/versions/5746aa51.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- primitives
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@chance/eslint": "^1.0.0-beta.7",
"@changesets/cli": "^2.27.11",
"@radix-ui/colors": "^3.0.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-storysource": "^8.4.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/manager-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-storysource": "^8.5.0",
"@storybook/addon-webpack5-compiler-swc": "^2.0.0",
"@storybook/manager-api": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-webpack5": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/theming": "^8.5.0",
"@testing-library/cypress": "^10.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down Expand Up @@ -73,7 +73,7 @@
"react-test-renderer": "^19.0.0",
"replace-in-files": "^3.0.0",
"start-server-and-test": "2.0.3",
"storybook": "^8.4.7",
"storybook": "^8.5.0",
"ts-jest": "^29.2.5",
"tsup": "8.0.2",
"typescript": "^5.7.3"
Expand Down
Loading

0 comments on commit 752c38e

Please sign in to comment.