Skip to content

Commit

Permalink
fix: update gatsby peerDep version (#9150)
Browse files Browse the repository at this point in the history
* Update Gatsby version to latest to solve issue 9145

* Update package.json
  • Loading branch information
GuyKh authored and pieh committed Oct 16, 2018
1 parent f6fe5d5 commit f5c5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">2.0.0-beta"
"gatsby": ">=2.0.20"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline",
"scripts": {
Expand Down

0 comments on commit f5c5556

Please sign in to comment.