Skip to content

Commit dd35bf5

Browse files
samwgoldmanfacebook-github-bot
authored andcommitted
Deploy Flow v0.135.0
Summary: Changelog: [Internal] Reviewed By: mroch Differential Revision: D24040584 fbshipit-source-id: 106caa00cadd6930685c0030ad74685c64572ba9
1 parent 8b7fd37 commit dd35bf5

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
@@ -75,4 +75,4 @@ untyped-import
7575
untyped-type-import
7676

7777
[version]
78-
^0.134.0
78+
^0.135.0

.flowconfig.android

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

7777
[version]
78-
^0.134.0
78+
^0.135.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"ws": "^6.1.4"
117117
},
118118
"devDependencies": {
119-
"flow-bin": "^0.134.0",
119+
"flow-bin": "^0.135.0",
120120
"react": "16.13.1"
121121
},
122122
"detox": {

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-hooks": "^4.0.7",
3434
"eslint-plugin-react-native": "3.8.1",
3535
"eslint-plugin-relay": "1.7.1",
36-
"flow-bin": "^0.134.0",
36+
"flow-bin": "^0.135.0",
3737
"jest": "^26.0.1",
3838
"jest-junit": "^10.0.0",
3939
"jscodeshift": "^0.9.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ untyped-import
6363
untyped-type-import
6464

6565
[version]
66-
^0.134.0
66+
^0.135.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,10 +3102,10 @@ flatted@^2.0.0:
31023102
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
31033103
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
31043104

3105-
flow-bin@^0.134.0:
3106-
version "0.134.0"
3107-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.134.0.tgz#e98e5724f6ed5a1265cf904bbb5e4c096ea3a026"
3108-
integrity sha512-j5aCugO3jmwDsUKc+7KReArgnL6aVjHLo6DlozKhxKYN+TaP8BY+mintPSISjSQtKZFJyvoNAc1oXA79X5WjIA==
3105+
flow-bin@^0.135.0:
3106+
version "0.135.0"
3107+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.135.0.tgz#70bcd7bae0231777dd05cc8707ff34b37824bbad"
3108+
integrity sha512-E0JIKWopjULE/fl1X+j7rh0zgcgD5nubLs3HWYeYPo+nWFy8dALvrQbFcCFoPePrkhY/fffhN28t8P1zBxB2Yg==
31093109

31103110
flow-parser@0.*, flow-parser@^0.121.0:
31113111
version "0.121.0"

0 commit comments

Comments
 (0)