From dd1bc5b197a89efb03bd55953d7a417667ab26cd Mon Sep 17 00:00:00 2001 From: Laurent Caouissin Date: Mon, 23 Mar 2026 10:27:34 +0100 Subject: [PATCH 1/2] fix: auth --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e05a8d4..6835ac2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.1.3", "install": "^0.13.0", - "keycloak-js": "^23.0.6", + "keycloak-js": "^26.0.5", "localforage": "^1.10.0", "match-sorter": "^6.3.1", "moment": "^2.29.4", @@ -85,4 +85,4 @@ "pre-commit": "lint-staged -v" } } -} +} \ No newline at end of file From 3cd24f8949196b1a254f89d032092e3b031b95ed Mon Sep 17 00:00:00 2001 From: Laurent Caouissin Date: Mon, 23 Mar 2026 10:28:03 +0100 Subject: [PATCH 2/2] bump: 0.2.3-rc.auth.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6835ac2..582b994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "protools", "private": true, - "version": "0.2.2.4-SNAPSHOT", + "version": "0.2.3-rc.auth.0", "type": "module", "scripts": { "dev": "vite",