mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-13 02:58:04 +08:00
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:
committed by
Facebook Github Bot
parent
9f4ee25cf7
commit
ee76227c48
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user