mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: adjust code after upgrade of ionic from v4 to v5
Note: used observables instead of events service which doesn't exist in ionic 5 anymore.
This commit is contained in:
committed by
Rainer Killinger
parent
cc357f36b6
commit
2e8d717607
25
package.json
25
package.json
@@ -7,7 +7,8 @@
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
"Jovan Krunić <jovan.krunic@gmail.com>",
|
||||
"Sebastian Lange <sebastianlange87@gmail.com>"
|
||||
"Sebastian Lange <sebastianlange87@gmail.com>",
|
||||
"Rainer Killinger <mail-openstapps@killinger.co>"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "ng build",
|
||||
@@ -40,16 +41,16 @@
|
||||
"@angular/platform-browser": "9.1.12",
|
||||
"@angular/platform-browser-dynamic": "9.1.12",
|
||||
"@angular/router": "9.1.12",
|
||||
"@ionic-native/core": "5.4.0",
|
||||
"@ionic-native/geolocation": "5.4.0",
|
||||
"@ionic-native/splash-screen": "5.4.0",
|
||||
"@ionic-native/status-bar": "5.4.0",
|
||||
"@ionic-native/core": "5.29.0",
|
||||
"@ionic-native/geolocation": "5.29.0",
|
||||
"@ionic-native/splash-screen": "5.29.0",
|
||||
"@ionic-native/status-bar": "5.29.0",
|
||||
"@ionic/angular": "5.4.1",
|
||||
"@ionic/storage": "2.2.0",
|
||||
"@ngx-translate/core": "11.0.1",
|
||||
"@ngx-translate/http-loader": "4.0.0",
|
||||
"@openstapps/api": "0.22.0",
|
||||
"@openstapps/configuration": "0.22.0",
|
||||
"@openstapps/configuration": "0.25.0",
|
||||
"@openstapps/core": "0.36.0",
|
||||
"@openstapps/logger": "0.4.0",
|
||||
"cordova-android": "8.0.0",
|
||||
@@ -68,12 +69,12 @@
|
||||
"ngx-markdown": "9.1.1",
|
||||
"ngx-moment": "3.4.0",
|
||||
"rxjs": "6.6.3",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
"tslib": "1.14.1",
|
||||
"zone.js": "0.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.13.10",
|
||||
"@angular-devkit/build-angular": "~0.901.12",
|
||||
"@angular-devkit/build-angular": "0.901.12",
|
||||
"@angular-devkit/core": "9.1.12",
|
||||
"@angular-devkit/schematics": "9.1.12",
|
||||
"@angular/cli": "9.1.12",
|
||||
@@ -86,8 +87,8 @@
|
||||
"@types/form-data": "2.5.0",
|
||||
"@types/jasmine": "3.3.12",
|
||||
"@types/jasminewd2": "2.0.6",
|
||||
"@types/node": "^12.11.1",
|
||||
"codelyzer": "^5.1.2",
|
||||
"@types/node": "10.17.44",
|
||||
"codelyzer": "5.1.2",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"is-docker": "1.1.0",
|
||||
"jasmine-core": "3.5.0",
|
||||
@@ -101,7 +102,7 @@
|
||||
"protractor": "5.4.2",
|
||||
"surge": "0.21.3",
|
||||
"ts-node": "8.0.3",
|
||||
"tslint": "5.15.0",
|
||||
"tslint": "6.1.3",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"cordova": {
|
||||
|
||||
Reference in New Issue
Block a user