Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defusedxml==0.7.1
lxml==6.0.2
Pillow==12.0.0
polars==1.9.0
pyarrow==21.0.0
pyarrow==22.0.0
pydantic==2.12.0
pyyaml==6.0.3
requests==2.32.5
Expand Down
2 changes: 1 addition & 1 deletion webclient/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM node:23-alpine3.21 AS base
FROM node:24-alpine3.21 AS base

RUN apk update --no-progress --quiet && \
apk add --no-cache --no-progress --quiet curl sqlite sqlite-libs
Expand Down
10 changes: 5 additions & 5 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@headlessui/vue": "1.7.23",
"@mdi/js": "^7.4.47",
"@nuxt/content": "3.7.1",
"@nuxt/image": "1.11.0",
"@nuxtjs/color-mode": "3.5.2",
"@vueuse/core": "13.9.0",
"@vueuse/nuxt": "13.9.0",
"@vueuse/router": "13.9.0",
"@nuxt/image": "2.0.0",
"@nuxtjs/color-mode": "4.0.0",
"@vueuse/core": "14.0.0",
"@vueuse/nuxt": "14.0.0",
"@vueuse/router": "14.0.0",
"better-sqlite3": "12.4.1",
"maplibre-gl": "5.12.0",
"maplibre-gl-indoor": "0.0.22",
Expand Down
Loading
Loading