File tree Expand file tree Collapse file tree 3 files changed +3433
-4617
lines changed Expand file tree Collapse file tree 3 files changed +3433
-4617
lines changed Original file line number Diff line number Diff line change 23
23
"scripts" : {
24
24
"test" : " jest" ,
25
25
"lint" : " eslint ." ,
26
- "bundle-size" : " node scripts/bundle-size" ,
27
26
"prepare" : " husky install"
28
27
},
29
28
"author" :
" Nicolas Charpentier <[email protected] >" ,
32
31
"whatwg-url-without-unicode" : " 8.0.0-3"
33
32
},
34
33
"devDependencies" : {
35
- "@react-native-community/eslint-config" : " 3.0.1" ,
36
- "chalk" : " ^4.0.0" ,
37
- "detox" : " ^18.23.1" ,
38
- "eslint" : " 7.32.0" ,
39
- "eslint-plugin-prettier" : " 4.0.0" ,
40
- "execa" : " ^5.0.0" ,
41
- "filesize" : " ^8.0.0" ,
42
- "husky" : " ^7.0.0" ,
43
- "jest" : " ^27.3.1" ,
44
- "lint-staged" : " >=8" ,
45
- "metro-react-native-babel-preset" : " ^0.66.2" ,
46
- "ora" : " ^5.4.1" ,
47
- "prepend-file" : " ^1.3.1" ,
48
- "prettier" : " 2.4.1" ,
49
- "react" : " 17.0.2" ,
50
- "react-native" : " 0.67.0" ,
51
- "rmfr" : " ^2.0.0" ,
52
- "source-map-explorer" : " ^2.4.2" ,
53
- "tmp" : " ^0.2.1" ,
54
- "typescript" : " 4.5.2" ,
55
- "uuid" : " ^8.1.0"
34
+ "@react-native-community/eslint-config" : " 3.2.0" ,
35
+ "detox" : " 20.9.1" ,
36
+ "eslint" : " 8.44.0" ,
37
+ "eslint-plugin-prettier" : " 4.2.1" ,
38
+ "husky" : " 8.0.3" ,
39
+ "jest" : " 29.5.0" ,
40
+ "lint-staged" : " 13.2.3" ,
41
+ "metro-react-native-babel-preset" : " 0.76.7" ,
42
+ "prettier" : " 2.8.8" ,
43
+ "react" : " 18.2.0" ,
44
+ "react-native" : " 0.72.1" ,
45
+ "typescript" : " 5.1.6"
56
46
},
57
47
"peerDependencies" : {
58
48
"react-native" : " *"
66
56
},
67
57
"lint-staged" : {
68
58
"*.js" : [
69
- " eslint --fix" ,
70
- " git add"
59
+ " eslint --fix"
71
60
]
72
61
}
73
62
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments