Revert Deno version and unnecessary sub-dependencies. Fresh 1.7.3 won't play nice with Deno 2.6.x
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Run Tests / test (push) Has been cancelled

I guess that'll keep this at Deno 2.5.x unless something terrible happens, because as per #99 we can't easily upgrade fresh.
This commit is contained in:
Bruno Bernardino 2026-02-02 17:12:02 +00:00
parent 290cf6ea4c
commit 770db3a605
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE
3 changed files with 2 additions and 7 deletions

2
.dvmrc
View file

@ -1 +1 @@
2.6.7
2.5.6

View file

@ -1,4 +1,4 @@
FROM denoland/deno:ubuntu-2.6.7
FROM denoland/deno:ubuntu-2.5.6
EXPOSE 8000

View file

@ -52,19 +52,14 @@
"@std/path": "jsr:@std/path@1.1.2",
"chart.js": "npm:chart.js@4.5.0",
"chart.js/auto": "npm:chart.js@4.5.0/auto",
"jimp": "npm:jimp@1.6.0",
"mrmime": "npm:mrmime@2.0.1",
"nodemailer": "npm:nodemailer@7.0.6",
"openid-client": "npm:openid-client@6.8.0",
"otpauth": "npm:otpauth@9.4.1",
"preact": "npm:preact@10.28.3",
"preact/debug": "npm:preact@10.28.3/debug",
"preact/hooks": "npm:preact@10.28.3/hooks",
"preact/jsx-runtime": "npm:preact@10.28.3/jsx-runtime",
"tailwindcss": "npm:tailwindcss@3.4.17",
"tailwindcss/": "npm:tailwindcss@3.4.17/",
"tailwindcss/plugin": "npm:tailwindcss@3.4.17/plugin.js",
"vite": "npm:vite@7.3.1",
"@preact/signals": "npm:@preact/signals@2.6.2"
}