lume: update 2.2.1 -> 2.5.3
All checks were successful
Build / Build (pull_request) Successful in 10s

This commit is contained in:
teutat3s 2025-04-15 01:50:17 +02:00
parent 5bcd060fb1
commit b1eccfdcca
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 695 additions and 369 deletions

View file

@ -1,6 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v2.2.1/"
"lume/": "https://deno.land/x/lume@v2.5.3/",
"lume/jsx-runtime": "https://deno.land/x/ssx@v0.1.8/jsx-runtime.ts"
},
"tasks": {
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock -A -",
@ -12,6 +13,11 @@
"compilerOptions": {
"types": [
"lume/types.ts"
]
}
],
"jsx": "react-jsx",
"jsxImportSource": "lume"
},
"unstable": [
"temporal"
]
}

1052
deno.lock generated

File diff suppressed because it is too large Load diff