Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 464b096 commit f143fd2
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 198 deletions.
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.7.4
tag: v1.7.5
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.7.4
image: getmeili/meilisearch:v1.7.5
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 @@ -151,7 +151,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.7.4
image: getmeili/meilisearch:v1.7.5
restart: unless-stopped
networks:
- navigatum
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nightwind": "1.1.13",
"nuxt": "3.11.2",
"sharp": "0.33.3",
"swagger-ui": "5.13.0",
"swagger-ui": "5.14.0",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.21",
"vue-router": "4.3.0",
Expand Down
Loading

0 comments on commit f143fd2

Please sign in to comment.