Skip to content

Commit d14cdc5

Browse files
authored
fix(gatsby-plugin-image): Update peerdeps (#29880)
1 parent 28124dd commit d14cdc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/gatsby-plugin-image/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
},
6666
"peerDependencies": {
6767
"gatsby": "^3.0.0-next.0",
68-
"gatsby-image": "*",
69-
"gatsby-plugin-sharp": "*",
70-
"gatsby-source-filesystem": "*",
68+
"gatsby-plugin-sharp": "^3.0.0-next.0",
69+
"gatsby-source-filesystem": "^3.0.0-next.0",
7170
"react": "^16.9.0 || ^17.0.0",
7271
"react-dom": "^16.9.0 || ^17.0.0"
7372
},

0 commit comments

Comments
 (0)