From 68fc0c6c30b413fe9a2d3bfb3632d0f2a63068b6 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Tue, 23 Feb 2021 21:37:37 +0530 Subject: [PATCH 1/2] Bump webpack-assets-manifest for webpack 5 --- packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 0b21b6c778273..2385c27b6ac9b 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -11,7 +11,7 @@ "fs-extra": "^8.1.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.20", - "webpack-assets-manifest": "^3.1.1" + "webpack-assets-manifest": "^5.0.1" }, "devDependencies": { "@babel/cli": "^7.12.1", From bb68a8944fe1140b0dc12b571ffd52f7dfb1d9fa Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Tue, 23 Feb 2021 21:39:00 +0530 Subject: [PATCH 2/2] Bump up gatsby peer dependency --- packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 2385c27b6ac9b..863844c04a073 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^2.0.0" + "gatsby": "^3.0.0" }, "repository": { "type": "git",