From 7c09627df4bd61e3b4fbd6fd84a1971b40ff72b3 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 05 Aug 2023 22:34:10 +0000
Subject: [PATCH] improve hot reload robustness

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

diff --git a/package.json b/package.json
index 8a1d483..f5e3ab8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "@jackyzha0/quartz",
   "description": "🌱 publish your digital garden and notes as a website",
   "private": true,
-  "version": "4.0.6",
+  "version": "4.0.7",
   "type": "module",
   "author": "jackyzha0 <j.zhao2k19@gmail.com>",
   "license": "MIT",
@@ -58,7 +58,7 @@
     "reading-time": "^1.5.0",
     "rehype-autolink-headings": "^6.1.1",
     "rehype-katex": "^6.0.3",
-    "rehype-mathjax": "^4.0.2",
+    "rehype-mathjax": "^4.0.3",
     "rehype-pretty-code": "^0.10.0",
     "rehype-raw": "^6.1.1",
     "rehype-slug": "^5.1.0",

--
Gitblit v1.10.0