From 921f45cf7001a6af77cd0bf10f7fbf154eebabff Mon Sep 17 00:00:00 2001
From: threehymns <70611435+threehymns@users.noreply.github.com>
Date: Wed, 25 Sep 2024 00:20:36 +0000
Subject: [PATCH] feat: add a config option for a pageTitleSuffix (#1320)
---
package.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 1ec2338..4872dd5 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5",
- "pixi.js": "^8.3.4",
+ "pixi.js": "^8.4.1",
"preact": "^10.24.0",
"preact-render-to-string": "^6.5.11",
"pretty-bytes": "^6.1.1",
@@ -69,7 +69,7 @@
"rehype-citation": "^2.1.1",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
- "rehype-pretty-code": "^0.13.2",
+ "rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
@@ -78,7 +78,7 @@
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
- "remark-rehype": "^11.1.0",
+ "remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2",
"rfdc": "^1.4.1",
"rimraf": "^6.0.1",
--
Gitblit v1.10.0