Skip to content

Commit

Permalink
Add Gatsby v4 to the peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleabmelkie committed Nov 9, 2021
1 parent 9705981 commit ef01727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"husky:install": "husky install"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0"
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"md5": "^2.3.0"
Expand All @@ -39,7 +39,6 @@
"release": "^6.3.0"
},
"prettier": {
"endOfLine": "lf",
"semi": false,
"singleQuote": true
}
Expand Down

0 comments on commit ef01727

Please sign in to comment.