From 4c78d29c13fa7bdcafca5c7b8c802e5e8e13e97c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 18 Sep 2025 20:45:17 +0000
Subject: [PATCH] fix(search): css min padding
---
package.json | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index bdfe99d..55bd1b2 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"cli-spinner": "^0.2.10",
"d3": "^7.9.0",
"esbuild-sass-plugin": "^3.3.1",
- "flexsearch": "0.7.43",
+ "flexsearch": "^0.8.205",
"github-slugger": "^2.0.0",
"globby": "^14.1.0",
"gray-matter": "^4.0.3",
@@ -61,7 +61,7 @@
"mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5",
"minimatch": "^10.0.3",
- "pixi.js": "^8.12.0",
+ "pixi.js": "^8.13.1",
"preact": "^10.27.1",
"preact-render-to-string": "^6.6.1",
"pretty-bytes": "^7.0.1",
@@ -83,7 +83,7 @@
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.2",
"rfdc": "^1.4.1",
- "satori": "^0.16.2",
+ "satori": "^0.18.2",
"serve-handler": "^6.1.6",
"sharp": "^0.34.3",
"shiki": "^1.26.2",
@@ -101,7 +101,7 @@
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
- "@types/node": "^24.3.0",
+ "@types/node": "^24.3.1",
"@types/pretty-time": "^1.1.5",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.18.1",
--
Gitblit v1.10.0