v0.72.0 in xplat/js

Reviewed By: gabelevi

Differential Revision: D7956747

fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985
This commit is contained in:
Panagiotis Vekris 2018-05-11 17:44:27 -07:00 committed by Facebook Github Bot
parent 35c5abf3ee
commit 2b9a8fdc30
4 changed files with 5 additions and 6 deletions

View File

@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
munge_underscores=true
[version]
^0.71.0
^0.72.0

View File

@ -26,7 +26,7 @@
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-relay": "0.0.21",
"flow-bin": "^0.71.0",
"flow-bin": "^0.72.0",
"glob": "^7.1.1",
"istanbul-api": "^1.1.0",
"istanbul-lib-coverage": "^1.0.0",

View File

@ -76,7 +76,6 @@ const getBabelRC = (function() {
}
}
}
//$FlowFixMe: TODO t26372934 this has to be dynamic
return require(name);
});
babelRC.plugins = babelRC.plugins.map(plugin => {

View File

@ -2783,9 +2783,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"
flow-bin@^0.71.0:
version "0.71.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.71.0.tgz#fd1b27a6458c3ebaa5cb811853182ed631918b70"
flow-bin@^0.72.0:
version "0.72.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.72.0.tgz#12051180fb2db7ccb728fefe67c77e955e92a44d"
for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"