From d0420393e13ba32bfaa7624bb3a3852acf7566c7 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Tue, 23 Feb 2021 22:11:10 +0530 Subject: [PATCH] chore(gatsby-plugin-gatsby-cloud): Update for gatsby v3 (#29711) * Bump webpack-assets-manifest for webpack 5 * Bump up gatsby peer dependency --- packages/gatsby-plugin-gatsby-cloud/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 0b21b6c778273..863844c04a073 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", @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^2.0.0" + "gatsby": "^3.0.0" }, "repository": { "type": "git",