Skip to content

Commit

Permalink
fix(gatsby-plugin-utils): Add missing fs-extra dep (#35165) (#35168)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
ViCo0TeCH and LekoArts committed Mar 18, 2022
1 parent 0f2ec73 commit 3ac159f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-utils/package.json
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.10.0",
"gatsby-sharp": "^0.4.0",
"graphql-compose": "^9.0.7",
Expand Down

0 comments on commit 3ac159f

Please sign in to comment.