diff --git a/lib/core/ng-package.json b/lib/core/ng-package.json index e39a6f4732..6c880927db 100644 --- a/lib/core/ng-package.json +++ b/lib/core/ng-package.json @@ -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" ] } diff --git a/lib/core/package.json b/lib/core/package.json index 45f9769a14..4c04f2ba86 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -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",