Skip to content

Commit

Permalink
Restore flexibility in keycloak-js dependency (#3391)
Browse files Browse the repository at this point in the history
With 21.1.0-1 the keycloak-masthead dependency has been fixed, so
restore the circumflex to allow "21.*" behavior.
  • Loading branch information
dbutenhof committed May 3, 2023
1 parent 872e79b commit 245bb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 245bb0d

Please sign in to comment.