From 7a6497a5fe94bccc6763f13fe73706571dfc600e Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 13 Jun 2024 12:44:58 +0200 Subject: [PATCH] chore: :package: update dependencies --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index ed60b4a..8159ad4 100644 --- a/deno.json +++ b/deno.json @@ -36,7 +36,8 @@ "gfm": "https://deno.land/x/gfm@0.6.0/mod.ts", "preact": "https://esm.sh/preact@10.19.6", "preact/": "https://esm.sh/preact@10.19.6/", - "univoq": "https://deno.land/x/univoq@0.2.0/mod.ts" + "univoq": "https://deno.land/x/univoq@0.2.0/mod.ts", + "web-push": "npm:web-push@^3.6.7" }, "compilerOptions": { "jsx": "react-jsx",