Skip to content

Commit

Permalink
feat: Support keycloak-js v23.0.0 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiReBlUe45 authored and mauriciovigolo committed Jan 30, 2024
1 parent 97179df commit cd7014d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 17.x | 18 - 22 | 15.x.x | New Features / Bugs |
| 17.x | 18 - 23 | 15.x.x | New Features / Bugs |
| 16.x | 18 - 22 | 14.x.x | Bugs |
| 15.x | 18 - 22 | 13.x.x | - |
| 14.x | 18 - 19 | 12.x.x | - |
Expand Down
51 changes: 34 additions & 17 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
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.0.0",
"version": "15.1.0",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand Down Expand Up @@ -62,7 +62,7 @@
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"keycloak-js": "^22.0.5",
"keycloak-js": "^23.0.3",
"ng-packagr": "^17.0.1",
"prettier": "^3.1.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/example/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
keycloak:
image: quay.io/keycloak/keycloak:22.0.5
image: quay.io/keycloak/keycloak:23.0.3
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.0.0",
"version": "15.1.0",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular/common": "^17",
"@angular/core": "^17",
"@angular/router": "^17",
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22"
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit cd7014d

Please sign in to comment.