Skip to content

Commit

Permalink
Merge pull request #57 from trentschnee/patch-1
Browse files Browse the repository at this point in the history
fix: peerDependency conflict with other gatsby plugins
  • Loading branch information
hupe1980 committed Dec 10, 2022
2 parents 542d0ad + 257a181 commit 740c133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-plugin-webfonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest:watch": "jest --watch"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0"
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"axios": "^0.26.1",
Expand Down

0 comments on commit 740c133

Please sign in to comment.