Skip to content

Commit

Permalink
fix(gatsby-plugin-utils): Add missing fs-extra dep (#35165)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Mar 18, 2022
1 parent d65307c commit 55deac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55deac1

Please sign in to comment.