Skip to content

Commit

Permalink
fix(toolbars): add missing dep regenerator-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Jun 21, 2021
1 parent ed6923d commit 7887353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/toolbars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"@storybook/client-api": "6.3.0-rc.11",
"@storybook/components": "6.3.0-rc.11",
"@storybook/theming": "6.3.0-rc.11",
"core-js": "^3.8.2"
"core-js": "^3.8.2",
"regenerator-runtime": "^0.13.7"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6052,6 +6052,7 @@ __metadata:
"@storybook/components": 6.3.0-rc.11
"@storybook/theming": 6.3.0-rc.11
core-js: ^3.8.2
regenerator-runtime: ^0.13.7
peerDependencies:
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
Expand Down

0 comments on commit 7887353

Please sign in to comment.