From 245bb0d013ca5900eeca8a15ecd3126867295d10 Mon Sep 17 00:00:00 2001 From: David Butenhof Date: Wed, 3 May 2023 13:19:28 -0400 Subject: [PATCH] Restore flexibility in keycloak-js dependency (#3391) With 21.1.0-1 the keycloak-masthead dependency has been fixed, so restore the circumflex to allow "21.*" behavior. --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 71d66f11f2..197295f724 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ "gulp": "^4.0.2", "jest": "^27.5.1", "js-cookie": "^3.0.1", - "keycloak-js": "21.0.2", + "keycloak-js": "^21.0.0", "less-watch-compiler": "^1.16.3", "patternfly": "^3.9.0", "react": "^17.0.2",