From b034940dfd15ec393f049302829a75aa9b1ce645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 24 Dec 2025 18:29:17 +0800 Subject: [PATCH] Remove vite-plugin-font from dependencies Deleted the vite-plugin-font package from both the root and frontend package.json files as it is no longer required. --- package.json | 1 - packages/napcat-webui-frontend/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 5a2051e3..cf91a7ad 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "dependencies": { "express": "^5.0.0", "silk-wasm": "^3.6.1", - "vite-plugin-font": "^5.1.2", "ws": "^8.18.3" } } \ No newline at end of file diff --git a/packages/napcat-webui-frontend/package.json b/packages/napcat-webui-frontend/package.json index 323d27ef..503f1734 100644 --- a/packages/napcat-webui-frontend/package.json +++ b/packages/napcat-webui-frontend/package.json @@ -117,7 +117,6 @@ "typescript": "^5.7.3", "vite": "^6.0.5", "vite-plugin-compression": "^0.5.1", - "vite-plugin-font": "^5.1.2", "vite-plugin-image-optimizer": "^2.0.3", "vite-plugin-static-copy": "^2.2.0", "vite-tsconfig-paths": "^5.1.4"