Skip to content

Commit

Permalink
fix(gatsby-plugin-image): add @babel/core peer dependency (#31188)
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisonCole authored May 3, 2021
1 parent 4b9d0d4 commit f4c1130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"typescript": "^4.1.5"
},
"peerDependencies": {
"@babel/core": "^7.12.3",
"gatsby": "^3.0.0-next.0",
"gatsby-plugin-sharp": "^3.0.0-next.0",
"gatsby-source-filesystem": "^3.0.0-next.0",
Expand Down

0 comments on commit f4c1130

Please sign in to comment.