File tree Expand file tree Collapse file tree 4 files changed +350
-19
lines changed Expand file tree Collapse file tree 4 files changed +350
-19
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ references:
14
14
- validate_shell_files
15
15
- sync_generated_files
16
16
- test_ios
17
- - e2e_ios
18
- - e2e_android
19
-
20
17
dream11_prepare_config : &dream11_prepare_config
21
18
prepare_steps :
22
19
- prepare_dream11
Original file line number Diff line number Diff line change 54
54
"@types/jest" : " ^29.5.3" ,
55
55
"@types/node" : " ^20.4.8" ,
56
56
"@types/react-native" : " ^0.72.2" ,
57
- "axios" : " ^1.2.2" ,
57
+ "axios" : " 1.11.0" ,
58
+ "@expo/config-plugins" : " 7.8.4" ,
58
59
"babel-core" : " 7.0.0-bridge.0" ,
59
60
"babel-jest" : " ^29.6.2" ,
60
61
"commander" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
- import { OverAirUpdateServices } from '../utils/Enums' ;
1
+ import type { OverAirUpdateServices } from '../utils/Enums' ;
2
2
export interface OverAirUpdate {
3
3
/**
4
4
* the name of OTA service
You can’t perform that action at this time.
0 commit comments