Skip to content

Commit 914ae93

Browse files
nmotefacebook-github-bot
authored andcommittedDec 12, 2017
Update to Flow v0.61.0
Reviewed By: gabelevi Differential Revision: D6540122 fbshipit-source-id: 0ded15d3b368555d12c693feb4bf491bd9092355
1 parent 29f3f55 commit 914ae93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5050
unsafe.enable_getters_and_setters=true
5151

5252
[version]
53-
^0.60.0
53+
^0.61.0

‎local-cli/templates/HelloWorld/_flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
4949
unsafe.enable_getters_and_setters=true
5050

5151
[version]
52-
^0.60.0
52+
^0.61.0

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@
206206
"eslint-plugin-flowtype": "^2.33.0",
207207
"eslint-plugin-prettier": "2.1.1",
208208
"eslint-plugin-react": "^7.2.1",
209-
"flow-bin": "^0.60.1",
209+
"flow-bin": "^0.61.0",
210210
"jest": "21.3.0-beta.13",
211211
"prettier": "1.9.1",
212212
"react": "16.2.0",
213213
"react-test-renderer": "16.2.0",
214214
"shelljs": "^0.7.8",
215215
"sinon": "^2.2.0"
216216
}
217-
}
217+
}

0 commit comments

Comments
 (0)