Skip to content

Commit

Permalink
chore(gatsby-plugin-image): Add peerDependenciesMeta (#35146)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
Fixes #34685
  • Loading branch information
aaronadamsCA committed Nov 24, 2022
1 parent 0b3c34c commit c935f05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-image/package.json
Expand Up @@ -73,6 +73,14 @@
"react": "^18.0.0 || ^0.0.0",
"react-dom": "^18.0.0 || ^0.0.0"
},
"peerDependenciesMeta": {
"gatsby-plugin-sharp": {
"optional": true
},
"gatsby-source-filesystem": {
"optional": true
}
},
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.15.5",
Expand Down

0 comments on commit c935f05

Please sign in to comment.