Skip to content

Commit eea2687

Browse files
chore(deps): update fs-extra (major) (#32654)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e547dc3 commit eea2687

File tree

24 files changed

+35
-33
lines changed

24 files changed

+35
-33
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/cache-manager": "^2.10.3",
1414
"@types/common-tags": "^1.8.0",
1515
"@types/express": "^4.17.3",
16-
"@types/fs-extra": "^8.1.2",
16+
"@types/fs-extra": "^9.0.12",
1717
"@types/got": "^9.6.11",
1818
"@types/jaeger-client": "^3.18.0",
1919
"@types/jest": "^24.9.1",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-jsx-a11y": "^6.4.1",
4646
"eslint-plugin-prettier": "^3.4.0",
4747
"eslint-plugin-react": "^7.24.0",
48-
"fs-extra": "^8.1.0",
48+
"fs-extra": "^10.0.0",
4949
"glob": "^7.1.7",
5050
"husky": "3.1.0",
5151
"ignore": "^5.1.8",

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"enquirer": "^2.3.6",
2727
"eslint": "^7.32.0",
2828
"execa": "^5.1.1",
29-
"fs-extra": "^9.1.0",
29+
"fs-extra": "^10.0.0",
3030
"gatsby-plugin-utils": "^1.14.0-next.0",
3131
"joi": "^17.4.2",
3232
"microbundle": "^0.13.3",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"envinfo": "^7.7.3",
2424
"execa": "^5.1.1",
2525
"fs-exists-cached": "^1.0.0",
26-
"fs-extra": "^8.1.0",
26+
"fs-extra": "^10.0.0",
2727
"gatsby-core-utils": "^2.14.0-next.0",
2828
"gatsby-recipes": "^0.25.0-next.0",
2929
"gatsby-telemetry": "^2.14.0-next.0",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ci-info": "2.0.0",
3434
"configstore": "^5.0.1",
3535
"file-type": "^16.5.3",
36-
"fs-extra": "^8.1.0",
36+
"fs-extra": "^10.0.0",
3737
"node-object-hash": "^2.3.8",
3838
"proper-lockfile": "^4.1.2",
3939
"tmp": "^0.2.1",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"del": "^6.0.0",
1717
"execa": "^5.1.1",
1818
"find-yarn-workspace-root": "^2.0.0",
19-
"fs-extra": "^9.1.0",
19+
"fs-extra": "^10.0.0",
2020
"got": "^10.7.0",
2121
"is-absolute": "^1.0.0",
2222
"lodash": "^4.17.21",

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cpy-cli": "^3.1.1",
3838
"cross-env": "^7.0.3",
3939
"execa": "^5.1.1",
40-
"fs-extra": "^9.1.0",
40+
"fs-extra": "^10.0.0",
4141
"microbundle": "^0.13.3",
4242
"npm-run-all": "^4.1.5",
4343
"object-assign": "^4.1.1",

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.14.8",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
13-
"fs-extra": "^9.1.0",
13+
"fs-extra": "^10.0.0",
1414
"gatsby-plugin-utils": "^1.14.0-next.0",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"date-fns": "^2.23.0",
12-
"fs-extra": "^8.1.0",
12+
"fs-extra": "^10.0.0",
1313
"gatsby-core-utils": "^2.14.0-next.0",
1414
"gatsby-telemetry": "^2.14.0-next.0",
1515
"kebab-hash": "^0.1.2",

packages/gatsby-plugin-graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"fs-extra": "^9.1.0"
11+
"fs-extra": "^10.0.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.14.8",

packages/gatsby-plugin-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@testing-library/react": "^11.2.7",
4747
"@types/babel__core": "^7.1.12",
4848
"@types/babel__traverse": "^7.11.1",
49-
"@types/fs-extra": "^8.1.2",
49+
"@types/fs-extra": "^9.0.12",
5050
"@types/node": "^14.10.2",
5151
"@types/prop-types": "^15.7.3",
5252
"@types/react": "^16.9.56",
@@ -81,7 +81,7 @@
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.1",
8383
"common-tags": "^1.8.0",
84-
"fs-extra": "^8.1.0",
84+
"fs-extra": "^10.0.0",
8585
"gatsby-core-utils": "^2.14.0-next.0",
8686
"objectFitPolyfill": "^2.3.0",
8787
"prop-types": "^15.7.2"

0 commit comments

Comments
 (0)