From 55deac16a654307bf6213239f1c6457413909ef0 Mon Sep 17 00:00:00 2001 From: Lennart Date: Fri, 18 Mar 2022 09:31:24 +0100 Subject: [PATCH] fix(gatsby-plugin-utils): Add missing fs-extra dep (#35165) --- packages/gatsby-plugin-utils/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 6fcba7e401772..455b3ab758b9a 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -47,6 +47,7 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme", "dependencies": { "@babel/runtime": "^7.15.4", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^3.11.0-next.1", "gatsby-sharp": "^0.5.0-next.0", "graphql-compose": "^9.0.7",