From f5c5556cb4610a71e54412833b55214387014ac3 Mon Sep 17 00:00:00 2001 From: Guy Khmelnitsky Date: Tue, 16 Oct 2018 16:55:30 +0300 Subject: [PATCH] fix: update gatsby peerDep version (#9150) * Update Gatsby version to latest to solve issue 9145 * Update package.json --- packages/gatsby-plugin-offline/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 5896fa3661974..968ab51115328 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -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": {