Skip to content

Commit

Permalink
fix(gatsby-plugin-image): Update peerdeps (#29880) (#29888)
Browse files Browse the repository at this point in the history
(cherry picked from commit d14cdc5)

Co-authored-by: Matt Kane <matt@gatsbyjs.com>
  • Loading branch information
GatsbyJS Bot and ascorbic committed Mar 1, 2021
1 parent c266b83 commit 85bb8ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/gatsby-plugin-image/package.json
Expand Up @@ -65,9 +65,8 @@
},
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-image": "*",
"gatsby-plugin-sharp": "*",
"gatsby-source-filesystem": "*",
"gatsby-plugin-sharp": "^3.0.0-next.0",
"gatsby-source-filesystem": "^3.0.0-next.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
Expand Down

0 comments on commit 85bb8ea

Please sign in to comment.