build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2019-07-10 12:38:16 +02:00
parent cd646a2795
commit 03c317430a
3 changed files with 476 additions and 407 deletions

View File

@@ -22,9 +22,14 @@
"documentation": "compodoc -p tsconfig.json -d docs",
"lint": "ng lint",
"ng": "ng",
"postversion": "npm run changelog",
"pree2e": "webdriver-manager update --gecko false",
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",
"start": "ng serve",
"test": "ng test"
"test": "ng test",
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@angular/common": "7.2.14",
@@ -38,14 +43,14 @@
"@ionic-native/geolocation": "5.4.0",
"@ionic-native/splash-screen": "5.4.0",
"@ionic-native/status-bar": "5.4.0",
"@ionic/angular": "4.2.0",
"@ionic/angular": "4.6.1",
"@ionic/storage": "2.2.0",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@openstapps/api": "0.6.0",
"@openstapps/configuration": "0.8.0",
"@openstapps/core": "0.17.0",
"@openstapps/logger": "0.0.5",
"@openstapps/api": "0.10.0",
"@openstapps/configuration": "0.21.0",
"@openstapps/core": "0.23.0",
"@openstapps/logger": "0.3.1",
"cordova-android": "8.0.0",
"cordova-browser": "6.0.0",
"cordova-ios": "5.0.0",
@@ -72,7 +77,7 @@
"@angular/compiler": "7.2.14",
"@angular/compiler-cli": "7.2.14",
"@angular/language-service": "7.2.14",
"@compodoc/compodoc": "1.1.9",
"@compodoc/compodoc": "1.1.10",
"@ionic/ng-toolkit": "1.1.0",
"@ionic/schematics-angular": "1.0.7",
"@types/jasmine": "3.3.12",