mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-13016] Fix errors: can't resolve 'angular-oauth2-oidc' and 'angular-oauth2-oidc-jwks' (#8345)
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
"@quanzo/change-font-size",
|
"@quanzo/change-font-size",
|
||||||
"editorjs-text-color-plugin",
|
"editorjs-text-color-plugin",
|
||||||
"editorjs-html",
|
"editorjs-html",
|
||||||
"editorjs-paragraph-with-alignment"
|
"editorjs-paragraph-with-alignment",
|
||||||
|
"angular-oauth2-oidc"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -28,7 +28,9 @@
|
|||||||
"@quanzo/change-font-size": "1.0.0",
|
"@quanzo/change-font-size": "1.0.0",
|
||||||
"editorjs-text-color-plugin": "1.13.1",
|
"editorjs-text-color-plugin": "1.13.1",
|
||||||
"editorjs-html": "3.4.2",
|
"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": {
|
"peerDependencies": {
|
||||||
"@angular/animations": ">=14.1.3",
|
"@angular/animations": ">=14.1.3",
|
||||||
|
Reference in New Issue
Block a user