Browse Source
Merge pull request #24694 from abpframework/fix-aria-err
Fix aria dependency error
pull/24712/head
erdem
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
npm/ng-packs/package.json
-
npm/ng-packs/packages/setting-management/package.json
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
"@angular-eslint/eslint-plugin-template": "~21.0.0", |
|
|
|
"@angular-eslint/template-parser": "~21.0.0", |
|
|
|
"@angular/animations": "21.0.0", |
|
|
|
"@angular/aria": "~21.0.0", |
|
|
|
"@angular/aria": "21.0.0", |
|
|
|
"@angular/build": "~21.0.0", |
|
|
|
"@angular/cli": "~21.0.0", |
|
|
|
"@angular/common": "~21.0.0", |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
"tslib": "^2.0.0" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"@angular/aria": "^21.0.0" |
|
|
|
"@angular/aria": "21.0.0" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
|