Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1213)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* added `<NuxtRouteAnnouncer />` for better accessibility

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Jun 17, 2024
1 parent 9e3ce1c commit 87fc936
Show file tree
Hide file tree
Showing 6 changed files with 1,345 additions and 741 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
111 changes: 100 additions & 11 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
6 changes: 6 additions & 0 deletions webclient/app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
<NuxtRouteAnnouncer/>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
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.1",
"nightwind": "1.1.13",
"nuxt": "3.11.2",
"nuxt": "3.12.2",
"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 87fc936

Please sign in to comment.