Skip to content

Commit 43bdc33

Browse files
committed
chore: revert fs-extra to 7.x to fix incompatibilities with graceful-fs
See: jprichardson/node-fs-extra#687
1 parent 38c74c1 commit 43bdc33

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dotenv": "^8.0.0",
5050
"dotenv-expand": "^5.1.0",
5151
"file-loader": "^3.0.1",
52-
"fs-extra": "^8.0.1",
52+
"fs-extra": "^7.0.1",
5353
"globby": "^9.2.0",
5454
"hash-sum": "^1.0.2",
5555
"html-webpack-plugin": "^3.2.0",

packages/@vue/cli-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"execa": "^1.0.0",
26-
"fs-extra": "^8.0.1",
26+
"fs-extra": "^7.0.1",
2727
"json-server": "^0.14.0",
2828
"puppeteer": "^1.11.0",
2929
"strip-ansi": "^5.2.0"

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"execa": "^1.0.0",
4242
"express-history-api-fallback": "^2.2.1",
4343
"fkill": "^6.1.0",
44-
"fs-extra": "^8.0.1",
44+
"fs-extra": "^7.0.1",
4545
"globby": "^9.2.0",
4646
"graphql": "^14.2.1",
4747
"graphql-subscriptions": "^1.1.0",

packages/@vue/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ejs": "^2.6.1",
3939
"envinfo": "^7.2.0",
4040
"execa": "^1.0.0",
41-
"fs-extra": "^8.0.1",
41+
"fs-extra": "^7.0.1",
4242
"globby": "^9.2.0",
4343
"import-global": "^0.1.0",
4444
"inquirer": "^6.3.1",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7360,15 +7360,6 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
73607360
jsonfile "^4.0.0"
73617361
universalify "^0.1.0"
73627362

7363-
fs-extra@^8.0.1:
7364-
version "8.0.1"
7365-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
7366-
integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==
7367-
dependencies:
7368-
graceful-fs "^4.1.2"
7369-
jsonfile "^4.0.0"
7370-
universalify "^0.1.0"
7371-
73727363
fs-extra@~0.26.5:
73737364
version "0.26.7"
73747365
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.26.7.tgz#9ae1fdd94897798edab76d0918cf42d0c3184fa9"

0 commit comments

Comments
 (0)