From d14cdc5b7bd9e4b52815ecae15dfaf50674967d5 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Mon, 1 Mar 2021 18:17:28 +0000 Subject: [PATCH] fix(gatsby-plugin-image): Update peerdeps (#29880) --- packages/gatsby-plugin-image/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index a1d7847751282..c4609ed8c7987 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -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" },