mirror of https://github.com/status-im/metro.git
v0.72.0 in xplat/js
Reviewed By: gabelevi Differential Revision: D7956747 fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985
This commit is contained in:
parent
35c5abf3ee
commit
2b9a8fdc30
|
@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||||
munge_underscores=true
|
munge_underscores=true
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
^0.71.0
|
^0.72.0
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"eslint-plugin-prettier": "2.6.0",
|
"eslint-plugin-prettier": "2.6.0",
|
||||||
"eslint-plugin-react": "7.6.1",
|
"eslint-plugin-react": "7.6.1",
|
||||||
"eslint-plugin-relay": "0.0.21",
|
"eslint-plugin-relay": "0.0.21",
|
||||||
"flow-bin": "^0.71.0",
|
"flow-bin": "^0.72.0",
|
||||||
"glob": "^7.1.1",
|
"glob": "^7.1.1",
|
||||||
"istanbul-api": "^1.1.0",
|
"istanbul-api": "^1.1.0",
|
||||||
"istanbul-lib-coverage": "^1.0.0",
|
"istanbul-lib-coverage": "^1.0.0",
|
||||||
|
|
|
@ -76,7 +76,6 @@ const getBabelRC = (function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//$FlowFixMe: TODO t26372934 this has to be dynamic
|
|
||||||
return require(name);
|
return require(name);
|
||||||
});
|
});
|
||||||
babelRC.plugins = babelRC.plugins.map(plugin => {
|
babelRC.plugins = babelRC.plugins.map(plugin => {
|
||||||
|
|
|
@ -2783,9 +2783,9 @@ flat-cache@^1.2.1:
|
||||||
graceful-fs "^4.1.2"
|
graceful-fs "^4.1.2"
|
||||||
write "^0.2.1"
|
write "^0.2.1"
|
||||||
|
|
||||||
flow-bin@^0.71.0:
|
flow-bin@^0.72.0:
|
||||||
version "0.71.0"
|
version "0.72.0"
|
||||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.71.0.tgz#fd1b27a6458c3ebaa5cb811853182ed631918b70"
|
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.72.0.tgz#12051180fb2db7ccb728fefe67c77e955e92a44d"
|
||||||
|
|
||||||
for-in@^1.0.1, for-in@^1.0.2:
|
for-in@^1.0.1, for-in@^1.0.2:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
|
|
Loading…
Reference in New Issue