mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Revert Deno version and unnecessary sub-dependencies. Fresh 1.7.3 won't play nice with Deno 2.6.x
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:
parent
290cf6ea4c
commit
770db3a605
3 changed files with 2 additions and 7 deletions
2
.dvmrc
2
.dvmrc
|
|
@ -1 +1 @@
|
|||
2.6.7
|
||||
2.5.6
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:ubuntu-2.6.7
|
||||
FROM denoland/deno:ubuntu-2.5.6
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue