Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Jan 17, 2025
1 parent 37d390c commit 6fe2b33
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
name: Publish
env:
POETRY_VERSION: 2.0.0
POETRY_VERSION: 2.0.1
PYTHONDONTWRITEBYTECODE: 1
PYTHONUNBUFFERED: 1
steps:
Expand Down
96 changes: 48 additions & 48 deletions client/package-lock.json

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

10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"daisyui": "^4.12.23",
"dayjs": "^1.11.13",
"download": "^8.0.0",
"electron": "^33.3.1",
"electron": "^34.0.0",
"electron-forge-maker-appimage": "github:duzda/electron-forge-maker-appimage",
"electron-squirrel-startup": "^1.0.1",
"electron-window-state": "^5.0.3",
Expand All @@ -60,14 +60,14 @@
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.46.1",
"eventemitter3": "^5.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"material-ui-colors": "^1.0.0",
"md5-file": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"reconnecting-websocket": "^4.4.0",
"run-script-os": "^1.1.6",
"svelte": "^4.2.19",
Expand All @@ -76,7 +76,7 @@
"tailwindcss": "^3.4.17",
"uuid": "^11.0.5",
"wait-on": "^8.0.2",
"wavesurfer.js": "^7.8.15",
"wavesurfer.js": "^7.8.16",
"weak-ref-collections": "^1.2.4",
"webmidi": "^3.1.12"
}
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN if [ "$DEBUG" -a "$DEBUG" != '0' ]; then \
&& echo '. /etc/bash_completion' >> /root/.bashrc \
; fi

ARG POETRY_VERSION=2.0.0
ARG POETRY_VERSION=2.0.1
RUN curl -sSL https://install.python-poetry.org | python -
ENV PATH="/root/.local/bin:${PATH}"
RUN echo '/app' > "$(python -c 'import site; print(site.getsitepackages()[0])')/app.pth"
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

logs:
restart: always
image: amir20/dozzle:v8.10.1
image: amir20/dozzle:v8.10.4
volumes:
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
environment:
Expand Down
Loading

0 comments on commit 6fe2b33

Please sign in to comment.