From 709ac25ae814a388b704bbe3aa1e452bea00de3f Mon Sep 17 00:00:00 2001 From: Akiraka Date: Thu, 27 Jun 2024 09:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index b04af4cd..5c68f779 100644 --- a/package.json +++ b/package.json @@ -8,33 +8,33 @@ "preview": "vite preview" }, "dependencies": { - "@ant-design/icons": "^5.3.0", - "@iconify/vue": "^4.1.1", + "@ant-design/icons": "^5.3.7", + "@iconify/vue": "^4.1.2", "@arco-themes/vue-go-admin": "^0.0.1", - "@codemirror/lang-html": "^6.4.8", + "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/theme-one-dark": "^6.1.2", - "@vueuse/core": "^10.6.1", - "axios": "^1.6.7", + "@vueuse/core": "^10.11.0", + "axios": "^1.7.2", "codemirror": "^6.0.1", - "cropperjs": "^1.6.1", + "cropperjs": "^1.6.2", "js-cookie": "^3.0.5", "pinia": "^2.1.7", - "vue": "^3.4.19", + "vue": "^3.4.30", "vue-codemirror": "^6.1.1", - "vue-router": "^4.2.5" + "vue-router": "^4.4.0" }, "devDependencies": { - "@arco-design/web-vue": "^2.54.4", - "@vitejs/plugin-vue": "^5.0.4", - "eslint": "^8.56.0", - "eslint-plugin-vue": "^9.21.1", + "@arco-design/web-vue": "^2.55.3", + "@vitejs/plugin-vue": "^5.0.5", + "eslint": "^9.5.0", + "eslint-plugin-vue": "^9.26.0", "mockjs": "^1.1.0", - "sass": "^1.71.1", - "unplugin-vue-components": "^0.26.0", - "vite": "^5.1.3", - "vite-plugin-mock": "^3.0.1", + "sass": "^1.77.6", + "unplugin-vue-components": "^0.27.2", + "vite": "^5.3.1", + "vite-plugin-mock": "^3.0.2", "vite-svg-loader": "^5.1.0" } }