Skip to content

Commit

Permalink
Fix @babel/core peer dependency (#14696)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 27, 2022
1 parent 6347eaf commit d5823f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@
"@babel/traverse": "workspace:^"
},
"peerDependencies": {
"@babel/core": "workspace:^"
"@babel/core": "^7.0.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -850,7 +850,7 @@ __metadata:
"@babel/traverse": "workspace:^"
"@babel/types": "workspace:^"
peerDependencies:
"@babel/core": "workspace:^"
"@babel/core": ^7.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d5823f2

Please sign in to comment.