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
parent
commit
303091b06f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      npm/ng-packs/package.json
  2. 2
      npm/ng-packs/packages/oauth/package.json

2
npm/ng-packs/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",

2
npm/ng-packs/packages/oauth/package.json

@ -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"

Loading…
Cancel
Save