Skip to content

Commit

Permalink
chore: bump keycloak-js to 26.0.5 (#341)
Browse files Browse the repository at this point in the history
fixes constant token refresh on recent keycloak version
  • Loading branch information
shini4i authored Nov 11, 2024
1 parent ba3ad26 commit b9ccecc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
27 changes: 5 additions & 22 deletions web/package-lock.json

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

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "^1.7.4",
"date-fns": "^3.6.0",
"http-proxy-middleware": "^2.0.7",
"keycloak-js": "^24.0.4",
"keycloak-js": "^26.0.5",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
Expand Down

0 comments on commit b9ccecc

Please sign in to comment.