chore: upgrade fs-extra to v8 (#5994)

This commit is contained in:
Xin Du (Clark) 2019-06-27 21:03:44 +01:00 committed by Pooya Parsa
parent fc5502cd8d
commit d1395a032a
11 changed files with 22 additions and 15 deletions

View File

@ -57,7 +57,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"finalhandler": "^1.1.2", "finalhandler": "^1.1.2",
"fork-ts-checker-webpack-plugin": "^1.3.7", "fork-ts-checker-webpack-plugin": "^1.3.7",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"get-port": "^5.0.0", "get-port": "^5.0.0",
"glob": "^7.1.4", "glob": "^7.1.4",
"is-wsl": "^2.1.0", "is-wsl": "^2.1.0",

View File

@ -13,7 +13,7 @@
"@nuxt/vue-app": "2.8.1", "@nuxt/vue-app": "2.8.1",
"chokidar": "^3.0.1", "chokidar": "^3.0.1",
"consola": "^2.9.0", "consola": "^2.9.0",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"glob": "^7.1.4", "glob": "^7.1.4",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"ignore": "^5.1.2", "ignore": "^5.1.2",

View File

@ -20,7 +20,7 @@
"esm": "^3.2.25", "esm": "^3.2.25",
"execa": "^2.0.0", "execa": "^2.0.0",
"exit": "^0.1.2", "exit": "^0.1.2",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"opener": "1.5.1", "opener": "1.5.1",
"pretty-bytes": "^5.2.0", "pretty-bytes": "^5.2.0",

View File

@ -16,7 +16,7 @@
"consola": "^2.9.0", "consola": "^2.9.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"esm": "^3.2.25", "esm": "^3.2.25",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"std-env": "^2.2.1" "std-env": "^2.2.1"
}, },

View File

@ -11,7 +11,7 @@
"@nuxt/utils": "2.8.1", "@nuxt/utils": "2.8.1",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"consola": "^2.9.0", "consola": "^2.9.0",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"html-minifier": "^4.0.0" "html-minifier": "^4.0.0"
}, },
"publishConfig": { "publishConfig": {

View File

@ -17,7 +17,7 @@
"consola": "^2.9.0", "consola": "^2.9.0",
"etag": "^1.8.1", "etag": "^1.8.1",
"fresh": "^0.5.2", "fresh": "^0.5.2",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"launch-editor-middleware": "^2.2.1", "launch-editor-middleware": "^2.2.1",
"on-headers": "^1.0.2", "on-headers": "^1.0.2",

View File

@ -24,7 +24,7 @@
"@types/webpack-hot-middleware": "^2.16.5", "@types/webpack-hot-middleware": "^2.16.5",
"consola": "^2.9.0", "consola": "^2.9.0",
"fork-ts-checker-webpack-plugin": "^1.3.7", "fork-ts-checker-webpack-plugin": "^1.3.7",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"ts-loader": "^6.0.4", "ts-loader": "^6.0.4",
"typescript": "^3.5.2" "typescript": "^3.5.2"
}, },

View File

@ -9,7 +9,7 @@
"main": "dist/utils.js", "main": "dist/utils.js",
"dependencies": { "dependencies": {
"consola": "^2.9.0", "consola": "^2.9.0",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"proper-lockfile": "^4.1.1", "proper-lockfile": "^4.1.1",
"semver": "^6.1.2", "semver": "^6.1.2",

View File

@ -11,7 +11,7 @@
"@nuxt/devalue": "^1.2.3", "@nuxt/devalue": "^1.2.3",
"@nuxt/utils": "2.8.1", "@nuxt/utils": "2.8.1",
"consola": "^2.9.0", "consola": "^2.9.0",
"fs-extra": "^7.0.1", "fs-extra": "^8.0.1",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-meta": "^1.6.0", "vue-meta": "^1.6.0",

View File

@ -6,9 +6,7 @@
"dev" "dev"
], ],
"ignoreDeps": [ "ignoreDeps": [
"core-js", "core-js"
// TODO: https://github.com/jprichardson/node-fs-extra/issues/687
"fs-extra"
], ],
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true "enabled": true

View File

@ -5206,6 +5206,15 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
jsonfile "^4.0.0" jsonfile "^4.0.0"
universalify "^0.1.0" universalify "^0.1.0"
fs-extra@^8.0.1:
version "8.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"
fs-minipass@^1.2.5: fs-minipass@^1.2.5:
version "1.2.6" version "1.2.6"
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07"
@ -5429,9 +5438,9 @@ globby@^8.0.1:
slash "^1.0.0" slash "^1.0.0"
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.15" version "4.2.0"
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==
growly@^1.3.0: growly@^1.3.0:
version "1.3.0" version "1.3.0"