Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion h5grove_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:slim-bullseye
ENV PYTHONUNBUFFERED=1

WORKDIR /h5grove_app
RUN pip install h5grove[flask]==2.2.0
RUN pip install h5grove[flask]==4.0.0
RUN pip install gunicorn

COPY main.py .
Expand Down
2 changes: 1 addition & 1 deletion h5web_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint:prettier": "prettier --cache --check ."
},
"dependencies": {
"@h5web/app": "16.0.1",
"@h5web/app": "17.0.0",
"modern-normalize": "3.0.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
152 changes: 74 additions & 78 deletions h5web_app/pnpm-lock.yaml

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

Loading