update dependencies
This commit is contained in:
parent
c889a7271a
commit
43a8e0c43b
3 changed files with 477 additions and 338 deletions
|
@ -101,5 +101,5 @@
|
|||
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-filepath" spec="^1.3.0" />
|
||||
<engine name="android" spec="7.1.0" />
|
||||
<engine name="android" spec="~7.1.0" />
|
||||
</widget>
|
||||
|
|
763
package-lock.json
generated
763
package-lock.json
generated
File diff suppressed because it is too large
Load diff
50
package.json
50
package.json
|
@ -12,33 +12,33 @@
|
|||
"ionic:serve": "ionic-app-scripts serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "5.2.5",
|
||||
"@angular/compiler": "5.2.5",
|
||||
"@angular/compiler-cli": "5.2.5",
|
||||
"@angular/core": "5.2.5",
|
||||
"@angular/forms": "5.2.5",
|
||||
"@angular/http": "5.2.5",
|
||||
"@angular/platform-browser": "5.2.5",
|
||||
"@angular/platform-browser-dynamic": "5.2.5",
|
||||
"@ionic-native/core": "4.5.3",
|
||||
"@ionic-native/device": "^4.5.3",
|
||||
"@ionic-native/file": "^4.5.3",
|
||||
"@ionic-native/file-chooser": "^4.5.3",
|
||||
"@ionic-native/file-path": "^4.5.3",
|
||||
"@ionic-native/file-transfer": "^4.5.3",
|
||||
"@ionic-native/splash-screen": "4.5.3",
|
||||
"@ionic-native/status-bar": "4.5.3",
|
||||
"@angular/common": "5.2.9",
|
||||
"@angular/compiler": "5.2.9",
|
||||
"@angular/compiler-cli": "5.2.9",
|
||||
"@angular/core": "5.2.9",
|
||||
"@angular/forms": "5.2.9",
|
||||
"@angular/http": "5.2.9",
|
||||
"@angular/platform-browser": "5.2.9",
|
||||
"@angular/platform-browser-dynamic": "5.2.9",
|
||||
"@ionic-native/core": "4.9.0",
|
||||
"@ionic-native/device": "4.9.0",
|
||||
"@ionic-native/file": "4.9.0",
|
||||
"@ionic-native/file-chooser": "4.9.0",
|
||||
"@ionic-native/file-path": "4.9.0",
|
||||
"@ionic-native/file-transfer": "4.9.0",
|
||||
"@ionic-native/splash-screen": "4.9.0",
|
||||
"@ionic-native/status-bar": "4.9.0",
|
||||
"@ionic/storage": "2.1.3",
|
||||
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
|
||||
"com-darryncampbell-cordova-plugin-intent": "^1.1.0",
|
||||
"cordova-android": "7.1.0",
|
||||
"cordova-android-support-gradle-release": "^1.4.2",
|
||||
"cordova-android-support-gradle-release": "^1.4.4",
|
||||
"cordova-plugin-console": "^1.1.0",
|
||||
"cordova-plugin-device": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.1",
|
||||
"cordova-plugin-file-transfer": "^1.7.1",
|
||||
"cordova-plugin-filechooser": "^1.0.1",
|
||||
"cordova-plugin-filepath": "^1.3.0",
|
||||
"cordova-plugin-inappbrowser": "^2.0.2",
|
||||
"cordova-plugin-inappbrowser": "^3.0.0",
|
||||
"cordova-plugin-share-content": "^1.0.0",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-statusbar": "^2.4.2",
|
||||
|
@ -46,19 +46,19 @@
|
|||
"cordova-plugin-whitelist": "^1.3.3",
|
||||
"ionic-angular": "3.9.2",
|
||||
"ionic-plugin-keyboard": "^2.2.1",
|
||||
"ionicons": "3.0.0",
|
||||
"ionicons": "4.2.4",
|
||||
"moment": "^2.18.1",
|
||||
"ng2-cordova-oauth": "0.0.8",
|
||||
"pnut-butter": "^0.19.0",
|
||||
"pnut-butter": "^0.21.0",
|
||||
"run": "^1.4.0",
|
||||
"rxjs": "5.5.6",
|
||||
"rxjs": "5.5.8",
|
||||
"sw-toolbox": "3.6.0",
|
||||
"zone.js": "0.8.20"
|
||||
"zone.js": "0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/app-scripts": "3.1.8",
|
||||
"@ionic/app-scripts": "3.1.10",
|
||||
"ionic": "3.20.0",
|
||||
"typescript": "2.7.2"
|
||||
"typescript": "2.8.3"
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"cordova": {
|
||||
|
|
Reference in a new issue