v0.71.0 in xplat/js
Reviewed By: yungsters Differential Revision: D7787035 fbshipit-source-id: 07defbbaa6fdc8f3016727fe6d6b1640efbf8ab6
This commit is contained in:
parent
c18d2a9669
commit
d0822c3bcc
|
@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
[version]
|
||||
^0.70.0
|
||||
^0.71.0
|
||||
|
|
|
@ -77,9 +77,7 @@ const defaultRNConfig = {
|
|||
const name = pathToCommands.split(path.sep)[0];
|
||||
|
||||
return attachPackage(
|
||||
// $FlowFixMe non-literal require
|
||||
require(path.join(appRoot, 'node_modules', pathToCommands)),
|
||||
// $FlowFixMe non-literal require
|
||||
require(path.join(appRoot, 'node_modules', name, 'package.json'))
|
||||
);
|
||||
});
|
||||
|
|
|
@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
[version]
|
||||
^0.70.0
|
||||
^0.71.0
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"eslint-plugin-jest": "21.8.0",
|
||||
"eslint-plugin-prettier": "2.6.0",
|
||||
"eslint-plugin-react": "7.6.1",
|
||||
"flow-bin": "^0.70.0",
|
||||
"flow-bin": "^0.71.0",
|
||||
"jest": "23.0.0-beta.2",
|
||||
"jest-junit": "3.7.0",
|
||||
"prettier": "1.12.1",
|
||||
|
|
Loading…
Reference in New Issue