Skip to content

Commit 7e6695a

Browse files
committed
update deps + new welcomed surprises from deno fmt
Signed-off-by: 🕷️ <[email protected]>
1 parent ca55c55 commit 7e6695a

File tree

7 files changed

+272
-153
lines changed

7 files changed

+272
-153
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To assess Web Application implementation correctness and expedite issues discove
8282

8383
- OS: Linux
8484
- Node: 22.14.0 (LTS)
85-
- [Deno](https://docs.deno.com/runtime/getting_started/installation/) 2.3.5
85+
- [Deno](https://docs.deno.com/runtime/getting_started/installation/) 2.4.2
8686

8787
### Build instructions
8888

deno.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
]
3535
},
3636
"imports": {
37-
"esbuild": "https://deno.land/x/[email protected]/mod.js",
38-
"@luca/esbuild-deno-loader": "jsr:@luca/[email protected]",
39-
"esbuild-svelte": "npm:[email protected]",
37+
"esbuild": "https://deno.land/x/[email protected]/mod.js",
38+
"esbuild-svelte": "npm:[email protected]",
4039
"svelte-preprocess": "npm:[email protected]",
4140

42-
"@std/expect": "jsr:@std/expect@^1.0.15",
43-
"@std/testing": "jsr:@std/testing@^1.0.11",
44-
"happy-dom": "npm:happy-dom@17.4.4"
41+
"@std/expect": "jsr:@std/expect@^1.0.16",
42+
"@std/testing": "jsr:@std/testing@^1.0.15",
43+
"happy-dom": "npm:happy-dom@18.0.1"
4544
}
4645
}

0 commit comments

Comments
 (0)