update deno version

This commit is contained in:
jo-mut 2024-04-22 15:50:13 +02:00
parent 90755ad9da
commit 009b9a264e
No known key found for this signature in database
GPG Key ID: 76AE8CD103294A70
3 changed files with 25 additions and 13 deletions

View File

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.25.1
FROM denoland/deno:1.42.4
WORKDIR /app
USER deno

View File

@ -1,14 +1,24 @@
{
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
},
"lint": {
"rules": {
"exclude": [
"no-explicit-any"
]
}
}
},
"deploy": {
"project": "4946f381-9f86-4271-abc3-51e28f7a4699",
"exclude": [
"**/node_modules"
],
"include": [],
"entrypoint": "main.ts"
}
}

View File

@ -33,6 +33,8 @@
"https://deno.land/std@0.214.0/log/logger.ts": "f9110211816e27b147fd0f34639e5c7618670048aad789f5a304bd7623505ba5",
"https://deno.land/std@0.214.0/log/mod.ts": "09365c6bb39440f1c56e1984eff6a23b92eed27deb467aafcb64e17444513737",
"https://deno.land/std@0.214.0/log/rotating_file_handler.ts": "dc0333959ff725ac1f43b741ababa9fef074f658a60c65235d12e44952085fbe",
"https://deno.land/std@0.223.0/async/delay.ts": "f90dd685b97c2f142b8069082993e437b1602b8e2561134827eeb7c12b95c499",
"https://deno.land/std@0.223.0/http/server.ts": "cc8ae0de927c3afc855466b89bf9a7a3196223f47f2723e218912c6ca3eb166c",
"https://deno.land/std@0.69.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149",
"https://deno.land/std@0.69.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc",
"https://deno.land/std@0.69.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a",