Skip to content

Commit fc9954a

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy Flow 0.192.0
Summary: Changelog: [Internal] Reviewed By: bradzacher Differential Revision: D41018709 fbshipit-source-id: 9e0e18d55815bd449b20b3a9a3e556cda74731ba
1 parent 95e685a commit fc9954a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.flowconfig

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

7575
[version]
76-
^0.191.0
76+
^0.192.0

.flowconfig.android

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

7575
[version]
76-
^0.191.0
76+
^0.192.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"ws": "^6.2.2"
144144
},
145145
"devDependencies": {
146-
"flow-bin": "^0.191.0",
146+
"flow-bin": "^0.192.0",
147147
"hermes-eslint": "0.8.0",
148148
"react": "18.2.0",
149149
"react-test-renderer": "^18.2.0"

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"eslint-plugin-react-native": "^4.0.0",
3939
"eslint-plugin-relay": "^1.8.3",
40-
"flow-bin": "^0.191.0",
40+
"flow-bin": "^0.192.0",
4141
"inquirer": "^7.1.0",
4242
"jest": "^29.2.1",
4343
"jest-junit": "^10.0.0",

yarn.lock

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

4526-
flow-bin@^0.191.0:
4527-
version "0.191.0"
4528-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.191.0.tgz#9324c9498584b60575fd8d77a2897ee4f384443b"
4529-
integrity sha512-IhaDGoOtRDdGUJLjm7KQlHK8BAzOVJmpx+CIR6bCju4pF7zon2v7WNrds5706WZqDE3rD2c8cM4GdhDnIFYXtg==
4526+
flow-bin@^0.192.0:
4527+
version "0.192.0"
4528+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.192.0.tgz#a1d75fb955b3980b23cff43577044c52f5d95d33"
4529+
integrity sha512-RlHhXn9m1IRTB5yKhnLGgLWq9z4qJ76slum/DXvmTlrAUPaVcmU/IsTHiY4JpjqK7nFz4oyrnU/YES8xDVBoZg==
45304530

45314531
flow-parser@0.*, flow-parser@^0.185.0:
45324532
version "0.185.0"

0 commit comments

Comments
 (0)