upgrade third party dependencies

This commit is contained in:
MaysWind
2024-12-22 12:09:06 +08:00
parent 3040435c06
commit 9ce1c8d397
3 changed files with 1322 additions and 926 deletions
+1299 -903
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -20,7 +20,7 @@
"dependencies": { "dependencies": {
"@mdi/js": "^7.4.47", "@mdi/js": "^7.4.47",
"@vuepic/vue-datepicker": "^10.0.0", "@vuepic/vue-datepicker": "^10.0.0",
"axios": "^1.7.7", "axios": "^1.7.9",
"cbor-js": "^0.1.0", "cbor-js": "^0.1.0",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
@@ -33,33 +33,33 @@
"line-awesome": "^1.3.0", "line-awesome": "^1.3.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.5.46", "moment-timezone": "^0.5.46",
"pinia": "^2.2.5", "pinia": "^2.3.0",
"register-service-worker": "^1.7.2", "register-service-worker": "^1.7.2",
"skeleton-elements": "^4.0.1", "skeleton-elements": "^4.0.1",
"swiper": "^10.2.0", "swiper": "^10.2.0",
"ua-parser-js": "^1.0.39", "ua-parser-js": "^1.0.39",
"vue": "^3.5.12", "vue": "^3.5.13",
"vue-echarts": "^7.0.3", "vue-echarts": "^7.0.3",
"vue-i18n": "^10.0.4", "vue-i18n": "^10.0.5",
"vue-router": "^4.4.5", "vue-router": "^4.5.0",
"vue3-perfect-scrollbar": "^2.0.0", "vue3-perfect-scrollbar": "^2.0.0",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vuetify": "^3.7.3" "vuetify": "^3.7.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^1.2.2", "@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.1.0", "@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.14.0", "@eslint/js": "^9.17.0",
"@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^9.14.0", "eslint": "^9.17.0",
"eslint-plugin-vue": "^9.30.0", "eslint-plugin-vue": "^9.32.0",
"git-rev-sync": "^3.0.2", "git-rev-sync": "^3.0.2",
"globals": "^15.11.0", "globals": "^15.14.0",
"postcss-preset-env": "^10.0.9", "postcss-preset-env": "^10.1.2",
"sass": "^1.80.6", "sass": "^1.83.0",
"vite": "^5.4.10", "vite": "^6.0.5",
"vite-plugin-pwa": "^0.20.5", "vite-plugin-pwa": "^0.21.1",
"vite-plugin-vuetify": "^2.0.4" "vite-plugin-vuetify": "^2.0.4"
}, },
"browserslist": [ "browserslist": [
+6 -6
View File
@@ -149,31 +149,31 @@
"name": "vuejs/core", "name": "vuejs/core",
"copyright": "Copyright (c) 2018-present, Yuxi (Evan) You and Vue contributors", "copyright": "Copyright (c) 2018-present, Yuxi (Evan) You and Vue contributors",
"url": "https://github.com/vuejs/core", "url": "https://github.com/vuejs/core",
"licenseUrl": "https://github.com/vuejs/core/blob/v3.5.12/LICENSE" "licenseUrl": "https://github.com/vuejs/core/blob/v3.5.13/LICENSE"
}, },
{ {
"name": "Pinia", "name": "Pinia",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote", "copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/pinia", "url": "https://github.com/vuejs/pinia",
"licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.2.5/LICENSE" "licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.3.0/LICENSE"
}, },
{ {
"name": "vue-router", "name": "vue-router",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote", "copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/router", "url": "https://github.com/vuejs/router",
"licenseUrl": "https://github.com/vuejs/router/blob/v4.4.5/LICENSE" "licenseUrl": "https://github.com/vuejs/router/blob/v4.5.0/LICENSE"
}, },
{ {
"name": "vue-i18n", "name": "vue-i18n",
"copyright": "Copyright (c) 2016 kazuya kawaguchi", "copyright": "Copyright (c) 2016 kazuya kawaguchi",
"url": "https://github.com/intlify/vue-i18n-next", "url": "https://github.com/intlify/vue-i18n-next",
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v10.0.4/LICENSE" "licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v10.0.5/LICENSE"
}, },
{ {
"name": "vuetify", "name": "vuetify",
"copyright": "Copyright (c) 2016-2023 John Jeremy Leider", "copyright": "Copyright (c) 2016-2023 John Jeremy Leider",
"url": "https://vuetifyjs.com", "url": "https://vuetifyjs.com",
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.7.3/LICENSE.md" "licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.7.6/LICENSE.md"
}, },
{ {
"name": "register-service-worker", "name": "register-service-worker",
@@ -245,7 +245,7 @@
"name": "axios", "name": "axios",
"copyright": "Copyright (c) 2014-present Matt Zabriskie & Collaborators", "copyright": "Copyright (c) 2014-present Matt Zabriskie & Collaborators",
"url": "https://axios-http.com", "url": "https://axios-http.com",
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.7/LICENSE" "licenseUrl": "https://github.com/axios/axios/blob/v1.7.9/LICENSE"
}, },
{ {
"name": "Moment.js", "name": "Moment.js",