Skip to content

Commit

Permalink
bugfix: fix typo in package.json peerDependencies keycloak-js v24 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo authored Mar 19, 2024
1 parent cd2a575 commit d911e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.2.0",
"version": "15.2.1",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"clean": "shx rm -rf ./dist/",
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "15.2.0",
"version": "15.2.1",
"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 || ^23 || ˆ24"
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23 || ^24"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit d911e55

Please sign in to comment.