File tree Expand file tree Collapse file tree 6 files changed +12396
-20
lines changed Expand file tree Collapse file tree 6 files changed +12396
-20
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
1
4
yarn commitlint --edit $1
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
1
4
yarn lint && yarn typescript
Original file line number Diff line number Diff line change 12
12
"test" : " jest"
13
13
},
14
14
"dependencies" : {
15
- "expo" : " 40.0.1" ,
16
- "expo-splash-screen" : " 0.9.0" ,
17
- "react" : " 16.13.1" ,
18
- "react-dom" : " 16.13.1" ,
19
- "react-native" : " 0.63.4" ,
20
- "react-native-unimodules" : " 0.12.0" ,
21
- "react-native-web" : " 0.15.5"
15
+ "expo" : " 42.0.4" ,
16
+ "react" : " 17.0.2" ,
17
+ "react-dom" : " 17.0.2" ,
18
+ "react-native" : " 0.66.0" ,
19
+ "react-native-web" : " 0.17.5"
22
20
},
23
21
"devDependencies" : {
24
- "@babel/core" : " 7.13.14 " ,
25
- "@babel/runtime" : " 7.13.10 " ,
22
+ "@babel/core" : " 7.15.8 " ,
23
+ "@babel/runtime" : " 7.15.4 " ,
26
24
"babel-plugin-module-resolver" : " 4.1.0" ,
27
- "babel-preset-expo" : " 8.3.0 " ,
28
- "escape-string-regexp" : " 4 .0.0" ,
29
- "expo-cli" : " 4.3.2 "
25
+ "babel-preset-expo" : " 8.4.1 " ,
26
+ "escape-string-regexp" : " 5 .0.0" ,
27
+ "expo-cli" : " 4.12.1 "
30
28
}
31
29
}
You can’t perform that action at this time.
0 commit comments