Skip to content

Commit

Permalink
Upgrade to Flow 0.217.0
Browse files Browse the repository at this point in the history
Just keeping React up to date.

[Changelog](https://github.com/facebook/flow/blob/main/Changelog.md)
  • Loading branch information
kassens committed Sep 22, 2023
1 parent 56b1447 commit 52d64e7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
"fbjs-scripts": "^3.0.1",
"filesize": "^6.0.1",
"flow-bin": "^0.215.0",
"flow-remove-types": "^2.215.0",
"flow-bin": "^0.217.0",
"flow-remove-types": "^2.217.0",
"glob": "^7.1.6",
"glob-stream": "^6.1.0",
"google-closure-compiler": "^20230206.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/flow/config/flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ munge_underscores=false
%REACT_RENDERER_FLOW_OPTIONS%

[version]
^0.215.0
^0.217.0
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,22 +7866,22 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

flow-bin@^0.215.0:
version "0.215.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.215.0.tgz#6f6b42ab34a56758f381bbd0543173f06a20b7be"
integrity sha512-oleH4I3o1moLjN8wwfiiD4H9VVhgq6EP7y3xcrQaBMm0/qiYSmnhcSnqcDnc2KPTI9a+X2Z5BWSbO/lXeRTW5A==

flow-parser@^0.215.0:
version "0.215.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.215.0.tgz#9b153fa27ab238bcc0bb1ff73b63bdb15d3f277d"
integrity sha512-8bjwzy8vi+fNDy8YoTBNtQUSZa53i7UWJJTunJojOtjab9cMNhOCwohionuMgDQUU0y21QTTtPOX6OQEOQT72A==

flow-remove-types@^2.215.0:
version "2.215.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.215.0.tgz#f1f6d5c8706ab3ea002ceb0bf5502b98a2b661f7"
integrity sha512-VU7DXzL3sWoGH2aeEYDAlz2Cj1Y9f3SgREakJSNcFFiDAb/eZvCVQAulEDn/FXqXR754emprq+mQUigFCz/IsQ==
dependencies:
flow-parser "^0.215.0"
flow-bin@^0.217.0:
version "0.217.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.217.0.tgz#c255b4d8d815520d396416c2f712ab849d61f467"
integrity sha512-AbbDE6QUpR+jpY9ejNROAk0P5D/2PxJzjU4D5vfmMwtS+QjjPjzfZGuatEJIn2k4PTZ2agbncaCtyHGO0AvG7A==

flow-parser@^0.217.0:
version "0.217.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.217.0.tgz#0e6bed214151fa3240dc9fd83ac8a9e050e523c5"
integrity sha512-hEa5n0dta1RcaDwJDWbnyelw07PK7+Vx0f9kDht28JOt2hXgKdKGaT3wM45euWV2DxOXtzDSTaUgGSD/FPvC2Q==

flow-remove-types@^2.217.0:
version "2.217.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.217.0.tgz#b09084445b2cd929330638d7b8f1aacaa288c43a"
integrity sha512-4NbzbbseCAnPERMhPt7cwlRjynXda/fatzHCWCRBsnGO43oqSG5PqzZKEBJXngCJuVS8M5YQrw3ad3psPTEfCQ==
dependencies:
flow-parser "^0.217.0"
pirates "^3.0.2"
vlq "^0.2.1"

Expand Down

0 comments on commit 52d64e7

Please sign in to comment.