From ead4078079a71bbef43ffc22a7ea7fb0f4039bf0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 28 十一月 2025 17:36:28 +0800
Subject: [PATCH] fix: bug

---
 package.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index cab210c..7680a7a 100644
--- a/package.json
+++ b/package.json
@@ -24,8 +24,8 @@
   "dependencies": {
     "@bole-12333/chat-kit": "latest",
     "@bole-12333/customer-chat": "latest",
-    "@bole-core/components": "^1.3.22",
-    "@bole-core/core": "latest",
+    "@bole-core/components": "latest",
+    "@bole-core/core": "^1.0.11",
     "@bole-core/pretty-layout": "latest",
     "@bole-core/sass-utils": "latest",
     "@bole-core/theme": "latest",
@@ -48,7 +48,7 @@
     "css-color-function": "^1.3.3",
     "dayjs": "^1.11.5",
     "echarts": "^5.5.1",
-    "element-plus": "^2.8.4",
+    "element-plus": "^2.9.7",
     "element-resize-detector": "^1.2.4",
     "file-saver": "^2.0.5",
     "fuse.js": "^6.6.2",

--
Gitblit v1.9.1