Skip to content

Commit

Permalink
fix(gatsby-plugin-image): Update peerdeps (#29880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Mar 1, 2021
1 parent 28124dd commit d14cdc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
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 d14cdc5

Please sign in to comment.