Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1727)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 93aac43 commit f98df78
Show file tree
Hide file tree
Showing 5 changed files with 34 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
8 changes: 4 additions & 4 deletions server/Cargo.lock

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

6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@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",
"nuxt": "3.13.0",
"sharp": "0.33.5",
"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
50 changes: 25 additions & 25 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 f98df78

Please sign in to comment.