From 82a37fd78acf4f5e65879bbb130e279749c4cbfa Mon Sep 17 00:00:00 2001 From: YungVenuz <5196666qwe@gmail.com> Date: Sat, 26 Oct 2024 15:12:48 +0800 Subject: [PATCH] feat: add vxe-table xe-utils console-ban (#309) ## Summary by CodeRabbit - **New Features** - Introduced new dependencies to enhance functionality, including `console-ban`, `vxe-table`, and `xe-utils`. --------- Co-authored-by: fengmk2 --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 00832bd..4fd89e4 100644 --- a/package.json +++ b/package.json @@ -3651,6 +3651,9 @@ "console": { "version": "*" }, + "console-ban": { + "version": "*" + }, "console-browserify": { "version": "*" }, @@ -17922,6 +17925,9 @@ "vux-loader": { "version": "*" }, + "vxe-table": { + "version": "*" + }, "wait-for-expect": { "version": "*" }, @@ -18318,6 +18324,9 @@ "xe-clipboard": { "version": "*" }, + "xe-utils": { + "version": "*" + }, "xgplayer": { "version": "*" },