Update flow-bin to the latest version 🚀 (#1754)

* chore(package): update flow-bin to version 0.84.0

* chore(package): update lockfile yarn.lock

* Update config.yml

* Update config.yml

* Update lockfile
This commit is contained in:
greenkeeper[bot]
2018-10-29 16:58:23 +09:00
committed by ylemkimon
parent bf98931e2d
commit ca38cbf8b2
3 changed files with 1313 additions and 5 deletions

View File

@@ -43,7 +43,12 @@ commands:
- run:
name: Install dependencies
# upgrade Yarn before installing dependencies, if needed
command: yarn check || { curl -o- -L https://yarnpkg.com/install.sh | bash && yarn; }
command: |
if ! yarn check; then
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash
source $BASH_ENV
yarn
fi
- save_cache:
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
paths:

View File

@@ -38,7 +38,7 @@
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-transform-runtime-aliasing": "^2.0.0",
"file-loader": "^2.0.0",
"flow-bin": "^0.83.0",
"flow-bin": "^0.84.0",
"fs-extra": "^7.0.0",
"husky": "^1.0.0-rc.8",
"istanbul-api": "^2.0.5",

1309
yarn.lock

File diff suppressed because it is too large Load Diff