upgrade third party dependencies

This commit is contained in:
MaysWind
2025-06-02 18:51:39 +08:00
parent 83b2a3645d
commit 9e9cac0c2e
3 changed files with 1258 additions and 1166 deletions
+1242 -1150
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -32,38 +32,38 @@
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"line-awesome": "^1.3.0", "line-awesome": "^1.3.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.5.48", "moment-timezone": "^0.6.0",
"pinia": "^3.0.2", "pinia": "^3.0.2",
"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.13", "vue": "^3.5.16",
"vue-echarts": "^7.0.3", "vue-echarts": "^7.0.3",
"vue-i18n": "^11.1.3", "vue-i18n": "^11.1.5",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vue3-perfect-scrollbar": "^2.0.0", "vue3-perfect-scrollbar": "^2.0.0",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vuetify": "^3.8.2" "vuetify": "^3.8.7"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/node22": "^22.0.1", "@tsconfig/node22": "^22.0.2",
"@types/cbor-js": "^0.1.1", "@types/cbor-js": "^0.1.1",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/git-rev-sync": "^2.0.2", "@types/git-rev-sync": "^2.0.2",
"@types/node": "^22.15.2", "@types/node": "^22.15.29",
"@types/ua-parser-js": "^0.7.39", "@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-typescript": "^14.5.0", "@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.7.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^9.25.1", "eslint": "^9.28.0",
"eslint-plugin-vue": "^10.0.0", "eslint-plugin-vue": "^10.1.0",
"git-rev-sync": "^3.0.2", "git-rev-sync": "^3.0.2",
"postcss-preset-env": "^10.1.6", "postcss-preset-env": "^10.2.0",
"sass": "^1.87.0", "sass": "^1.89.1",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^6.3.3", "vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0", "vite-plugin-pwa": "^1.0.0",
"vite-plugin-vuetify": "^2.1.1", "vite-plugin-vuetify": "^2.1.1",
"vue-tsc": "^2.2.10" "vue-tsc": "^2.2.10"
+4 -4
View File
@@ -155,7 +155,7 @@
"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.13/LICENSE" "licenseUrl": "https://github.com/vuejs/core/blob/v3.5.16/LICENSE"
}, },
{ {
"name": "Pinia", "name": "Pinia",
@@ -173,13 +173,13 @@
"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/v11.1.3/LICENSE" "licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v11.1.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.8.2/LICENSE.md" "licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.8.7/LICENSE.md"
}, },
{ {
"name": "register-service-worker", "name": "register-service-worker",
@@ -263,7 +263,7 @@
"name": "Moment Timezone", "name": "Moment Timezone",
"copyright": "Copyright (c) JS Foundation and other contributors", "copyright": "Copyright (c) JS Foundation and other contributors",
"url": "https://momentjs.com", "url": "https://momentjs.com",
"licenseUrl": "https://github.com/moment/moment-timezone/blob/0.5.48/LICENSE" "licenseUrl": "https://github.com/moment/moment-timezone/blob/0.6.0/LICENSE"
}, },
{ {
"name": "Leaflet", "name": "Leaflet",