Skip to content

Commit

Permalink
Add @babel/core to dev dependencies as it's required by peer deps (#5410
Browse files Browse the repository at this point in the history
)

Should fix a lot of the warnings when doing a clean yarn install
  • Loading branch information
ItsNoHax authored and guyca committed Aug 27, 2019
1 parent c3fc964 commit fdec91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"tslib": "1.9.3"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@types/hoist-non-react-statics": "^3.0.1",
Expand Down

0 comments on commit fdec91d

Please sign in to comment.