-
Notifications
You must be signed in to change notification settings - Fork 346
chore: upgrade storybook dependencies #4692
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. breaking change for storybook caused the imports to not work |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this file is auto generated |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,18 +151,18 @@ | |
| "@box/uploads-manager": "^1.17.2", | ||
| "@box/user-selector": "^2.1.5", | ||
| "@cfaester/enzyme-adapter-react-18": "^0.8.0", | ||
| "@chromatic-com/storybook": "^4.0.1", | ||
| "@chromatic-com/storybook": "^5.2.1", | ||
| "@commitlint/cli": "^19.8.0", | ||
| "@commitlint/config-conventional": "^19.8.0", | ||
| "@eslint/eslintrc": "^3.1.0", | ||
| "@eslint/js": "^9.6.0", | ||
| "@formatjs/intl-pluralrules": "^1.5.2", | ||
| "@formatjs/intl-relativetimeformat": "^4.5.9", | ||
| "@hapi/address": "^2.1.4", | ||
| "@storybook/addon-docs": "^9.1.20", | ||
| "@storybook/addon-styling-webpack": "^2.0.0", | ||
| "@storybook/addon-webpack5-compiler-babel": "^3.0.6", | ||
| "@storybook/react-webpack5": "^9.1.20", | ||
| "@storybook/addon-docs": "^10.5.0", | ||
| "@storybook/addon-styling-webpack": "^3.0.2", | ||
| "@storybook/addon-webpack5-compiler-babel": "^4.0.1", | ||
| "@storybook/react-webpack5": "^10.5.0", | ||
|
Comment on lines
+154
to
+165
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check installed versions and peer dependency requirements
cat node_modules/storybook/package.json 2>/dev/null | jq '{version, engines, peerDependencies}' || echo "storybook not installed"
cat node_modules/chromatic/package.json 2>/dev/null | jq '{version, engines, peerDependencies}' || echo "chromatic not installed"
cat node_modules/@chromatic-com/storybook/package.json 2>/dev/null | jq '{version, engines, peerDependencies}' || echo "`@chromatic-com/storybook` not installed"
cat node_modules/msw-storybook-addon/package.json 2>/dev/null | jq '{version, engines, peerDependencies}' || echo "msw-storybook-addon not installed"
cat node_modules/storybook-react-intl/package.json 2>/dev/null | jq '{version, engines, peerDependencies}' || echo "storybook-react-intl not installed"
cat node_modules/@storybook/addon-styling-webpack/package.json 2>/dev/null | jq '{version, peerDependencies}' || echo "addon-styling-webpack not installed"
cat node_modules/@storybook/addon-webpack5-compiler-babel/package.json 2>/dev/null | jq '{version, peerDependencies}' || echo "addon-webpack5-compiler-babel not installed"Repository: box/box-ui-elements Length of output: 1346
🤖 Prompt for AI AgentsSource: Learnings |
||
| "@tanstack/react-virtual": "^3.13.12", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
|
|
@@ -196,7 +196,7 @@ | |
| "babel-plugin-react-remove-properties": "^0.3.0", | ||
| "babel-plugin-rewire": "^1.0.0", | ||
| "babel-plugin-styled-components": "^1.10.7", | ||
| "chromatic": "^11.26.1", | ||
| "chromatic": "^18.0.1", | ||
| "circular-dependency-plugin": "^5.2.2", | ||
| "classnames": "^2.5.1", | ||
| "color": "^3.2.1", | ||
|
|
@@ -240,8 +240,8 @@ | |
| "message-accumulator": "^2.1.1", | ||
| "mini-css-extract-plugin": "^2.10.1", | ||
| "mousetrap": "^1.6.5", | ||
| "msw": "^2.10.2", | ||
| "msw-storybook-addon": "^2.0.5", | ||
| "msw": "^2.15.0", | ||
| "msw-storybook-addon": "^2.0.7", | ||
| "node-polyfill-webpack-plugin": "^4.1.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "pikaday": "^1.8.2", | ||
|
|
@@ -276,8 +276,8 @@ | |
| "scroll-into-view-if-needed": "^2.2.31", | ||
| "semantic-release": "^24.2.9", | ||
| "sinon": "^2.3.7", | ||
| "storybook": "^9.1.20", | ||
| "storybook-react-intl": "^4.0.7", | ||
| "storybook": "^10.5.0", | ||
| "storybook-react-intl": "^10.2.1", | ||
| "string-replace-loader": "^3.1.0", | ||
| "styled-components": "5.0.0", | ||
| "stylelint": "^16.26.1", | ||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. weird type issue appearing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the update caused the toolbar button colors to not work. so I just copied the theme used in blueprint