Skip to content

Commit

Permalink
keycloak version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcetinkaya committed Nov 19, 2024
1 parent 477ae98 commit 2ed0ef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine3.19 as build-stage
FROM node:20.16.0-alpine3.19 as build-stage
ARG REACT_APP_BACKEND_URL
ARG REACT_APP_KEYCLOAK_URL
ARG REACT_APP_KEYCLOAK_REALM
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.41.8",
"version": "0.41.9",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down Expand Up @@ -50,6 +50,7 @@
"framer-motion": "^11.2.2",
"gridstack": "^7.2.3",
"jwt-decode": "^4.0.0",
"keycloak-js": "25.0.2",
"lodash": "^4.17.21",
"primeicons": "^6.0.1",
"primereact": "^9.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CreateEnvironmentFormStep1Tour from "../CreateEnvironmentFormStep1Tour/Cr
import CreateRobotFormStep1Tour from "../CreateRobotFormStep1Tour/CreateRobotFormStep1Tour";
import CreateFormStep3Tour from "../CreateFormStep3Tour/CreateFormStep3Tour";
import CreateFormStep2Tour from "../CreateFormStep2Tour/CreateFormStep2Tour";
import CreateFormStep4Tour from "../CreateFormStep4Tour /CreateFormStep4Tour ";
import CreateFormStep4Tour from "../CreateFormStep4Tour/CreateFormStep4Tour";
import { Fragment, ReactElement } from "react";

interface ICreateFormTourSwither {
Expand Down

0 comments on commit 2ed0ef7

Please sign in to comment.