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 Dec 25, 2024
1 parent 395f7ef commit 2ad8d29
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.11.3
image: getmeili/meilisearch:v1.12.0
restart: unless-stopped
ports:
- "7700:7700"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.11.3
image: getmeili/meilisearch:v1.12.0
restart: unless-stopped
networks:
- traefik_traefik
Expand Down
6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@nuxt/content": "2.13.4",
"@nuxt/image": "1.8.1",
"@nuxtjs/color-mode": "3.5.2",
"@vueuse/core": "12.1.0",
"@vueuse/core": "12.2.0",
"@vueuse/nuxt": "12.0.0",
"@vueuse/router": "12.1.0",
"@vueuse/router": "12.2.0",
"maplibre-gl": "4.7.1",
"maplibre-gl-indoor": "0.0.21",
"nightwind": "1.1.13",
Expand All @@ -35,7 +35,7 @@
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vue3-carousel": "0.10.0"
"vue3-carousel": "0.11.0"
},
"devDependencies": {
"@nuxt/eslint": "0.7.3",
Expand Down
64 changes: 35 additions & 29 deletions webclient/pnpm-lock.yaml

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

0 comments on commit 2ad8d29

Please sign in to comment.