update flow to 0.89 (#1808)

* update flow to 0.89

* only use a single core when running tests on circleci
This commit is contained in:
Kevin Barabash
2018-12-26 17:57:28 -05:00
committed by GitHub
parent d604965c62
commit 1a7ce6cf15
3 changed files with 16 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ jobs:
name: Run Flow and Jest tests name: Run Flow and Jest tests
command: | command: |
yarn test:flow yarn test:flow
yarn test:jest --coverage yarn test:jest --coverage --runInBand
- codecov: - codecov:
flag: test flag: test

View File

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

View File

@@ -3634,10 +3634,10 @@ flatten@^1.0.2:
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782" resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I= integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=
flow-bin@^0.84.0: flow-bin@^0.89.0:
version "0.84.0" version "0.89.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.84.0.tgz#4cb2364c750fb37a7840524fa62456b53f64cdcb" resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.89.0.tgz#6bd29c2af7e0f429797f820662f33749105c32fa"
integrity sha512-ocji8eEYp+YfICsm+F6cIHUcD7v5sb0/ADEXm6gyUKdjQzmSckMrPUdZtyfP973t3YGHKliUMxMvIBHyR5LbXQ== integrity sha512-DkO4PsXYrl53V6G5+t5HbRMC5ajYUQej2LEGPUZ+j9okTb41Sn5j9vfxsCpXMEAslYnQoysHhYu4GUZsQX/DrQ==
flush-write-stream@^1.0.0: flush-write-stream@^1.0.0:
version "1.0.3" version "1.0.3"
@@ -7222,7 +7222,7 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.23:
source-map "^0.6.1" source-map "^0.6.1"
supports-color "^5.4.0" supports-color "^5.4.0"
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2: postcss@^7.0.0, postcss@^7.0.1:
version "7.0.5" version "7.0.5"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.5.tgz#70e6443e36a6d520b0fd4e7593fcca3635ee9f55" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.5.tgz#70e6443e36a6d520b0fd4e7593fcca3635ee9f55"
integrity sha512-HBNpviAUFCKvEh7NZhw1e8MBPivRszIiUnhrJ+sBFVSYSqubrzwX3KG51mYgcRHX8j/cAgZJedONZcm5jTBdgQ== integrity sha512-HBNpviAUFCKvEh7NZhw1e8MBPivRszIiUnhrJ+sBFVSYSqubrzwX3KG51mYgcRHX8j/cAgZJedONZcm5jTBdgQ==
@@ -7231,6 +7231,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2:
source-map "^0.6.1" source-map "^0.6.1"
supports-color "^5.5.0" supports-color "^5.5.0"
postcss@^7.0.2:
version "7.0.7"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.7.tgz#2754d073f77acb4ef08f1235c36c5721a7201614"
integrity sha512-HThWSJEPkupqew2fnuQMEI2YcTj/8gMV3n80cMdJsKxfIh5tHf7nM5JigNX6LxVMqo6zkgQNAI88hyFvBk41Pg==
dependencies:
chalk "^2.4.1"
source-map "^0.6.1"
supports-color "^5.5.0"
prelude-ls@~1.1.2: prelude-ls@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"