File tree Expand file tree Collapse file tree 2 files changed +596
-527
lines changed Expand file tree Collapse file tree 2 files changed +596
-527
lines changed Original file line number Diff line number Diff line change 1515 "@callstack/eslint-config" : " ^3.0.0" ,
1616 "@types/react" : " ^16.7.11" ,
1717 "@types/react-test-renderer" : " ^16.0.3" ,
18- "babel-core" : " 7.0.0-bridge.0" ,
19- "babel-jest" : " ^23.6.0" ,
18+ "babel-jest" : " ^24.1.0" ,
2019 "chalk" : " ^2.4.1" ,
2120 "conventional-changelog-cli" : " ^2.0.11" ,
2221 "dedent" : " ^0.7.0" ,
2322 "eslint" : " ^5.6.1" ,
2423 "flow-bin" : " ^0.88.0" ,
2524 "flow-copy-source" : " ^2.0.2" ,
26- "jest" : " ^23.6 .0" ,
25+ "jest" : " ^24.1 .0" ,
2726 "metro-react-native-babel-preset" : " ^0.49.0" ,
2827 "react" : " 16.6.1" ,
2928 "react-native" : " ^0.57.8" ,
3332 "typescript" : " ^3.1.1"
3433 },
3534 "dependencies" : {
36- "pretty-format" : " ^23.6 .0"
35+ "pretty-format" : " ^24.0 .0"
3736 },
3837 "peerDependencies" : {
3938 "react" : " >=16.0.0" ,
5049 "build" : " rm -rf build; babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
5150 },
5251 "jest" : {
53- "preset" : " react-native"
52+ "preset" : " react-native" ,
53+ "moduleFileExtensions" : [" js" , " json" ]
5454 },
5555 "greenkeeper" : {
5656 "ignore" : [
You can’t perform that action at this time.
0 commit comments