Skip to content

Commit 5c03f4b

Browse files
authored
chore: upgrade flow to 0.86.0 (#58)
* chore(package): update flow-bin to version 0.86.0 Closes #43 * update flowconfig
1 parent 52e9a8e commit 5c03f4b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[version]
2-
^0.73.0
2+
^0.86.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-preset-react": "^6.24.1",
3232
"eslint": "^5.0.0",
3333
"eslint-config-callstack-io": "^1.1.1",
34-
"flow-bin": "^0.73.0",
34+
"flow-bin": "^0.86.0",
3535
"jest": "^23.0.1",
3636
"react": "^16.4.0",
3737
"react-test-renderer": "^16.4.0"

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,10 @@ flat-cache@^1.2.1:
18501850
graceful-fs "^4.1.2"
18511851
write "^0.2.1"
18521852

1853-
flow-bin@^0.73.0:
1854-
version "0.73.0"
1855-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.73.0.tgz#da1b90a02b0ef9c439f068c2fc14968db83be425"
1853+
flow-bin@^0.86.0:
1854+
version "0.86.0"
1855+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.86.0.tgz#153a28722b4dc13b7200c74b644dd4d9f4969a11"
1856+
integrity sha512-ulRvFH3ewGIYwg+qPk/OJXoe3Nhqi0RyR0wqgK0b1NzUDEC6O99zU39MBTickXvlrr6iwRO6Wm4lVGeDmnzbew==
18561857

18571858
for-in@^1.0.1, for-in@^1.0.2:
18581859
version "1.0.2"

0 commit comments

Comments
 (0)