fix: 🐛 downgrade to preact 1.22.0 until denoland/fresh#2587 is fixed

This commit is contained in:
Julien Oculi 2024-07-09 11:59:26 +02:00
parent 168ba95549
commit 3b6ec84e07

View file

@ -40,7 +40,7 @@
"@deno/gfm": "jsr:@deno/gfm@^0.8.2",
"@jotsr/delayed": "jsr:@jotsr/delayed@^2.1.1",
"@jotsr/smart-css-bundler": "jsr:@jotsr/smart-css-bundler@^0.3.0",
"@preact/signals": "npm:@preact/signals@^1.2.3",
"@preact/signals": "https://esm.sh/*@preact/signals@^1.2.3",
"@preact/signals-core": "npm:@preact/signals-core@^1.6.1",
"@simplewebauthn/browser": "npm:@simplewebauthn/browser@^10.0.0",
"@simplewebauthn/server": "npm:@simplewebauthn/server@^10.0.0",
@ -51,7 +51,7 @@
"@std/json": "jsr:@std/json@^0.224.1",
"@std/streams": "jsr:@std/streams@^0.224.5",
"@univoq/": "https://deno.land/x/univoq@0.2.0/",
"preact": "npm:preact@^10.22.1",
"preact": "npm:preact@10.22.0",
"univoq": "https://deno.land/x/univoq@0.2.0/mod.ts",
"web-push": "npm:web-push@^3.6.7"
},