Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update storybook monorepo to v8 (major) #28105

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update storybook monorepo to v8
renovate[bot] authored Sep 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e365d618e62032a02f5cd987b6dca30f0c1ea367
16 changes: 8 additions & 8 deletions apps/react-storybook/package.json
Original file line number Diff line number Diff line change
@@ -15,17 +15,17 @@
"devextreme-react": "workspace:~24.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/blocks": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/react-webpack5": "7.6.19",
"@storybook/test": "7.6.19",
"@storybook/addon-essentials": "8.3.3",
"@storybook/addon-interactions": "8.3.3",
"@storybook/addon-links": "8.3.3",
"@storybook/blocks": "8.3.3",
"@storybook/react": "8.3.3",
"@storybook/react-webpack5": "8.3.3",
"@storybook/test": "8.3.3",
"prop-types": "15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"storybook": "7.6.19",
"storybook": "8.3.3",
"typescript": "4.9.5"
}
}
Loading