Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e72a483

Browse files
authored
chore(gatsby-plugin-emotion): add @babel/core as peer dependen… (gatsbyjs#21848)
* This is for yarn-pnp (yarn2) compatibility
1 parent 69d2632 commit e72a483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gatsby-plugin-emotion/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"main": "index.js",
2828
"peerDependencies": {
2929
"@emotion/core": "^10.0.5",
30-
"gatsby": "^2.0.0"
30+
"gatsby": "^2.0.0",
31+
"@babel/core": "^7.0.0"
3132
},
3233
"repository": {
3334
"type": "git",

0 commit comments

Comments
 (0)