Skip to content

Commit

Permalink
fix(csf): add undeclared dependency regenerator-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 18, 2021
1 parent cdb75ae commit 377ebe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/csf-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"@babel/types": "^7.12.11",
"@storybook/csf": "^0.0.1",
"core-js": "^3.8.2",
"fs-extra": "^9.0.1"
"fs-extra": "^9.0.1",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6758,6 +6758,7 @@ __metadata:
core-js: ^3.8.2
fs-extra: ^9.0.1
globby: ^11.0.2
regenerator-runtime: ^0.13.7
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 377ebe9

Please sign in to comment.