Skip to content

Commit c1a0c95

Browse files
LekoArtspieh
authored andcommitted
fix(gatsby-plugin-utils): Add missing fs-extra dep (#35165)
(cherry picked from commit 55deac1)
1 parent 0f2ec73 commit c1a0c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-plugin-utils/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme",
4848
"dependencies": {
4949
"@babel/runtime": "^7.15.4",
50+
"fs-extra": "^10.0.0",
5051
"gatsby-core-utils": "^3.10.0",
5152
"gatsby-sharp": "^0.4.0",
5253
"graphql-compose": "^9.0.7",

0 commit comments

Comments
 (0)