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 Nov 22, 2023
1 parent c9237de commit b6943aa
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
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.4.2
tag: v1.5.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 30s
meilisearch:
image: getmeili/meilisearch:v1.4.2
image: getmeili/meilisearch:v1.5.0
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"maplibre-gl": "3.6.1",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.10.0",
"swagger-ui-dist": "5.10.3",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.3.8",
"vue-router": "4.2.5"
Expand All @@ -38,7 +38,7 @@
"@vue/tsconfig": "0.4.0",
"@yankeeinlondon/link-builder": "1.2.1",
"autoprefixer": "^10.4.16",
"cypress": "13.5.1",
"cypress": "13.6.0",
"eslint": "8.54.0",
"eslint-plugin-vue": "9.18.1",
"isomorphic-fetch": "3.0.0",
Expand All @@ -48,7 +48,7 @@
"sass": "1.69.5",
"stylelint-scss": "5.3.1",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite-plugin-md": "0.21.5",
"vite-plugin-rewrite-all": "1.0.2",
Expand Down
Loading

0 comments on commit b6943aa

Please sign in to comment.