[AAE-13016] Fix errors: can't resolve 'angular-oauth2-oidc' and 'angular-oauth2-oidc-jwks' (#8345)

This commit is contained in:
Amedeo Lepore
2023-03-08 12:12:00 +01:00
committed by GitHub
parent 997fa81c59
commit 41f9974919
2 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
"@quanzo/change-font-size",
"editorjs-text-color-plugin",
"editorjs-html",
"editorjs-paragraph-with-alignment"
"editorjs-paragraph-with-alignment",
"angular-oauth2-oidc"
]
}

View File

@@ -28,7 +28,9 @@
"@quanzo/change-font-size": "1.0.0",
"editorjs-text-color-plugin": "1.13.1",
"editorjs-html": "3.4.2",
"editorjs-paragraph-with-alignment": "3.0.0"
"editorjs-paragraph-with-alignment": "3.0.0",
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1"
},
"peerDependencies": {
"@angular/animations": ">=14.1.3",