From 6ea359e55ee6333f27b0a8d59caebdb17b9acbf0 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 15 Sep 2024 23:42:07 +0000
Subject: [PATCH] perf: have more than 1ms granularity for rebuild detection

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

diff --git a/package.json b/package.json
index 13a5339..52c87dd 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
     "micromorph": "^0.4.5",
     "pixi.js": "^8.3.4",
     "preact": "^10.23.2",
-    "preact-render-to-string": "^6.5.9",
+    "preact-render-to-string": "^6.5.10",
     "pretty-bytes": "^6.1.1",
     "pretty-time": "^1.1.0",
     "reading-time": "^1.5.0",
@@ -106,7 +106,7 @@
     "@types/yargs": "^17.0.33",
     "esbuild": "^0.19.9",
     "prettier": "^3.3.3",
-    "tsx": "^4.18.0",
+    "tsx": "^4.19.0",
     "typescript": "^5.5.4"
   }
 }

--
Gitblit v1.10.0