Skip to content

Commit

Permalink
flow 78 (#13250)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Aug 10, 2018
1 parent d62473e commit a332a26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion shared/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ deprecated-type=error
sketchy-number-and=off

[version]
^0.77.0
^0.78.0
4 changes: 2 additions & 2 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"electron": "2.0.5",
"electron-download": "git://github.com/keybase/electron-download#keybase-fixes-off-410",
"electron-packager": "12.1.0",
"eslint": "5.2.0",
"eslint": "5.3.0",
"eslint-config-standard": "12.0.0-alpha.0",
"eslint-config-standard-jsx": "5.0.0",
"eslint-config-standard-react": "6.0.0",
Expand All @@ -216,7 +216,7 @@
"eslint-plugin-react": "7.10.0",
"eslint-plugin-standard": "3.1.0",
"file-loader": "1.1.11",
"flow-bin": "0.77.0",
"flow-bin": "0.78.0",
"flow-typed": "^2.5.1",
"fs-extra": "6.0.1",
"jest": "23.1.0",
Expand Down
18 changes: 7 additions & 11 deletions shared/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5417,9 +5417,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.2.0.tgz#3901ae249195d473e633c4acbc370068b1c964dc"
eslint@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.3.0.tgz#53695aca5213968aacdf970ccb231e42a2b285f8"
dependencies:
ajv "^6.5.0"
babel-code-frame "^6.26.0"
Expand Down Expand Up @@ -5452,7 +5452,7 @@ eslint@5.2.0:
path-is-inside "^1.0.2"
pluralize "^7.0.0"
progress "^2.0.0"
regexpp "^1.1.0"
regexpp "^2.0.0"
require-uncached "^1.0.3"
semver "^5.5.0"
string.prototype.matchall "^2.0.0"
Expand Down Expand Up @@ -6055,9 +6055,9 @@ flow-annotation-check@1.8.0:
glob "7.1.1"
load-pkg "^3.0.1"

flow-bin@0.77.0:
version "0.77.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.77.0.tgz#4e5c93929f289a0c28e08fb361a9734944a11297"
flow-bin@0.78.0:
version "0.78.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.78.0.tgz#df9fe7f9c9a2dfaff39083949fe2d831b41627b7"

flow-coverage-report@^0.5.0:
version "0.5.0"
Expand Down Expand Up @@ -11626,10 +11626,6 @@ regexp.prototype.flags@^1.2.0:
dependencies:
define-properties "^1.1.2"

regexpp@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"

regexpp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.0.tgz#b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365"
Expand Down

0 comments on commit a332a26

Please sign in to comment.