Skip to content

Commit

Permalink
@allow-large-files Deploy v0.101.0 to xplat
Browse files Browse the repository at this point in the history
Summary: Deploy v0.101.0 to xplat

Reviewed By: gabelevi

Differential Revision: D15765260

fbshipit-source-id: 8535438131ee47eaa94bd3a735c30eaf13a732ff
  • Loading branch information
jbrown215 authored and facebook-github-bot committed Jun 11, 2019
1 parent 6042de4 commit dec9698
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ untyped-import
untyped-type-import

[version]
^0.100.0
^0.101.0
2 changes: 1 addition & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ untyped-import
untyped-type-import

[version]
^0.100.0
^0.101.0
4 changes: 2 additions & 2 deletions Libraries/Sample/Sample.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const warning = require('fbjs/lib/warning');

const Sample = {
test: function() {
/* $FlowFixMe(>=0.99.0 site=react_native_android_fb) This comment
* suppresses an error found when Flow v0.99 was deployed. To see the
/* $FlowFixMe(>=0.101.0 site=react_native_android_fb) This comment
* suppresses an error found when Flow v0.101 was deployed. To see the
* error, delete this comment and run Flow. */
warning('Not yet implemented for Android.');
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"eslint-plugin-react-hooks": "^1.5.1",
"eslint-plugin-react-native": "3.6.0",
"eslint-plugin-relay": "1.3.0",
"flow-bin": "^0.100.0",
"flow-bin": "^0.101.0",
"flow-remove-types": "1.2.3",
"jest": "^24.7.1",
"jest-junit": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ untyped-import
untyped-type-import

[version]
^0.100.0
^0.101.0
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3148,10 +3148,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.100.0:
version "0.100.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.100.0.tgz#729902726658cfa0a81425d6401f9625cf9f5534"
integrity sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA==
flow-bin@^0.101.0:
version "0.101.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.101.0.tgz#c56fa0afb9c151eeba7954136e9066d408691063"
integrity sha512-2xriPEOSrGQklAArNw1ixoIUiLTWhIquYV26WqnxEu7IcXWgoZUcfJXufG9kIvrNbdwCNd5RBjTwbB0p6L6XaA==

flow-parser@0.*:
version "0.89.0"
Expand Down

0 comments on commit dec9698

Please sign in to comment.