From f1b74fd656131b1d56bbac80c86d6ca603e71ecd Mon Sep 17 00:00:00 2001 From: "X.Mo" Date: Fri, 8 Nov 2024 20:38:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(ma-pro-table):=20=E6=9B=B4=E6=96=B0ma-pro?= =?UTF-8?q?-table=E5=88=B01.0.27=E7=89=88=EF=BC=8Cpnpm-lock=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E5=BF=BD=E7=95=A5=E5=88=97=E8=A1=A8=20(#434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.gitignore | 1 + web/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/.gitignore b/web/.gitignore index 6bbe22ab..b5cb00a5 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -5,4 +5,5 @@ dist-ssr *.local .eslintcache .stylelintcache +pnpm-lock.yaml .idea* diff --git a/web/package.json b/web/package.json index 91ad5a66..84b20c08 100644 --- a/web/package.json +++ b/web/package.json @@ -21,7 +21,7 @@ "@imengyu/vue3-context-menu": "^1.4.2", "@mineadmin/echarts": "^1.0.1", "@mineadmin/form": "^1.0.21", - "@mineadmin/pro-table": "^1.0.25", + "@mineadmin/pro-table": "^1.0.27", "@mineadmin/search": "^1.0.21", "@mineadmin/table": "^1.0.29", "@vueuse/core": "^11.1.0",