Update deps, fix Docker build errors
This commit is contained in:
parent
162390008b
commit
c62bfd2a4c
31 changed files with 832 additions and 1227 deletions
|
|
@ -11,7 +11,7 @@ RUN turbo prune --scope=leafcutter --docker
|
|||
FROM base AS installer
|
||||
ARG APP_DIR=/opt/leafcutter
|
||||
WORKDIR ${APP_DIR}
|
||||
COPY .gitignore .gitignore
|
||||
COPY --from=builder ${APP_DIR}/.gitignore .gitignore
|
||||
COPY --from=builder ${APP_DIR}/out/json/ .
|
||||
COPY --from=builder ${APP_DIR}/out/package-lock.json ./package-lock.json
|
||||
RUN npm ci
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.170",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^7.3.2",
|
||||
"@mui/x-date-pickers-pro": "^7.3.2",
|
||||
"@opensearch-project/opensearch": "^2.7.0",
|
||||
"@mui/x-data-grid-pro": "^7.4.0",
|
||||
"@mui/x-date-pickers-pro": "^7.4.0",
|
||||
"@opensearch-project/opensearch": "^2.8.0",
|
||||
"cryptr": "^6.3.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"http-proxy-middleware": "^3.0.0",
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
"@types/node": "^20.12.10",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/node": "^20.12.11",
|
||||
"@types/react": "18.3.2",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue