chore: upgrade jest-junit to avoid older jest dependencies (#23476)

Summary:
Upgrade `jest-junit` to the latest version (breaking change between 5 and 6 was reverted). In particular, 6.2.0 removes the dependency on `jest-config` which pulls in `babel-core@6` etc.

I noticed this since `react-native` had `jest-junit` in `dependencies` until #23276. So not as big of an issue. Still a nice cleanup, I'd say

/cc palmerj3

Btw, any reason Jest is still at alpha?

[General] [Fixed] - upgrade `jest-junit` to avoid older jest dependencies
Pull Request resolved: https://github.com/facebook/react-native/pull/23476

Differential Revision: D14100133

Pulled By: cpojer

fbshipit-source-id: 79877261b7ea995ac1f4249a12a6980ec488f655
This commit is contained in:
Simen Bekkhus
2019-02-15 06:52:10 -08:00
committed by Facebook Github Bot
parent 9f4ee25cf7
commit ee76227c48
2 changed files with 68 additions and 594 deletions

View File

@@ -202,7 +202,7 @@
"eslint-plugin-react-native": "3.5.0",
"flow-bin": "^0.92.0",
"jest": "24.0.0-alpha.6",
"jest-junit": "5.2.0",
"jest-junit": "6.3.0",
"jscodeshift": "^0.6.2",
"prettier": "1.13.6",
"react": "16.8.1",

660
yarn.lock

File diff suppressed because it is too large Load Diff