Skip to content

Commit

Permalink
fix(deps): update dependency flow-bin to ^0.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 4, 2018
1 parent 003b6b7 commit 9dd3330
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,078 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-relay": "^0.0.24",
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
"execa": "^0.10.0",
"flow-bin": "^0.66.0",
"flow-bin": "^0.78.0",
"git-release-notes": "^3.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.66.0",
"flow-bin": "^0.78.0",
"jest": "^22.3.0",
"prettier": "^1.10.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/pkg-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,9 @@ find-up@^2.1.0:
dependencies:
locate-path "^2.0.0"

flow-bin@^0.66.0:
version "0.66.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
flow-bin@^0.78.0:
version "0.78.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.78.0.tgz#df9fe7f9c9a2dfaff39083949fe2d831b41627b7"

for-in@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -1223,9 +1223,9 @@ form-data@~2.3.1:
combined-stream "1.0.6"
mime-types "^2.1.12"

fs-extra@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
fs-extra@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
Expand Down
Loading

0 comments on commit 9dd3330

Please sign in to comment.