Author SHA1 Message Date
renovate 46cf1aa54d chore(deps): pin ghcr.io/astral-sh/uv docker tag to 531f855
renovate/stability-days Updates have met minimum release age requirement
2026-09-10 17:45:52 +00:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:531f855bda2c73cd6ef67d56b733b357cea384185b3022bd09f05e002cd144ca
RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
+4 -4
View File
@@ -7,13 +7,13 @@
"@sveltejs/vite-plugin-svelte": "^7.0.0", "@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2", "@tailwindcss/vite": "^4.2.2",
"@types/node": "^26.0.0", "@types/node": "^25.9.1",
"@types/pako": "^3.0.0", "@types/pako": "^2.0.4",
"sass": "^1.100.0", "sass": "^1.100.0",
"svelte": "^5.55.2", "svelte": "^5.55.2",
"svelte-check": "^4.4.6", "svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2", "tailwindcss": "^4.2.2",
"typescript": "^7.0.0", "typescript": "^6.0.2",
"ultracite": "7.8.0", "ultracite": "7.8.0",
"vite": "^8.0.7" "vite": "^8.0.7"
}, },
@@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"bits-ui": "^2.18.1", "bits-ui": "^2.18.1",
"lottie-web": "^5.13.0", "lottie-web": "^5.13.0",
"pako": "^3.0.0", "pako": "^2.1.0",
"uqr": "^0.1.3" "uqr": "^0.1.3"
} }
} }