mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
build: update dependencies
This commit is contained in:
19
package.json
19
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user