Skip to content

Commit

Permalink
Add missing devDependency to @babel/helper-remap-async-to-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 11, 2022
1 parent 8a51cdc commit 1b7ab7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -20,6 +20,7 @@
"@babel/types": "workspace:^"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/traverse": "workspace:^"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -835,6 +835,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator"
dependencies:
"@babel/core": "workspace:^"
"@babel/helper-annotate-as-pure": "workspace:^"
"@babel/helper-environment-visitor": "workspace:^"
"@babel/helper-wrap-function": "workspace:^"
Expand Down

0 comments on commit 1b7ab7d

Please sign in to comment.