|
|
|
@ -22,20 +22,20 @@ |
|
|
|
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@abp/ng.account": "~2.6.2", |
|
|
|
"@abp/ng.account": "^2.6.2", |
|
|
|
"@abp/ng.account.config": "~2.6.2", |
|
|
|
"@abp/ng.core": "^2.6.2", |
|
|
|
"@abp/ng.core": "~2.6.2", |
|
|
|
"@abp/ng.feature-management": "^2.6.2", |
|
|
|
"@abp/ng.identity": "~2.6.2", |
|
|
|
"@abp/ng.identity": "^2.6.2", |
|
|
|
"@abp/ng.identity.config": "~2.6.2", |
|
|
|
"@abp/ng.permission-management": "^2.6.2", |
|
|
|
"@abp/ng.setting-management": "~2.6.2", |
|
|
|
"@abp/ng.setting-management": "^2.6.2", |
|
|
|
"@abp/ng.setting-management.config": "~2.6.2", |
|
|
|
"@abp/ng.tenant-management": "~2.6.2", |
|
|
|
"@abp/ng.tenant-management": "^2.6.2", |
|
|
|
"@abp/ng.tenant-management.config": "~2.6.2", |
|
|
|
"@abp/ng.theme.basic": "~2.6.2", |
|
|
|
"@abp/ng.theme.basic": "^2.6.2", |
|
|
|
"@abp/ng.theme.shared": "^2.6.2", |
|
|
|
"@abp/utils": "^2.6.0", |
|
|
|
"@abp/utils": "~2.6.2", |
|
|
|
"@angular-builders/jest": "^8.2.0", |
|
|
|
"@angular-devkit/build-angular": "~0.803.21", |
|
|
|
"@angular-devkit/build-ng-packagr": "~0.803.21", |
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
"@fortawesome/fontawesome-free": "^5.12.1", |
|
|
|
"@ng-bootstrap/ng-bootstrap": "^5.3.0", |
|
|
|
"@ngneat/spectator": "^4.5.0", |
|
|
|
"@ngx-validate/core": "^0.0.7", |
|
|
|
"@ngx-validate/core": "^0.0.8", |
|
|
|
"@ngxs/devtools-plugin": "^3.5.1", |
|
|
|
"@ngxs/logger-plugin": "^3.5.1", |
|
|
|
"@ngxs/router-plugin": "^3.6.2", |
|
|
|
@ -97,5 +97,8 @@ |
|
|
|
"commitizen": { |
|
|
|
"path": "cz-conventional-changelog" |
|
|
|
} |
|
|
|
}, |
|
|
|
"resolutions": { |
|
|
|
"@ngx-validate/core": "^0.0.8" |
|
|
|
} |
|
|
|
} |
|
|
|
|