Skip to content

Commit ca6d011

Browse files
authored
www: fix @preact/signals version (#720)
1 parent 4862152 commit ca6d011

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/import_map.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"preact": "https://esm.sh/preact@10.10.6",
1212
"preact/": "https://esm.sh/preact@10.10.6/",
1313
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3",
14+
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
15+
"@preact/signals-core": "https://esm.sh/@preact/signals-core@1.0.1",
1416

1517
"$std/": "https://deno.land/std@0.150.0/"
1618
}

www/import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preact": "https://esm.sh/preact@10.10.6",
99
"preact/": "https://esm.sh/preact@10.10.6/",
1010
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/",
11-
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.2",
12-
"@preact/signals-core": "https://esm.sh/@preact/signals-core@1.0.2",
11+
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
12+
"@preact/signals-core": "https://esm.sh/@preact/signals-core@1.0.1",
1313

1414
"$std/": "https://deno.land/std@0.150.0/"
1515
}

0 commit comments

Comments
 (0)