diff --git a/Dockerfile b/Dockerfile index 2f7c0d93..7e894511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kernai/refinery-parent-images:v1.22.1-next +FROM kernai/refinery-parent-images:v1.23.0-next WORKDIR /app COPY package*.json /app/ diff --git a/dev.Dockerfile b/dev.Dockerfile index 36a196aa..79d3197d 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM kernai/refinery-parent-images:v1.22.1-next +FROM node:18 WORKDIR /app diff --git a/package.json b/package.json index 1d8d9a0c..eb8673a6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-config-next": "15.0.3", "focus-visible": "^5.2.0", "lodash.debounce": "^4.0.8", - "next": "14.2.21", + "next": "14.2.30", "postcss-focus-visible": "^6.0.4", "react": "18.2.0", "react-chartjs-2": "^5.2.0", diff --git a/src/services/base/s3-service.ts b/src/services/base/s3-service.ts index f6bb5d30..8c99a299 100644 --- a/src/services/base/s3-service.ts +++ b/src/services/base/s3-service.ts @@ -44,7 +44,6 @@ export function uploadFile(credentialsAndUploadIdParsed: any, file: File, filena } export function downloadFile(credentialBlock: any, isStringData: boolean = true): any { - const credentials = credentialBlock["Credentials"]; const object = credentialBlock["objectName"]; const bucket = credentialBlock["bucket"]; diff --git a/submodules/javascript-functions b/submodules/javascript-functions index 5a070394..31880f7e 160000 --- a/submodules/javascript-functions +++ b/submodules/javascript-functions @@ -1 +1 @@ -Subproject commit 5a070394a45b5ed5a86efd0fc42370331e0ab101 +Subproject commit 31880f7ee0dcc7c559aea03dca064f1f338daa3f diff --git a/submodules/react-components b/submodules/react-components index 1af9f210..660d4ef6 160000 --- a/submodules/react-components +++ b/submodules/react-components @@ -1 +1 @@ -Subproject commit 1af9f210f292f5e6ea23a2cbb3f9f8619650eec8 +Subproject commit 660d4ef6c3a1046a257ce2e1d0158ff7364b5dd2