Skip to content

Commit

Permalink
chore: bump storybook to 6.5.15 (#26259)
Browse files Browse the repository at this point in the history
* chore: manually dedupe prismjs

* bump storybook to 6.5.15

* bump other packages

* lock

* update html as well

* another lock

* lock

* dedup

* locked deduped for sure

* only dedup storybook

* change file

* chore: update yarn.lock again after deduping storybook

* Update Menu.cy.tsx

Co-authored-by: Tristan Watanabe <tristan.watanabe@gmail.com>
  • Loading branch information
micahgodbolt and TristanWatanabe authored Jan 10, 2023
1 parent ab5942a commit 854d115
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 444 deletions.
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

0 comments on commit 854d115

Please sign in to comment.