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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 318f41a..52c87dd 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"github-slugger": "^2.0.0",
"globby": "^14.0.2",
"gray-matter": "^4.0.3",
- "hast-util-to-html": "^9.0.1",
+ "hast-util-to-html": "^9.0.2",
"hast-util-to-jsx-runtime": "^2.3.0",
"hast-util-to-string": "^3.0.0",
"is-absolute-url": "^4.0.1",
@@ -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