Browse Source
Merge pull request #19441 from abpframework/issue-19438
Update angular-oauth2-oidc version to 17.x.x
pull/19445/head
Masum ULU
2 years 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/oauth/package.json
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"@types/node": "^20.0.0", |
|
|
|
"@typescript-eslint/eslint-plugin": "6.13.2", |
|
|
|
"@typescript-eslint/parser": "6.13.2", |
|
|
|
"angular-oauth2-oidc": "^15.0.0", |
|
|
|
"angular-oauth2-oidc": "^17.0.0", |
|
|
|
"autoprefixer": "^10.0.0", |
|
|
|
"bootstrap": "^5.0.0", |
|
|
|
"bootstrap-icons": "^1.0.0", |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"@abp/ng.core": "~8.1.0-rc.3", |
|
|
|
"@abp/utils": "~8.1.0-rc.3", |
|
|
|
"angular-oauth2-oidc": "^15.0.0", |
|
|
|
"angular-oauth2-oidc": "^17.0.0", |
|
|
|
"just-clone": "^6.0.0", |
|
|
|
"just-compare": "^2.0.0", |
|
|
|
"tslib": "^2.0.0" |
|
|
|
|