Skip to content

Commit

Permalink
chore(package): update fs-extra to version 6.0.1 (#1070)
Browse files Browse the repository at this point in the history
* chore(package): update fs-extra to version 6.0.1

Closes #1063

* chore(lockfile): Update yarn.lock
  • Loading branch information
tmcw committed May 14, 2018
1 parent 82c6de2 commit acb9e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.41.0",
"flow-bin": "^0.71.0",
"fs-extra": "^5.0.0",
"fs-extra": "^6.0.1",
"husky": "^0.14.3",
"jest": "^22.1.4",
"json-schema": "0.2.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2481,9 +2481,9 @@ fs-access@^1.0.0:
dependencies:
null-check "^1.0.0"

fs-extra@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
fs-extra@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
Expand Down

0 comments on commit acb9e34

Please sign in to comment.