Skip to content

Commit 5e44c08

Browse files
panagosg7facebook-github-bot
authored andcommitted
Deploy 0.97.0 to xplat
Summary: https://our.intern.facebook.com/intern/wiki/Flow/Flow_Release_Process/#update-xplat-js allow-large-files bypass-lint Reviewed By: dsainati1 Differential Revision: D14920747 fbshipit-source-id: db03f6cf73a4b3e9fad6b47e0e657490c45d06a3
1 parent d65daa0 commit 5e44c08

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ untyped-import
103103
untyped-type-import
104104

105105
[version]
106-
^0.96.0
106+
^0.97.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ untyped-import
103103
untyped-type-import
104104

105105
[version]
106-
^0.96.0
106+
^0.97.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"eslint-plugin-react-hooks": "^1.5.1",
132132
"eslint-plugin-react-native": "3.6.0",
133133
"eslint-plugin-relay": "1.3.0",
134-
"flow-bin": "^0.96.0",
134+
"flow-bin": "^0.97.0",
135135
"flow-remove-types": "1.2.3",
136136
"jest": "^24.7.1",
137137
"jest-junit": "^6.3.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ untyped-import
9292
untyped-type-import
9393

9494
[version]
95-
^0.96.0
95+
^0.97.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,10 +3065,10 @@ flat-cache@^1.2.1:
30653065
rimraf "~2.6.2"
30663066
write "^0.2.1"
30673067

3068-
flow-bin@^0.96.0:
3069-
version "0.96.0"
3070-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.96.0.tgz#3b0379d97304dc1879ae6db627cd2d6819998661"
3071-
integrity sha512-OSxERs0EdhVxEVCst/HmlT/RcnXsQQIRqcfK9J9wC8/93JQj+xQz4RtlsmYe1PSRYaozuDLyPS5pIA81Zwzaww==
3068+
flow-bin@^0.97.0:
3069+
version "0.97.0"
3070+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.97.0.tgz#036ffcfc27503367a9d906ec9d843a0aa6f6bb83"
3071+
integrity sha512-jXjD05gkatLuC4+e28frH1hZoRwr1iASP6oJr61Q64+kR4kmzaS+AdFBhYgoYS5kpoe4UzwDebWK8ETQFNh00w==
30723072

30733073
flow-parser@0.*:
30743074
version "0.89.0"

0 commit comments

Comments
 (0)