From 41f997491980e4fed79bc0f1cdf484aeb97c0e92 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Wed, 8 Mar 2023 12:12:00 +0100 Subject: [PATCH] [AAE-13016] Fix errors: can't resolve 'angular-oauth2-oidc' and 'angular-oauth2-oidc-jwks' (#8345) --- lib/core/ng-package.json | 3 ++- lib/core/package.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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",