From 85ac675caf7df3b22169bcd01234ae3bbed75223 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Sun, 1 Sep 2019 15:15:17 +0530 Subject: [PATCH] Upgrade gatsby-plugin-offline in tests --- e2e-tests/production-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/production-runtime/package.json b/e2e-tests/production-runtime/package.json index 64e1d892bfc73..f79f307dbdd04 100644 --- a/e2e-tests/production-runtime/package.json +++ b/e2e-tests/production-runtime/package.json @@ -7,7 +7,7 @@ "cypress": "^3.1.0", "gatsby": "^2.0.118", "gatsby-plugin-manifest": "^2.0.17", - "gatsby-plugin-offline": "^2.0.23", + "gatsby-plugin-offline": "^3.0.0", "gatsby-plugin-react-helmet": "^3.0.6", "gatsby-seo": "^0.1.0", "glob": "^7.1.3",