Skip to content

Commit

Permalink
⬆️ Allow gatsby 4 as peer dependency (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmontoya authored Nov 30, 2021
1 parent e844a4e commit ffac36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"rimraf": "3.x"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^2.0.0"
"gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0"
}
}

0 comments on commit ffac36c

Please sign in to comment.