Skip to content

Commit

Permalink
feat(): add support to Keycloak 26
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGoncalves committed Oct 6, 2024
1 parent 8515cbc commit fd7c7a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 30 deletions.
33 changes: 6 additions & 27 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 - 25",
"keycloak-js": "18 - 26",
"vue": "^3.4.0"
},
"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": "^25.0.6",
"keycloak-js": "^26.0.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rollup": "^3.29.4",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"declaration": true,
"esModuleInterop": true,
"target": "es2019",
"moduleResolution": "node",
"moduleResolution": "bundler",
"noImplicitAny": true,
"outDir": "dist-transpiled",
"declarationDir": "dist/types",
Expand Down

0 comments on commit fd7c7a7

Please sign in to comment.