From 59d4b4edddedbc44181f8b81e5dd4acf07358866 Mon Sep 17 00:00:00 2001
From: Dan <96779452+cromelex@users.noreply.github.com>
Date: Wed, 07 May 2025 19:44:30 +0000
Subject: [PATCH] fix(analytics): Umami tracking pageviews properly

---
 package.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 5ee0767..b137cc7 100644
--- a/package.json
+++ b/package.json
@@ -35,11 +35,12 @@
     "quartz": "./quartz/bootstrap-cli.mjs"
   },
   "dependencies": {
-    "@clack/prompts": "^0.10.0",
+    "@clack/prompts": "^0.10.1",
     "@floating-ui/dom": "^1.6.13",
     "@myriaddreamin/rehype-typst": "^0.5.4",
     "@napi-rs/simple-git": "0.1.19",
     "@tweenjs/tween.js": "^25.0.0",
+    "@webgpu/types": "^0.1.60",
     "ansi-truncate": "^1.2.0",
     "async-mutex": "^0.5.0",
     "chalk": "^5.4.1",
@@ -103,12 +104,12 @@
     "@types/d3": "^7.4.3",
     "@types/hast": "^3.0.4",
     "@types/js-yaml": "^4.0.9",
-    "@types/node": "^22.14.0",
+    "@types/node": "^22.15.3",
     "@types/pretty-time": "^1.1.5",
     "@types/source-map-support": "^0.5.10",
     "@types/ws": "^8.18.1",
     "@types/yargs": "^17.0.33",
-    "esbuild": "^0.25.2",
+    "esbuild": "^0.25.3",
     "prettier": "^3.5.3",
     "tsx": "^4.19.3",
     "typescript": "^5.8.3"

--
Gitblit v1.10.0