From 2ac4871aaa31f5551d9e0f23cc8512371d367e10 Mon Sep 17 00:00:00 2001 From: Arne Vogt Date: Fri, 6 Sep 2024 15:12:08 +0200 Subject: [PATCH] fix peer dependecies --- src/packages/authentication-keycloak/package.json | 1 - src/packages/authentication/package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/authentication-keycloak/package.json b/src/packages/authentication-keycloak/package.json index 63dabcc..f7ac507 100644 --- a/src/packages/authentication-keycloak/package.json +++ b/src/packages/authentication-keycloak/package.json @@ -22,7 +22,6 @@ "@open-pioneer/runtime": "workspace:^", "@open-pioneer/core": "workspace:^", "@open-pioneer/notifier": "workspace:^", - "@open-pioneer/chakra-integration": "workspace:^", "keycloak-js": "^25.0.2" }, "devDependencies": { diff --git a/src/packages/authentication/package.json b/src/packages/authentication/package.json index e8ba32c..cf3a3f8 100644 --- a/src/packages/authentication/package.json +++ b/src/packages/authentication/package.json @@ -19,6 +19,7 @@ "peerDependencies": { "@open-pioneer/core": "workspace:^", "@open-pioneer/runtime": "workspace:^", + "@open-pioneer/chakra-integration": "workspace:^", "react": "^18.3.1", "react-use": "^17.5.1" },