Skip to content

Commit 93f7d78

Browse files
dependabot-preview[bot]github-actions[bot]castastrophecastastrophe
authored
chore(deps-dev): bump @storybook/addon-actions from 6.1.16 to 6.1.17 (#1333)
* chore(deps-dev): bump @storybook/addon-actions from 6.1.16 to 6.1.17 Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.1.16 to 6.1.17. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.1.17/addons/actions) Signed-off-by: dependabot-preview[bot] <[email protected]> * Update loglevel setting Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: castastrophe <[email protected]>
1 parent 76405e1 commit 93f7d78

File tree

2 files changed

+190
-1
lines changed

2 files changed

+190
-1
lines changed

package-lock.json

Lines changed: 189 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test-suite-inject": "node scripts/test-suite-inject.js",
3636
"doc-listing-inject": "npm run leftover-check && node scripts/doc-listing-inject.js",
3737
"license-update": "node scripts/license-update.js",
38-
"storybook": "start-storybook -c .storybook -p 9001 -s ./elements --quiet --loglevel error",
38+
"storybook": "start-storybook -c .storybook -p 9001 -s ./elements --quiet",
3939
"build-storybook": "build-storybook -c .storybook -o storybook --quiet --loglevel error",
4040
"gh-pages-storybook": "storybook-to-ghpages",
4141
"deploy-storybook": "npm run build-storybook && npm run gh-pages-storybook",

0 commit comments

Comments
 (0)