Skip to content

Commit

Permalink
Update ng package dependencies.
Browse files Browse the repository at this point in the history
fix #1973
  • Loading branch information
maliming committed Oct 22, 2019
1 parent cc9d981 commit b6872d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions templates/app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^0.9.1",
"@abp/ng.identity": "^0.9.1",
"@abp/ng.setting-management": "^0.9.1",
"@abp/ng.tenant-management": "^0.9.1",
"@abp/ng.theme.basic": "^0.9.1",
"@abp/ng.account": "^1.0.1",
"@abp/ng.identity": "^1.0.1",
"@abp/ng.setting-management": "^1.0.1",
"@abp/ng.tenant-management": "^1.0.1",
"@abp/ng.theme.basic": "^1.0.1",
"@angular/animations": "~8.2.11",
"@angular/common": "~8.2.11",
"@angular/compiler": "~8.2.11",
Expand Down
10 changes: 5 additions & 5 deletions templates/module/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^0.9.1",
"@abp/ng.theme.basic": "^0.9.1",
"@abp/ng.identity": "^0.9.1",
"@abp/ng.tenant-management": "^0.9.1",
"@abp/ng.setting-management": "^0.9.1",
"@abp/ng.account": "^1.0.1",
"@abp/ng.theme.basic": "^1.0.1",
"@abp/ng.identity": "^1.0.1",
"@abp/ng.tenant-management": "^1.0.1",
"@abp/ng.setting-management": "^1.0.1",
"@angular/animations": "~8.2.8",
"@angular/common": "~8.2.8",
"@angular/compiler": "~8.2.8",
Expand Down

0 comments on commit b6872d2

Please sign in to comment.