Skip to content

Commit

Permalink
Merge pull request #7499 from abpframework/mehmet-erim-patch-1
Browse files Browse the repository at this point in the history
Updated the abp package versions in templates
  • Loading branch information
bnymncoskuner committed Jan 28, 2021
2 parents f0be6ed + 0250a71 commit 2af0083
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions templates/app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"private": true,
"dependencies": {
"@abp/ng.components": "~4.2.0-rc.2",
"@abp/ng.core": "~4.2.0-rc.2",
"@abp/ng.identity": "~4.2.0-rc.2",
"@abp/ng.setting-management": "~4.2.0-rc.2",
"@abp/ng.tenant-management": "~4.2.0-rc.2",
"@abp/ng.theme.basic": "~4.2.0-rc.2",
"@abp/ng.theme.shared": "~4.2.0-rc.2",
"@abp/ng.components": "~4.2.0",
"@abp/ng.core": "~4.2.0",
"@abp/ng.identity": "~4.2.0",
"@abp/ng.setting-management": "~4.2.0",
"@abp/ng.tenant-management": "~4.2.0",
"@abp/ng.theme.basic": "~4.2.0",
"@abp/ng.theme.shared": "~4.2.0",
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
Expand All @@ -32,7 +32,7 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@abp/ng.schematics": "~4.2.0-rc.2",
"@abp/ng.schematics": "~4.2.0",
"@angular-devkit/build-angular": "~0.1101.0",
"@angular/cli": "~11.1.0",
"@angular/compiler-cli": "~11.1.0",
Expand All @@ -54,4 +54,4 @@
"tslint": "~6.1.0",
"typescript": "~4.1.3"
}
}
}
16 changes: 8 additions & 8 deletions templates/module/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"private": true,
"dependencies": {
"@abp/ng.components": "~4.2.0-rc.2",
"@abp/ng.core": "~4.2.0-rc.2",
"@abp/ng.identity": "~4.2.0-rc.2",
"@abp/ng.setting-management": "~4.2.0-rc.2",
"@abp/ng.tenant-management": "~4.2.0-rc.2",
"@abp/ng.theme.basic": "~4.2.0-rc.2",
"@abp/ng.theme.shared": "~4.2.0-rc.2",
"@abp/ng.components": "~4.2.0",
"@abp/ng.core": "~4.2.0",
"@abp/ng.identity": "~4.2.0",
"@abp/ng.setting-management": "~4.2.0",
"@abp/ng.tenant-management": "~4.2.0",
"@abp/ng.theme.basic": "~4.2.0",
"@abp/ng.theme.shared": "~4.2.0",
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
Expand All @@ -35,7 +35,7 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@abp/ng.schematics": "~4.2.0-rc.2",
"@abp/ng.schematics": "~4.2.0",
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
Expand Down

0 comments on commit 2af0083

Please sign in to comment.