From 781a117133cad867543130a7ccceafcb8a3d44a3 Mon Sep 17 00:00:00 2001 From: yaojn Date: Fri, 25 Oct 2024 17:20:47 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E5=A4=84=E7=90=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=BE=83=E4=BD=8E=E5=AD=98=E5=9C=A8=E7=9A=84=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfe7aa6e..ea43d336 100755 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@fullcalendar/vue": "^6.1.11", "@hpcc-js/wasm": "2.16.0", "antlr4": "^4.13.0", - "axios": "^0.21.1", + "axios": "^0.21.2", "codemirror": "^5.65.16", "core-js": "^3.8.3", "cross-env": "^6.0.3", @@ -54,19 +54,19 @@ "exceljs": "^4.4.0", "file-saver": "^2.0.5", "github-markdown-css": "^5.2.0", - "handsontable": "^6.2.2", + "handsontable": "^10.0.0", "highlight.js": "^11.8.0", "js-base64": "^3.7.5", "js-md5": "^0.7.3", "jsep": "^1.3.7", "location": "0.0.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "marked": "^7.0.1", "mavon-editor": "^2.10.4", "navigator": "^1.0.1", "neatlogic-ui": "^1.0.6", "particles.vue": "^2.42.2", - "qs": "^6.9.1", + "qs": "^6.9.7", "save": "^2.4.0", "vue": "^2.7.16", "vue-codemirror": "^4.0.6", @@ -81,7 +81,7 @@ "vue-router": "^3.5.4", "vuedraggable": "^2.23.2", "vuex": "^3.0.1", - "xlsx": "^0.17.5" + "xlsx": "^0.18.5" }, "devDependencies": { "@babel/core": "^7.24.5", -- Gitee