Skip to content

Commit

Permalink
chore: update abp package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Mar 6, 2020
1 parent 6767613 commit e2f31eb
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions templates/app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~2.1.0",
"@abp/ng.identity": "~2.1.0",
"@abp/ng.setting-management": "~2.1.0",
"@abp/ng.tenant-management": "~2.1.0",
"@abp/ng.theme.basic": "~2.1.0",
"@abp/ng.account": "~2.2.0",
"@abp/ng.identity": "~2.2.0",
"@abp/ng.setting-management": "~2.2.0",
"@abp/ng.tenant-management": "~2.2.0",
"@abp/ng.theme.basic": "~2.2.0",
"@angular/animations": "~9.0.2",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
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": "^2.1.0",
"@abp/ng.theme.basic": "^2.1.0",
"@abp/ng.identity": "^2.1.0",
"@abp/ng.tenant-management": "^2.1.0",
"@abp/ng.setting-management": "^2.1.0",
"@abp/ng.account": "^2.2.0",
"@abp/ng.theme.basic": "^2.2.0",
"@abp/ng.identity": "^2.2.0",
"@abp/ng.tenant-management": "^2.2.0",
"@abp/ng.setting-management": "^2.2.0",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "my-project-name.config",
"version": "0.0.1",
"peerDependencies": {
"@abp/ng.core": ">=2.1.0"
"@abp/ng.core": ">=2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "my-project-name",
"version": "0.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^2.1.0",
"@abp/ng.theme.shared": "^2.2.0",
"my-project-name.config": "^0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.2.0"
}
}

0 comments on commit e2f31eb

Please sign in to comment.