Skip to content

Commit c935f05

Browse files
chore(gatsby-plugin-image): Add peerDependenciesMeta (#35146)
Co-authored-by: Lennart <[email protected]> Fixes #34685
1 parent 0b3c34c commit c935f05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/gatsby-plugin-image/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
"react": "^18.0.0 || ^0.0.0",
7474
"react-dom": "^18.0.0 || ^0.0.0"
7575
},
76+
"peerDependenciesMeta": {
77+
"gatsby-plugin-sharp": {
78+
"optional": true
79+
},
80+
"gatsby-source-filesystem": {
81+
"optional": true
82+
}
83+
},
7684
"dependencies": {
7785
"@babel/code-frame": "^7.14.0",
7886
"@babel/parser": "^7.15.5",

0 commit comments

Comments
 (0)