Skip to content

Commit 798d232

Browse files
arcanispieh
authored andcommitted
fix(gatsby-telemetry): add the missing fs-extra dependency (#12899)
## Description The new `gatsby-telemetry` package [uses `fs-extra`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-telemetry/src/store.js#L10) but doesn't list it in the `package.json` field.
1 parent 3b1fed2 commit 798d232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ci-info": "2.0.0",
1414
"configstore": "4.0.0",
1515
"envinfo": "^5.8.1",
16+
"fs-extra": "^7.0.1",
1617
"node-fetch": "2.3.0",
1718
"resolve-cwd": "^2.0.0",
1819
"source-map": "^0.5.7",

0 commit comments

Comments
 (0)