Skip to content

Commit 6e18f1f

Browse files
mrochfacebook-github-bot
authored andcommitted
upgrade to flow 0.190.1
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D40611965 fbshipit-source-id: 56c6dc10557fdb3a302a862fe80a1227df83850b
1 parent d941940 commit 6e18f1f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ untyped-import
7474
untyped-type-import
7575

7676
[version]
77-
^0.190.0
77+
^0.190.1

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ untyped-import
7474
untyped-type-import
7575

7676
[version]
77-
^0.190.0
77+
^0.190.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"ws": "^6.2.2"
143143
},
144144
"devDependencies": {
145-
"flow-bin": "^0.190.0",
145+
"flow-bin": "^0.190.1",
146146
"hermes-eslint": "0.8.0",
147147
"react": "18.2.0",
148148
"react-test-renderer": "^18.2.0"

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-hooks": "^4.6.0",
3737
"eslint-plugin-react-native": "^4.0.0",
3838
"eslint-plugin-relay": "^1.8.3",
39-
"flow-bin": "^0.190.0",
39+
"flow-bin": "^0.190.1",
4040
"inquirer": "^7.1.0",
4141
"jest": "^29.2.1",
4242
"jest-junit": "^10.0.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ untyped-import
6060
untyped-type-import
6161

6262
[version]
63-
^0.190.0
63+
^0.190.1

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4904,10 +4904,10 @@ flatted@^3.1.0:
49044904
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
49054905
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
49064906

4907-
flow-bin@^0.190.0:
4908-
version "0.190.0"
4909-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.0.tgz#cfc50e1474facf8150232a6c498fe66a6bb75969"
4910-
integrity sha512-Qo3bvN3cmGFXsq63ZxcHFZXQDvgx84fCuq8cXuKk5xbvuebBGwMqS+ku/rH+gEkciRrcTYrXqoSzb9b6ShcoJg==
4907+
flow-bin@^0.190.1:
4908+
version "0.190.1"
4909+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.1.tgz#59ccbc9aaa2515fe32acc66117a05e7ef6a11061"
4910+
integrity sha512-5c9/6eEkMTTfdNuK2WwssrKfsUXKMUXlZVJZnrlWiqJpDSVc70/Smwyi9sXict9k/oq0f+Mo5wVH0d7peBYREg==
49114911

49124912
flow-parser@0.*, flow-parser@^0.185.0:
49134913
version "0.185.0"

0 commit comments

Comments
 (0)