Skip to content

Commit

Permalink
chore(gatsby-plugin-emotion): add @babel/core as peer dependen… (#21848)
Browse files Browse the repository at this point in the history
* This is for yarn-pnp (yarn2) compatibility
  • Loading branch information
Js-Brecht committed Feb 29, 2020
1 parent 69d2632 commit e72a483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-plugin-emotion/package.json
Expand Up @@ -27,7 +27,8 @@
"main": "index.js",
"peerDependencies": {
"@emotion/core": "^10.0.5",
"gatsby": "^2.0.0"
"gatsby": "^2.0.0",
"@babel/core": "^7.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e72a483

Please sign in to comment.