From ee9f69687444b02154c9c2134144bb92eb1a65b1 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Mon, 10 Feb 2025 16:00:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=20@types/lodash-es=20=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=20lodash-es=20=E7=B1=BB=E5=9E=8B=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28bd0d9e..e5e3a490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.22.0", + "version": "2.22.1", "private": true, "type": "module", "scripts": { @@ -73,7 +73,7 @@ "@eslint/js": "^9.19.0", "@iconify/utils": "^2.3.0", "@types/codemirror": "^5.60.15", - "@types/lodash": "^4.17.15", + "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.1", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.3",