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: bump storybook to 6.5.15 #26259

Merged
merged 14 commits into from
Jan 10, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: upgrade version of storybook",
"packageName": "@fluentui/web-components",
"email": "mgodbolt@microsoft.com",
"dependentChangeType": "patch"
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,23 @@
"@nrwl/node": "13.10.6",
"@nrwl/workspace": "13.10.6",
"@octokit/rest": "18.12.0",
"@storybook/addon-a11y": "6.5.5",
"@storybook/addon-actions": "6.5.5",
"@storybook/addon-docs": "6.5.5",
"@storybook/addon-essentials": "6.5.5",
"@storybook/addon-a11y": "6.5.15",
"@storybook/addon-actions": "6.5.15",
"@storybook/addon-docs": "6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.5.5",
"@storybook/addons": "6.5.5",
"@storybook/api": "6.5.5",
"@storybook/builder-webpack5": "6.5.5",
"@storybook/channels": "6.5.5",
"@storybook/client-api": "6.5.5",
"@storybook/components": "6.5.5",
"@storybook/core": "6.5.5",
"@storybook/core-events": "6.5.5",
"@storybook/manager-webpack5": "6.5.5",
"@storybook/react": "6.5.5",
"@storybook/theming": "6.5.5",
"@storybook/addon-links": "6.5.15",
"@storybook/addons": "6.5.15",
"@storybook/api": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/channels": "6.5.15",
"@storybook/client-api": "6.5.15",
"@storybook/components": "6.5.15",
"@storybook/core": "6.5.15",
"@storybook/core-events": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@storybook/theming": "6.5.15",
"@swc/core": "1.2.220",
"@swc/helpers": "0.4.11",
"@testing-library/dom": "8.11.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-components/react-storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@types/react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0",
"@storybook/addons": "^6.5.5",
"@storybook/api": "^6.5.5",
"@storybook/components": "^6.5.5",
"@storybook/core-events": "^6.5.5",
"@storybook/theming": "^6.5.5"
"@storybook/addons": "^6.5.15",
"@storybook/api": "^6.5.15",
"@storybook/components": "^6.5.15",
"@storybook/core-events": "^6.5.15",
"@storybook/theming": "^6.5.15"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@fluentui/react": "^8.104.4",
"@fluentui/theme": "^2.6.21",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-essentials": "6.5.5",
"@storybook/addons": "6.5.5",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addons": "6.5.15",
"@fluentui/azure-themes": "^8.5.44",
"@fluentui/theme-samples": "^8.7.42",
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test-firefox:verbose": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha"
},
"devDependencies": {
"@storybook/html": "6.5.5",
"@storybook/html": "6.5.15",
"@types/chai": "4.3.3",
"@types/chai-spies": "1.0.3",
"@types/karma": "6.3.3",
Expand Down
Loading