Skip to content

Commit 991b72a

Browse files
authored
Upgrade flow to 0.227.0 (#28094)
Upgrade flow to 0.227.0
1 parent 7724754 commit 991b72a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
6363
"fbjs-scripts": "^3.0.1",
6464
"filesize": "^6.0.1",
65-
"flow-bin": "^0.226.0",
66-
"flow-remove-types": "^2.226.0",
65+
"flow-bin": "^0.227.0",
66+
"flow-remove-types": "^2.227.0",
6767
"glob": "^7.1.6",
6868
"glob-stream": "^6.1.0",
6969
"google-closure-compiler": "^20230206.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7855,15 +7855,15 @@ flatted@^3.1.0:
78557855
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
78567856
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
78577857

7858-
flow-bin@^0.226.0:
7859-
version "0.226.0"
7860-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.226.0.tgz#b245847b749ab20756ef74c91d96619f68d18430"
7861-
integrity sha512-q8hXSRhZ+I14jS0KGDDsPYCvPufvBexk6nJXSOsSP6DgCuXbvCOByWhsXRAjPtmXKmO8v9RKSJm1kRaWaf0fZw==
7862-
7863-
flow-remove-types@^2.226.0:
7864-
version "2.226.0"
7865-
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.226.0.tgz#08ff7e195137ce43042e11bfa04303184971dac2"
7866-
integrity sha512-/FEjOCgjW/s1OYPWhlq6aV8Bp0VMU3iZMqZfJgWtFXSRRpI19IhQKFXz+rsx91/r5ZH+MtuZZ+PlmZ5uB/gmAA==
7858+
flow-bin@^0.227.0:
7859+
version "0.227.0"
7860+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.227.0.tgz#64eba189d2b233d04171828983dd5e6b2abadc3b"
7861+
integrity sha512-UkIzYbyUDmfztEbvS39ksR+vSu9WwUJQ4D+UvIW0ILrDuhPRN3XjheB1+mv2b/4H011HCM5y9nENXrDEaiIKtg==
7862+
7863+
flow-remove-types@^2.227.0:
7864+
version "2.227.0"
7865+
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.227.0.tgz#315c9a0422e7120d30fae49b5a9d2cc6b709ce5d"
7866+
integrity sha512-Z5zTUBx/6ay8UAcz3Qva8huMCLwIj0ESDl9Wjagix0uc4yEGqgSWWsm5WhRDcVg6qxSrdBQ8TxPCOYVaWZfMaw==
78677867
dependencies:
78687868
hermes-parser "0.18.2"
78697869
pirates "^3.0.2"

0 commit comments

Comments
 (0)