Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Aug 14, 2024
1 parent 17da28c commit cff26ef
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@iconify/icons-mdi": "^1.2.48",
"@msgpack/msgpack": "^3.0.0-beta2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.3",
"axios": "^1.7.4",
"browser-sync": "^3.0.2",
"color": "^4.2.3",
"daisyui": "^4.12.10",
Expand Down Expand Up @@ -73,7 +73,7 @@
"svelte": "^4.2.18",
"svelte-devtools-standalone": "github:RedHatter/svelte-devtools-standalone",
"svelte-local-storage-store": "^0.6.4",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"uuid": "^10.0.0",
"wait-on": "^7.2.0",
"wavesurfer.js": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

nginx:
restart: always
image: jonasal/nginx-certbot:5.2-alpine
image: jonasal/nginx-certbot:5.3-alpine
depends_on:
- app
- api
Expand Down
8 changes: 4 additions & 4 deletions server/poetry.lock

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

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-admin-notice = "^3.1.0"
django-constance = "^3.1.0"
django-dirtyfields = "^1.9.3"
django-environ = "^0.11.2"
django-file-form = "^3.7.0"
django-file-form = "^3.8.0"
django-pgtrigger = "^4.11.1"
django-user-messages = "^1.0.0"
gunicorn = "^23.0.0"
Expand Down

0 comments on commit cff26ef

Please sign in to comment.