updated cordova dependencies and ionic cli
This commit is contained in:
parent
a65f944ff7
commit
8ba0128196
3 changed files with 9566 additions and 6 deletions
|
@ -99,4 +99,7 @@
|
||||||
<plugin name="cordova-plugin-console" spec="^1.1.0" />
|
<plugin name="cordova-plugin-console" spec="^1.1.0" />
|
||||||
<plugin name="cordova-plugin-filepath" spec="^1.2.0" />
|
<plugin name="cordova-plugin-filepath" spec="^1.2.0" />
|
||||||
<engine name="android" spec="~6.4.0" />
|
<engine name="android" spec="~6.4.0" />
|
||||||
|
<plugin name="cordova-android-support-gradle-release" spec="^1.4.2">
|
||||||
|
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
|
||||||
|
</plugin>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
9553
package-lock.json
generated
Normal file
9553
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -30,17 +30,18 @@
|
||||||
"@ionic-native/status-bar": "4.5.3",
|
"@ionic-native/status-bar": "4.5.3",
|
||||||
"@ionic/storage": "2.1.3",
|
"@ionic/storage": "2.1.3",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
|
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
|
||||||
"cordova-android": "~6.4.0",
|
"cordova-android": "6.4.0",
|
||||||
|
"cordova-android-support-gradle-release": "^1.4.2",
|
||||||
"cordova-plugin-console": "^1.1.0",
|
"cordova-plugin-console": "^1.1.0",
|
||||||
"cordova-plugin-device": "^2.0.1",
|
"cordova-plugin-device": "^2.0.2",
|
||||||
"cordova-plugin-file": "^6.0.1",
|
"cordova-plugin-file": "^6.0.1",
|
||||||
"cordova-plugin-file-transfer": "^1.7.1",
|
"cordova-plugin-file-transfer": "^1.7.1",
|
||||||
"cordova-plugin-filechooser": "^1.0.1",
|
"cordova-plugin-filechooser": "^1.0.1",
|
||||||
"cordova-plugin-filepath": "^1.2.0",
|
"cordova-plugin-filepath": "^1.3.0",
|
||||||
"cordova-plugin-inappbrowser": "^2.0.2",
|
"cordova-plugin-inappbrowser": "^2.0.2",
|
||||||
"cordova-plugin-share-content": "^1.0.0",
|
"cordova-plugin-share-content": "^1.0.0",
|
||||||
"cordova-plugin-splashscreen": "^5.0.2",
|
"cordova-plugin-splashscreen": "^5.0.2",
|
||||||
"cordova-plugin-statusbar": "^2.4.1",
|
"cordova-plugin-statusbar": "^2.4.2",
|
||||||
"cordova-plugin-telerik-imagepicker": "^2.1.8",
|
"cordova-plugin-telerik-imagepicker": "^2.1.8",
|
||||||
"cordova-plugin-whitelist": "^1.3.3",
|
"cordova-plugin-whitelist": "^1.3.3",
|
||||||
"ionic-angular": "3.9.2",
|
"ionic-angular": "3.9.2",
|
||||||
|
@ -56,7 +57,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/app-scripts": "3.1.8",
|
"@ionic/app-scripts": "3.1.8",
|
||||||
"ionic": "3.19.1",
|
"ionic": "3.20.0",
|
||||||
"typescript": "2.7.2"
|
"typescript": "2.7.2"
|
||||||
},
|
},
|
||||||
"description": "An Ionic project",
|
"description": "An Ionic project",
|
||||||
|
@ -74,7 +75,10 @@
|
||||||
"cordova-plugin-splashscreen": {},
|
"cordova-plugin-splashscreen": {},
|
||||||
"cordova-plugin-device": {},
|
"cordova-plugin-device": {},
|
||||||
"cordova-plugin-console": {},
|
"cordova-plugin-console": {},
|
||||||
"cordova-plugin-filepath": {}
|
"cordova-plugin-filepath": {},
|
||||||
|
"cordova-android-support-gradle-release": {
|
||||||
|
"ANDROID_SUPPORT_VERSION": "27.+"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android"
|
"android"
|
||||||
|
|
Reference in a new issue