From 486a4fb8660f63e9fd2fab8ea0b14adf9ad139af Mon Sep 17 00:00:00 2001 From: LekoArts Date: Fri, 18 Mar 2022 08:51:21 +0100 Subject: [PATCH] initial --- 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",