Skip to content

Commit

Permalink
chore(deps): upgrade to storybook 7.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 14, 2023
1 parent 14931d7 commit 3ffaab6
Show file tree
Hide file tree
Showing 3 changed files with 1,090 additions and 6,087 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-storyshots": "^6.5.13",
"@storybook/addon-storyshots-puppeteer": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/preact": "^6.5.13",
"@storybook/addon-actions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/addon-storyshots": "^7.6.4",
"@storybook/addon-storyshots-puppeteer": "^7.6.4",
"@storybook/addons": "^7.6.4",
"@storybook/preact": "^7.6.4",
"@testing-library/dom": "^5.4.0",
"@types/bluebird": "^3.5.42",
"@types/body-parser": "^1.17.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/server/test/ui/storybook.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if (process.env.CI && require('os').platform() !== 'darwin') {
};
}

// TODO: We need to migrate away from this.
// https://storybook.js.org/docs/writing-tests/storyshots-migration-guide

initStoryshots({
configPath: path.join(__dirname, '../../.storybook'),
suite: 'Image Storyshots',
Expand Down
Loading

0 comments on commit 3ffaab6

Please sign in to comment.