Skip to content

Commit

Permalink
feat(): add support to Keycloak 24
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGoncalves committed Mar 4, 2024
1 parent e9d5fae commit 27427bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 32 deletions.
39 changes: 9 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"license": "Apache-2.0",
"peerDependencies": {
"keycloak-js": "18 - 23",
"keycloak-js": "18 - 24",
"vue": "^3.2.47"
},
"devDependencies": {
Expand All @@ -62,7 +62,7 @@
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"keycloak-js": "^23.0.7",
"keycloak-js": "^24.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
Expand Down

0 comments on commit 27427bb

Please sign in to comment.