From dfa323ae66c396a8f2716b5ddb4c809430e4288b Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 27 Dec 2025 09:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5055bf..f456c85 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "@ant-design/icons": "^6.1.0", "@ant-design/pro-components": "^2.8.10", "@cqsjjb/jjb-common-lib": "latest", - "@cqsjjb/jjb-react-admin-component": "latest", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-react": "^1.0.6", "ahooks": "^3.9.5", @@ -42,7 +41,9 @@ "lodash-es": "^4.17.21", "react": "^18.3.1", "react-pdf": "^10.2.0", - "react-signature-canvas": "^1.1.0-alpha.2" + "react-signature-canvas": "^1.1.0-alpha.2", + "throttle-debounce": "^5.0.2", + "use-antd-resizable-header": "^3.2.2" }, "devDependencies": { "@babel/core": "^7.28.5",