v0.71.0 in xplat/js

Reviewed By: yungsters

Differential Revision: D7787035

fbshipit-source-id: 07defbbaa6fdc8f3016727fe6d6b1640efbf8ab6
This commit is contained in:
Mayank Patke 2018-04-28 01:57:37 -07:00 committed by Facebook Github Bot
parent c18d2a9669
commit d0822c3bcc
4 changed files with 3 additions and 5 deletions

View File

@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.70.0
^0.71.0

View File

@ -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'))
);
});

View File

@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.70.0
^0.71.0

View File

@ -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",