Skip to content

Commit

Permalink
update version of abp packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Jan 18, 2022
1 parent 6f5567c commit 086bca5
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
22 changes: 11 additions & 11 deletions npm/ng-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
"@angular/platform-browser": "12.2.13",
"@angular/platform-browser-dynamic": "12.2.13",
"@angular/router": "12.2.13",
"@abp/ng.account": "~5.1.1",
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.core": "~5.1.1",
"@abp/ng.feature-management": "~5.1.1",
"@abp/ng.identity": "~5.1.1",
"@abp/ng.permission-management": "~5.1.1",
"@abp/ng.schematics": "~5.1.1",
"@abp/ng.setting-management": "~5.1.1",
"@abp/ng.tenant-management": "~5.1.1",
"@abp/ng.theme.basic": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.account": "~5.0.1",
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.core": "~5.0.1",
"@abp/ng.feature-management": "~5.0.1",
"@abp/ng.identity": "~5.0.1",
"@abp/ng.permission-management": "~5.0.1",
"@abp/ng.schematics": "~5.0.1",
"@abp/ng.setting-management": "~5.0.1",
"@abp/ng.tenant-management": "~5.0.1",
"@abp/ng.theme.basic": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "11.0.0-beta.2",
"@ngneat/spectator": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/account-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=5.1.1",
"@abp/ng.theme.shared": ">=5.1.1",
"@abp/ng.core": ">=5.0.1",
"@abp/ng.theme.shared": ">=5.0.1",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/feature-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.permission-management": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.permission-management": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/permission-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/setting-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.components": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/tenant-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.feature-management": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/theme-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~5.1.1",
"@abp/ng.theme.shared": "~5.1.1",
"@abp/ng.account.core": "~5.0.1",
"@abp/ng.theme.shared": "~5.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/theme-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~5.1.1",
"@abp/ng.core": "~5.0.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "11.0.0-beta.2",
"@ngx-validate/core": "^0.1.1",
Expand Down

0 comments on commit 086bca5

Please sign in to comment.