Skip to content

Commit

Permalink
update to keycloak v25
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 14, 2025
1 parent 6d859cd commit 31924ff
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/deployment/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# as it contains only the final built app

# build environment
FROM docker-registry.ebrains.eu/model-catalog/node:16-alpine as build
FROM docker-registry.ebrains.eu/model-catalog/node:22-alpine as build

WORKDIR /model-catalog
ENV PATH /model-catalog/node_modules/.bin:$PATH
Expand Down
47 changes: 30 additions & 17 deletions apps/model_catalog/package-lock.json

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

6 changes: 3 additions & 3 deletions apps/model_catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"filesize": "^6.1.0",
"humanparser": "^1.11.0",
"keycloak-js": "^12.0.2",
"keycloak-js": "^25.0.2",
"lodash": "^4.17.20",
"material-ui-chip-input": "^2.0.0-beta.2",
"moment": "^2.29.1",
Expand All @@ -36,8 +36,8 @@
"styled-components": "^5.2.1"
},
"scripts": {
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"start": "HTTPS=true react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"e2e": "CYPRESS_baseUrl=http://localhost:3000 npx cypress run --browser chrome",
Expand Down

0 comments on commit 31924ff

Please sign in to comment.