From de22609196c3cc1e9c2eae8aeb62fb3c6132d36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 22 Apr 2025 15:23:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8D=87=E7=BA=A7=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=20update=20element-plus=20?= =?UTF-8?q?2.9.8=20update=20pinia=203.0.2=20update=20vue-router=204.5.0=20?= =?UTF-8?q?update=20vue-types=206.0.0=20update=20vxe-table=204.13.7=20upda?= =?UTF-8?q?te=20sass=201.87.0=20update=20typescript=205.8.3=20update=20vit?= =?UTF-8?q?e=206.3.2=20........=E7=AD=89=E7=AD=89=E5=BE=88=E5=A4=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 5 ++- package.json | 47 ++++++++++++++------------ src/layout/components/notice/index.vue | 7 ++-- src/main.ts | 2 +- 4 files changed, 33 insertions(+), 28 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 98226d9..cb7058a 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -315,6 +315,9 @@ "watchThrottled": true, "watchTriggerable": true, "watchWithFilter": true, - "whenever": true + "whenever": true, + "Slot": true, + "Slots": true, + "createRef": true } } diff --git a/package.json b/package.json index 9708f86..fc60498 100644 --- a/package.json +++ b/package.json @@ -23,31 +23,31 @@ "@element-plus/icons-vue": "2.3.1", "@highlightjs/vue-plugin": "2.1.0", "@vueup/vue-quill": "1.2.0", - "@vueuse/core": "12.7.0", + "@vueuse/core": "13.1.0", "animate.css": "4.1.1", "await-to-js": "3.0.0", - "axios": "1.7.8", + "axios": "1.8.4", "crypto-js": "4.2.0", - "echarts": "5.5.0", - "element-plus": "2.8.8", + "echarts": "5.6.0", + "element-plus": "2.9.8", "file-saver": "2.0.5", "highlight.js": "11.9.0", "image-conversion": "2.1.1", "js-cookie": "3.0.5", "jsencrypt": "3.3.2", "nprogress": "0.2.0", - "pinia": "2.2.6", + "pinia": "3.0.2", "screenfull": "6.0.2", "vue": "3.5.13", "vue-cropper": "1.1.1", - "vue-i18n": "10.0.5", + "vue-i18n": "11.1.3", "vue-json-pretty": "2.4.0", - "vue-router": "4.4.5", - "vue-types": "5.1.3", - "vxe-table": "4.5.22" + "vue-router": "4.5.0", + "vue-types": "6.0.0", + "vxe-table": "4.13.7" }, "devDependencies": { - "@iconify/json": "2.2.276", + "@iconify/json": "^2.2.276", "@types/crypto-js": "4.2.2", "@types/file-saver": "2.0.7", "@types/js-cookie": "3.0.6", @@ -56,8 +56,8 @@ "@unocss/preset-attributify": "66.0.0", "@unocss/preset-icons": "66.0.0", "@unocss/preset-uno": "66.0.0", - "@vitejs/plugin-vue": "5.2.1", - "@vue/compiler-sfc": "3.4.23", + "@vitejs/plugin-vue": "5.2.3", + "@vue/compiler-sfc": "3.5.13", "@vue/eslint-config-prettier": "10.2.0", "@vue/eslint-config-typescript": "14.4.0", "autoprefixer": "10.4.20", @@ -66,19 +66,22 @@ "eslint-plugin-vue": "9.32.0", "globals": "16.0.0", "prettier": "3.5.2", - "sass": "1.84.0", - "typescript": "~5.7.3", + "sass": "1.87.0", + "typescript": "~5.8.3", "unocss": "66.0.0", - "unplugin-auto-import": "0.17.5", - "unplugin-icons": "0.18.5", - "unplugin-vue-components": "28.0.0", + "unplugin-auto-import": "19.1.2", + "unplugin-icons": "22.1.0", + "unplugin-vue-components": "28.5.0", "unplugin-vue-setup-extend-plus": "1.0.1", - "vite": "5.4.18", + "vite": "6.3.2", "vite-plugin-compression": "0.5.1", - "vite-plugin-svg-icons-ng": "^1.2.2", - "vite-plugin-vue-devtools": "7.7.1", - "vitest": "3.0.5", - "vue-tsc": "^2.2.2" + "vite-plugin-svg-icons-ng": "^1.4.0", + "vite-plugin-vue-devtools": "7.7.5", + "vitest": "3.1.2", + "vue-tsc": "^2.2.8" + }, + "overrides": { + "quill": "2.0.2" }, "engines": { "node": ">=18.18.0", diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index b287daf..684ae6a 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -24,10 +24,9 @@