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 15
15
"@callstack/eslint-config" : " ^3.0.0" ,
16
16
"@types/react" : " ^16.7.11" ,
17
17
"@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" ,
20
19
"chalk" : " ^2.4.1" ,
21
20
"conventional-changelog-cli" : " ^2.0.11" ,
22
21
"dedent" : " ^0.7.0" ,
23
22
"eslint" : " ^5.6.1" ,
24
23
"flow-bin" : " ^0.88.0" ,
25
24
"flow-copy-source" : " ^2.0.2" ,
26
- "jest" : " ^23.6 .0" ,
25
+ "jest" : " ^24.1 .0" ,
27
26
"metro-react-native-babel-preset" : " ^0.49.0" ,
28
27
"react" : " 16.6.1" ,
29
28
"react-native" : " ^0.57.8" ,
33
32
"typescript" : " ^3.1.1"
34
33
},
35
34
"dependencies" : {
36
- "pretty-format" : " ^23.6 .0"
35
+ "pretty-format" : " ^24.0 .0"
37
36
},
38
37
"peerDependencies" : {
39
38
"react" : " >=16.0.0" ,
50
49
"build" : " rm -rf build; babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
51
50
},
52
51
"jest" : {
53
- "preset" : " react-native"
52
+ "preset" : " react-native" ,
53
+ "moduleFileExtensions" : [" js" , " json" ]
54
54
},
55
55
"greenkeeper" : {
56
56
"ignore" : [
You can’t perform that action at this time.
0 commit comments