Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 828c057 commit 0ea26bf
Show file tree
Hide file tree
Showing 5 changed files with 1,393 additions and 603 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backoff~=2.2.1
beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=5.2.0
numba~=0.59.0rc1
numba~=0.60.0
Pillow~=10.3.0
pydantic~=2.7.0
pyyaml~=6.0
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.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/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.78-alpine AS compiler
FROM rust:1.79-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
Expand Down
10 changes: 5 additions & 5 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@nuxt/content": "2.12.1",
"@nuxt/image": "1.7.0",
"@nuxtjs/color-mode": "3.4.1",
"@vueuse/core": "10.10.0",
"@vueuse/nuxt": "10.10.0",
"maplibre-gl": "4.3.2",
"@vueuse/core": "10.11.0",
"@vueuse/nuxt": "10.11.0",
"maplibre-gl": "4.4.0",
"nightwind": "1.1.13",
"nuxt": "3.11.2",
"nuxt": "3.12.1",
"sharp": "0.33.4",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.27",
"vue": "3.4.29",
"vue-router": "4.3.3",
"vue3-carousel": "0.3.3"
},
Expand Down
Loading

0 comments on commit 0ea26bf

Please sign in to comment.