Skip to content

Commit 8cc2962

Browse files
kassensAndyPengc12
authored andcommitted
Flow: upgrade to 0.213.0 (facebook#27142)
Simple upgrade that doesn't require changes.
1 parent 2d55430 commit 8cc2962

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
6565
"fbjs-scripts": "^3.0.1",
6666
"filesize": "^6.0.1",
67-
"flow-bin": "^0.209.0",
68-
"flow-remove-types": "^2.209.0",
67+
"flow-bin": "^0.213.0",
68+
"flow-remove-types": "^2.213.0",
6969
"glob": "^7.1.6",
7070
"glob-stream": "^6.1.0",
7171
"google-closure-compiler": "^20230206.0.0",

scripts/flow/config/flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ munge_underscores=false
3636
%REACT_RENDERER_FLOW_OPTIONS%
3737

3838
[version]
39-
^0.209.0
39+
^0.213.0

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8287,22 +8287,22 @@ flatted@^3.1.0:
82878287
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
82888288
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
82898289

8290-
flow-bin@^0.209.0:
8291-
version "0.209.0"
8292-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.209.0.tgz#616a002b94ef35e1b083add9a6d27dbe387bf4f0"
8293-
integrity sha512-HRc6+bKE8AN23SnuKaxdUjcQcjaIp6pksrGJ6pltFO5tIEvZmPrbT99P7Yb3ybqwcKU/Ry8yfJbuW92Ed2V3nw==
8294-
8295-
flow-parser@^0.209.0:
8296-
version "0.209.0"
8297-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.209.0.tgz#adf4fa1245b2dd9073bbffbdca5c005e83194430"
8298-
integrity sha512-uD7Du+9xC/gGnOyk3kANQmtgWWKANWcKGJ84Wu0NSjTaVING3GqUAsywUPAl3fEYKLVVIcDWiaQ8+R6qzghwmA==
8299-
8300-
flow-remove-types@^2.209.0:
8301-
version "2.209.0"
8302-
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.209.0.tgz#32dbb65515f417067ade9f76260e8badd1baa541"
8303-
integrity sha512-p8Tvy95IunOvO0PVSb/rqxUqVXRS+G9aLSkDU56eGNTJ4lEdPbnXd+LCUUb3Ntl5t0L0Llndja6cQqjovC1qaQ==
8304-
dependencies:
8305-
flow-parser "^0.209.0"
8290+
flow-bin@^0.213.0:
8291+
version "0.213.0"
8292+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963"
8293+
integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A==
8294+
8295+
flow-parser@^0.213.0:
8296+
version "0.213.0"
8297+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.213.0.tgz#a3a2f9ad3eb56309d6aedd9d45b06f31cf3ebbe8"
8298+
integrity sha512-jPTKNk0lC/iVbaPzfSReo/I67x+PLYiXkFuxHyFYmlJReP3RAoGbmRSC6g8MCEtzw8Uv3clKFmOlEL/LEcoWlw==
8299+
8300+
flow-remove-types@^2.213.0:
8301+
version "2.213.0"
8302+
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.213.0.tgz#6c81032a32db98f274420b83b92c6bd1828a4037"
8303+
integrity sha512-HzEFhp5LI1UVLCwm0jm//ocq51yfsR7YPi3U4vOu0AvZX+cdRVIq9P5YEe4lyY6d8Rx8s+6Q1DUHhpNmlTsqPQ==
8304+
dependencies:
8305+
flow-parser "^0.213.0"
83068306
pirates "^3.0.2"
83078307
vlq "^0.2.1"
83088308

0 commit comments

Comments
 (0)