Skip to content

Commit 2b0d72a

Browse files
mrochfacebook-github-bot
authored andcommitted
deploy 0.172.0
Summary: Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D34630927 fbshipit-source-id: b8ba532658c58950d4f0237ec0563004333c35ed
1 parent 402ad82 commit 2b0d72a

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

.flowconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ nonstrict-import=warn
6060
deprecated-type=error
6161
unsafe-getters-setters=warn
6262
unnecessary-invariant=warn
63-
signature-verification-failure=warn
6463

6564
[strict]
6665
deprecated-type
@@ -72,4 +71,4 @@ untyped-import
7271
untyped-type-import
7372

7473
[version]
75-
^0.171.0
74+
^0.172.0

.flowconfig.android

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ nonstrict-import=warn
6060
deprecated-type=error
6161
unsafe-getters-setters=warn
6262
unnecessary-invariant=warn
63-
signature-verification-failure=warn
6463

6564
[strict]
6665
deprecated-type
@@ -72,4 +71,4 @@ untyped-import
7271
untyped-type-import
7372

7473
[version]
75-
^0.171.0
74+
^0.172.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"ws": "^6.1.4"
124124
},
125125
"devDependencies": {
126-
"flow-bin": "^0.171.0",
126+
"flow-bin": "^0.172.0",
127127
"react": "17.0.2"
128128
},
129129
"codegenConfig": {

repo-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-hooks": "^4.2.0",
3434
"eslint-plugin-react-native": "^3.11.0",
3535
"eslint-plugin-relay": "^1.8.2",
36-
"flow-bin": "^0.171.0",
36+
"flow-bin": "^0.172.0",
3737
"inquirer": "^7.1.0",
3838
"jest": "^26.6.3",
3939
"jest-junit": "^10.0.0",

template/_flowconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ nonstrict-import=warn
5252
deprecated-type=warn
5353
unsafe-getters-setters=warn
5454
unnecessary-invariant=warn
55-
signature-verification-failure=warn
5655

5756
[strict]
5857
deprecated-type
@@ -64,4 +63,4 @@ untyped-import
6463
untyped-type-import
6564

6665
[version]
67-
^0.171.0
66+
^0.172.0

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3254,10 +3254,10 @@ flatted@^3.1.0:
32543254
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
32553255
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
32563256

3257-
flow-bin@^0.171.0:
3258-
version "0.171.0"
3259-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.171.0.tgz#43902cf3ab10704a9c8a96bd16f789d92490ba1c"
3260-
integrity sha512-2HEiXAyE60ztGs+loFk6XSskL69THL6tSjzopUcbwgfrdbuZ5Jhv23qh1jUKP5AZJh0NNwxaFZ6To2p6xR+GEA==
3257+
flow-bin@^0.172.0:
3258+
version "0.172.0"
3259+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.172.0.tgz#b399d108c5a9f0272a8137fcc884dc7284b7c175"
3260+
integrity sha512-v9KolEk3qd+wFc2ABPaSr5/7VWbHOjdAzRaWwynEtaeMcKN0awlx0Q7b71g/XgVf/fWMR+K8q+3s/TCH+Gky/Q==
32613261

32623262
flow-parser@0.*:
32633263
version "0.163.0"

0 commit comments

Comments
 (0)