Skip to content

Commit

Permalink
deps: upgrade storybook to v8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 13, 2024
1 parent 84d9f43 commit bc12ef2
Show file tree
Hide file tree
Showing 2 changed files with 868 additions and 1,344 deletions.
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/blocks": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.4.2",
Expand Down Expand Up @@ -71,7 +71,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1",
"storybook": "^7.6.17",
"storybook": "^8.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit bc12ef2

Please sign in to comment.