From 92fa253bbf434db271e01510b3ed82d714c167fa Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Sun, 19 Nov 2023 12:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4pinyin-match=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package-lock.json | 13 ------------- ui/package.json | 1 - 2 files changed, 14 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 89a17712d..da2304e98 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,6 @@ "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", "naive-ui": "^2.34.3", - "pinyin-match": "^1.2.4", "prettier": "^2.8.4", "sass": "^1.63.4", "typescript": "^5.0.4", @@ -3116,12 +3115,6 @@ } } }, - "node_modules/pinyin-match": { - "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.4.tgz", - "integrity": "sha512-HpUiaSxcG3rrpKAMZXq/rMHbEp7wvfu9B64lHJBy+63xAr/hVdBC8xqkWWPnNyjSb19ihdh8FnXo+9m6jAr9Mg==", - "dev": true - }, "node_modules/pinyin-pro": { "version": "3.18.2", "resolved": "https://registry.npmmirror.com/pinyin-pro/-/pinyin-pro-3.18.2.tgz", @@ -6290,12 +6283,6 @@ } } }, - "pinyin-match": { - "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.4.tgz", - "integrity": "sha512-HpUiaSxcG3rrpKAMZXq/rMHbEp7wvfu9B64lHJBy+63xAr/hVdBC8xqkWWPnNyjSb19ihdh8FnXo+9m6jAr9Mg==", - "dev": true - }, "pinyin-pro": { "version": "3.18.2", "resolved": "https://registry.npmmirror.com/pinyin-pro/-/pinyin-pro-3.18.2.tgz", diff --git a/ui/package.json b/ui/package.json index 42cacc5fb..7f6743c2a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,7 +46,6 @@ "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", "naive-ui": "^2.34.3", - "pinyin-match": "^1.2.4", "prettier": "^2.8.4", "sass": "^1.63.4", "typescript": "^5.0.4",