fix
This commit is contained in:
+8
-2
@@ -22,14 +22,17 @@
|
||||
"@angular/router": "~8.2.11",
|
||||
"@ionic-native/camera": "^5.15.1",
|
||||
"@ionic-native/core": "^5.15.1",
|
||||
"@ionic-native/http": "^5.19.1",
|
||||
"@ionic-native/splash-screen": "^5.15.1",
|
||||
"@ionic-native/status-bar": "^5.15.1",
|
||||
"@ionic/angular": "^4.11.1",
|
||||
"@ionic/storage": "^2.2.0",
|
||||
"cordova-android": "8.1.0",
|
||||
"cordova-ios": "5.0.1",
|
||||
"cordova-plugin-advanced-http": "2.3.1",
|
||||
"cordova-plugin-camera": "^4.1.0",
|
||||
"cordova-plugin-device": "^2.0.3",
|
||||
"cordova-plugin-file": "6.0.2",
|
||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||
"cordova-plugin-ionic-webview": "^4.1.3",
|
||||
"cordova-plugin-splashscreen": "^5.0.3",
|
||||
@@ -42,7 +45,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "~0.803.12",
|
||||
"@angular-devkit/build-angular": "^0.803.12",
|
||||
"@angular-devkit/build-angular": "^0.803.22",
|
||||
"@angular-devkit/core": "~8.3.12",
|
||||
"@angular-devkit/schematics": "~8.3.12",
|
||||
"@angular/cli": "~8.3.12",
|
||||
@@ -78,7 +81,10 @@
|
||||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
||||
},
|
||||
"cordova-plugin-ionic-keyboard": {},
|
||||
"cordova-sqlite-storage": {}
|
||||
"cordova-sqlite-storage": {},
|
||||
"cordova-plugin-advanced-http": {
|
||||
"OKHTTP_VERSION": "3.10.0"
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
"android",
|
||||
|
||||
Reference in New Issue
Block a user