From 541b470cfc85c342ba8b7548d58d668b49d8dd85 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 18 Jun 2024 04:33:53 +0000
Subject: [PATCH] fix: overflow fade for good (closes #1218)
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index aaf74ab..05925f3 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5",
"preact": "^10.22.0",
- "preact-render-to-string": "^6.5.4",
+ "preact-render-to-string": "^6.5.5",
"pretty-bytes": "^6.1.1",
"pretty-time": "^1.1.0",
"reading-time": "^1.5.0",
@@ -89,7 +89,7 @@
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"workerpool": "^9.1.2",
- "ws": "^8.17.0",
+ "ws": "^8.17.1",
"yargs": "^17.7.2"
},
"devDependencies": {
--
Gitblit v1.10.0