Skip to content

Commit c74bd4f

Browse files
authored
Quick fix (#3390)
`keycloak-js` 21.1.0 adds an explicit `keycloak-masthead` dependency that's broken. This went in early this morning, and has broken all users. To mitigate this, back off our `package.json` to depend on the latest previous verion, which is 21.0.2 to get our builds running again.
1 parent 5fa129e commit c74bd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gulp": "^4.0.2",
2323
"jest": "^27.5.1",
2424
"js-cookie": "^3.0.1",
25-
"keycloak-js": "^21.0.1",
25+
"keycloak-js": "21.0.2",
2626
"less-watch-compiler": "^1.16.3",
2727
"patternfly": "^3.9.0",
2828
"react": "^17.0.2",

0 commit comments

Comments
 (0)