upgrade third party dependencies

This commit is contained in:
MaysWind
2025-04-27 23:44:40 +08:00
parent 86c5b882c2
commit be5b1a52ea
3 changed files with 940 additions and 873 deletions
+913 -846
View File
File diff suppressed because it is too large Load Diff
+20 -20
View File
@@ -19,8 +19,8 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@vuepic/vue-datepicker": "^11.0.1",
"axios": "^1.7.9",
"@vuepic/vue-datepicker": "^11.0.2",
"axios": "^1.9.0",
"cbor-js": "^0.1.0",
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
@@ -32,41 +32,41 @@
"leaflet": "^1.9.4",
"line-awesome": "^1.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.47",
"pinia": "^2.3.1",
"moment-timezone": "^0.5.48",
"pinia": "^3.0.2",
"register-service-worker": "^1.7.2",
"skeleton-elements": "^4.0.1",
"swiper": "^10.2.0",
"ua-parser-js": "^1.0.39",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.1",
"vue3-perfect-scrollbar": "^2.0.0",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.11"
"vuetify": "^3.8.2"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@tsconfig/node22": "^22.0.1",
"@types/cbor-js": "^0.1.1",
"@types/crypto-js": "^4.2.2",
"@types/git-rev-sync": "^2.0.2",
"@types/node": "^22.12.0",
"@types/node": "^22.15.2",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.3.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"cross-env": "^7.0.3",
"eslint": "^9.20.0",
"eslint-plugin-vue": "^9.32.0",
"eslint": "^9.25.1",
"eslint-plugin-vue": "^10.0.0",
"git-rev-sync": "^3.0.2",
"postcss-preset-env": "^10.1.3",
"sass": "^1.84.0",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vuetify": "^2.1.0",
"vue-tsc": "^2.2.0"
"postcss-preset-env": "^10.1.6",
"sass": "^1.87.0",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-vuetify": "^2.1.1",
"vue-tsc": "^2.2.10"
},
"browserslist": [
"> 1%",
+7 -7
View File
@@ -161,25 +161,25 @@
"name": "Pinia",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/pinia",
"licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.3.0/LICENSE"
"licenseUrl": "https://github.com/vuejs/pinia/blob/v3.0.2/LICENSE"
},
{
"name": "vue-router",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/router",
"licenseUrl": "https://github.com/vuejs/router/blob/v4.5.0/LICENSE"
"licenseUrl": "https://github.com/vuejs/router/blob/v4.5.1/LICENSE"
},
{
"name": "vue-i18n",
"copyright": "Copyright (c) 2016 kazuya kawaguchi",
"url": "https://github.com/intlify/vue-i18n-next",
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v11.1.1/LICENSE"
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v11.1.3/LICENSE"
},
{
"name": "vuetify",
"copyright": "Copyright (c) 2016-2023 John Jeremy Leider",
"url": "https://vuetifyjs.com",
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.7.11/LICENSE.md"
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.8.2/LICENSE.md"
},
{
"name": "register-service-worker",
@@ -245,13 +245,13 @@
"name": "@vuepic/vue-datepicker",
"copyright": "Copyright (c) 2021-present Vuepic",
"url": "https://vue3datepicker.com/",
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v11.0.1/LICENSE"
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v11.0.2/LICENSE"
},
{
"name": "axios",
"copyright": "Copyright (c) 2014-present Matt Zabriskie & Collaborators",
"url": "https://axios-http.com",
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.9/LICENSE"
"licenseUrl": "https://github.com/axios/axios/blob/v1.9.0/LICENSE"
},
{
"name": "Moment.js",
@@ -263,7 +263,7 @@
"name": "Moment Timezone",
"copyright": "Copyright (c) JS Foundation and other contributors",
"url": "https://momentjs.com",
"licenseUrl": "https://github.com/moment/moment-timezone/blob/0.5.47/LICENSE"
"licenseUrl": "https://github.com/moment/moment-timezone/blob/0.5.48/LICENSE"
},
{
"name": "Leaflet",