Toolkit: use fs-extra instead of fs (#22723)
* use fs-extra instead of fs * use moveSync instead of renameSync
Showing
... | ... | @@ -36,6 +36,7 @@ |
"@types/command-exists": "^1.2.0", | ||
"@types/execa": "^0.9.0", | ||
"@types/expect-puppeteer": "3.3.1", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/inquirer": "^6.0.3", | ||
"@types/jest": "24.0.13", | ||
"@types/jest-cli": "^23.6.0", | ||
... | ... | @@ -66,6 +67,7 @@ |
"execa": "^1.0.0", | ||
"expect-puppeteer": "4.1.1", | ||
"file-loader": "^4.0.0", | ||
"fs-extra": "^8.1.0", | ||
"globby": "^10.0.1", | ||
"html-loader": "0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
... | ... |
Please
register
or
sign in
to comment