Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Mar 6, 2019
1 parent e39ef6d commit c9dcb31
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 35 deletions.
43 changes: 37 additions & 6 deletions libs/rucken/ionic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,46 @@
"url": "git+https://github.com/rucken/ionic.git"
},
"keywords": [
"ngx",
"angular",
"angular7",
"admin ui",
"mobile application",
"ionic",
"admin",
"ui",
"base",
"seed",
"boilerplate",
"i18n",
"ionic",
"ngx",
"permissions",
"roles",
"groups",
"profile",
"account",
"oauth",
"rest",
"component",
"class",
"extends",
"ng",
"ionic4",
"ionic 4",
"angular2",
"angular 2",
"angular4",
"angular 4",
"angular5",
"angular 5",
"angular6",
"angular 6",
"angular7",
"angular 7",
"angularx",
"angular-x",
"ng2",
"ng4",
"ng5",
"ng6",
"rucken",
"core",
"mobile"
],
"maintainers": [
Expand All @@ -38,7 +69,7 @@
"@angular/common": "~7.2.7",
"@angular/core": "~7.2.7",
"@ionic/angular": "4.0.2",
"@rucken/core": "^3.9.6"
"@rucken/core": "^3.9.7"
},
"dependencies": {
"@ngx-translate/core": "^11.0.1",
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 49 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,50 @@
"url": "git+https://github.com/rucken/ionic.git"
},
"keywords": [
"ngx",
"angular",
"angular7",
"admin ui",
"mobile application",
"ionic",
"admin",
"ui",
"base",
"seed",
"boilerplate",
"i18n",
"ionic",
"ngx",
"permissions",
"roles",
"groups",
"profile",
"account",
"oauth",
"shared",
"services",
"models",
"rest",
"component",
"application",
"class",
"extends",
"ng",
"ionic4",
"ionic 4",
"angular2",
"angular 2",
"angular4",
"angular 4",
"angular5",
"angular 5",
"angular6",
"angular 6",
"angular7",
"angular 7",
"angularx",
"angular-x",
"ng2",
"ng4",
"ng5",
"ng6",
"rucken",
"core",
"mobile"
],
"maintainers": [
Expand All @@ -36,23 +71,23 @@
}
],
"scripts": {
"config:mono": "rucken config -m dev",
"config:dev": "rucken config -m dev",
"config:prod": "rucken config -m prod",
"prepare:mono": "rucken prepare -m dev",
"prepare:dev": "rucken prepare -m dev",
"prepare:prod": "rucken prepare -m prod",
"lib:build-ionic": "ng build @rucken/ionic",
"lib:build": "run-s prepare:prod lib:build-ionic",
"app:prebuild": "ng build app --prod -c=production",
"app:prebuild:dev": "ng build app --prod -c=dev",
"app:build": "run-s prepare:mono app:prebuild",
"app:build:dev": "run-s prepare:mono app:prebuild:dev",
"app:build": "run-s prepare:dev app:prebuild",
"app:build:dev": "run-s prepare:dev app:prebuild:dev",
"ng": "ng",
"serve": "ng serve -c=production --port=8000",
"serve:dev": "ng serve -c=dev --port=8000",
"start:prod": "run-s prepare:mono serve",
"start:dev": "run-s prepare:mono serve:dev",
"build": "run-s clean config:mono app:build",
"build:dev": "run-s clean config:mono app:build:dev",
"start:prod": "run-s prepare:dev serve",
"start:dev": "run-s prepare:dev serve:dev",
"build": "run-s clean config:dev app:build",
"build:dev": "run-s clean config:dev app:build:dev",
"test": "run-s build",
"lint": "ng lint",
"clean": "./node_modules/.bin/del-cli dist",
Expand Down Expand Up @@ -87,7 +122,7 @@
"@ionic/storage": "^2.2.0",
"@nguniversal/express-engine": "^7.1.0",
"@ngx-meta/core": "^7.0.0",
"@rucken/core": "^3.9.6",
"@rucken/core": "^3.9.7",
"@types/object-path": "^0.11.0",
"bind-observable": "^1.0.2",
"cordova-android": "8.0.0",
Expand Down

0 comments on commit c9dcb31

Please sign in to comment.