19
19
"@react-native-community/eslint-config" : " ^2.0.0" ,
20
20
"@testing-library/react-native" : " ^11.5.0" ,
21
21
"@tsconfig/react-native" : " ^2.0.2" ,
22
- "@types/color" : " ~3.0.3" ,
23
22
"@types/jest" : " ^26.0.23" ,
24
- "@types/lodash" : " 4.14.172" ,
25
23
"@types/react" : " ^18.0.21" ,
26
24
"@types/react-native" : " ^0.70.6" ,
27
25
"@types/react-test-renderer" : " ^18.0.0" ,
28
26
"@typescript-eslint/eslint-plugin" : " ^5.37.0" ,
29
27
"@typescript-eslint/parser" : " ^5.37.0" ,
28
+ "babel-jest" : " ^26.6.3" ,
29
+ "eslint" : " ^7.32.0" ,
30
+ "jest" : " ^26.6.3" ,
31
+ "metro-react-native-babel-preset" : " 0.72.3" ,
32
+ "react-test-renderer" : " 18.1.0" ,
33
+ "typescript" : " ^4.8.3" ,
34
+ "@types/color" : " ~3.0.3" ,
35
+ "@types/lodash" : " 4.14.172" ,
30
36
"@uiw/icons" : " 2.5.3" ,
31
37
"@validator.tool/hook" : " 2.2.4" ,
32
38
"ahooks" : " 2.10.14" ,
33
- "babel-jest" : " ^26.6.3" ,
34
39
"color" : " 4.2.3" ,
35
- "eslint" : " ^7.32.0" ,
36
- "jest" : " ^26.6.3" ,
37
40
"lodash" : " 4.17.21" ,
38
- "metro-react-native-babel-preset" : " 0.72.3" ,
39
41
"prop-types" : " 15.7.2" ,
40
42
"react-native-gesture-handler" : " 2.8.0" ,
41
43
"react-native-root-siblings" : " 4.1.1" ,
42
- "react-native-svg" : " 12.1.1" ,
43
- "react-test-renderer" : " 18.1.0" ,
44
- "typescript" : " ^4.8.3"
44
+ "react-native-svg" : " 12.1.1"
45
45
},
46
46
"jest" : {
47
47
"preset" : " react-native" ,
54
54
" node"
55
55
]
56
56
}
57
- }
57
+ }
0 commit comments