From 46b63b68bf02491f841a794d72f3def6649ec72f Mon Sep 17 00:00:00 2001
From: Danny van Tol <19685217+dannyvtol@users.noreply.github.com>
Date: Sat, 24 Aug 2024 19:56:17 +0000
Subject: [PATCH] fix: Link visibility in exampanded TOC while collapseByDefault is true (#1371)
---
package.json | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index afb57e9..99c965b 100644
--- a/package.json
+++ b/package.json
@@ -36,8 +36,8 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
- "@floating-ui/dom": "^1.6.8",
- "@napi-rs/simple-git": "0.1.16",
+ "@floating-ui/dom": "^1.6.10",
+ "@napi-rs/simple-git": "0.1.17",
"async-mutex": "^0.5.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
@@ -53,19 +53,19 @@
"hast-util-to-string": "^3.0.0",
"is-absolute-url": "^4.0.1",
"js-yaml": "^4.1.0",
- "lightningcss": "^1.25.1",
+ "lightningcss": "^1.26.0",
"mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5",
"preact": "^10.23.2",
- "preact-render-to-string": "^6.5.7",
+ "preact-render-to-string": "^6.5.9",
"pretty-bytes": "^6.1.1",
"pretty-time": "^1.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
- "rehype-citation": "^2.0.0",
- "rehype-katex": "^7.0.0",
+ "rehype-citation": "^2.1.1",
+ "rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0",
@@ -104,7 +104,7 @@
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"prettier": "^3.3.3",
- "tsx": "^4.16.2",
+ "tsx": "^4.17.0",
"typescript": "^5.5.4"
}
}
--
Gitblit v1.10.0