update third party dependencies
This commit is contained in:
Generated
+2055
-1653
File diff suppressed because it is too large
Load Diff
+21
-22
@@ -18,47 +18,46 @@
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/js": "^7.2.96",
|
||||
"@vuepic/vue-datepicker": "^7.2.0",
|
||||
"axios": "^1.5.1",
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@vuepic/vue-datepicker": "^8.2.0",
|
||||
"axios": "^1.6.7",
|
||||
"cbor-js": "^0.1.0",
|
||||
"clipboard": "^2.0.11",
|
||||
"crypto-js": "^4.1.1",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dom7": "^4.0.6",
|
||||
"echarts": "^5.4.3",
|
||||
"framework7": "^8.3.0",
|
||||
"echarts": "^5.5.0",
|
||||
"framework7": "^8.3.2",
|
||||
"framework7-icons": "^5.0.5",
|
||||
"framework7-vue": "^8.3.0",
|
||||
"framework7-vue": "^8.3.2",
|
||||
"js-cookie": "^3.0.5",
|
||||
"leaflet": "^1.9.4",
|
||||
"line-awesome": "^1.3.0",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.45",
|
||||
"pinia": "^2.1.7",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"skeleton-elements": "^4.0.1",
|
||||
"swiper": "^10.2.0",
|
||||
"ua-parser-js": "^1.0.37",
|
||||
"vue": "^3.3.9",
|
||||
"vue": "^3.4.21",
|
||||
"vue-echarts": "^6.6.1",
|
||||
"vue-i18n": "^9.8.0",
|
||||
"vue-router": "^4.2.5",
|
||||
"vue-i18n": "^9.10.1",
|
||||
"vue-router": "^4.3.0",
|
||||
"vue3-perfect-scrollbar": "^1.6.1",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vuetify": "^3.4.4"
|
||||
"vuetify": "^3.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.3.1",
|
||||
"@vue/compiler-sfc": "^3.3.4",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-vue": "^9.22.0",
|
||||
"git-rev-sync": "^3.0.2",
|
||||
"postcss-preset-env": "^9.1.1",
|
||||
"sass": "^1.66.1",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-pwa": "^0.16.4",
|
||||
"vite-plugin-vuetify": "^1.0.2"
|
||||
"postcss-preset-env": "^9.4.0",
|
||||
"sass": "^1.71.1",
|
||||
"vite": "^5.1.4",
|
||||
"vite-plugin-pwa": "^0.19.2",
|
||||
"vite-plugin-vuetify": "^2.0.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
||||
@@ -603,8 +603,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.account-category-tabs .v-tab {
|
||||
--v-btn-height: calc(var(--v-tabs-height) * 1.5);
|
||||
.account-category-tabs .v-tab.v-tab.v-btn {
|
||||
height: calc(var(--v-tabs-height) * 1.5);
|
||||
}
|
||||
|
||||
.accounts-overview-title {
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"name": "vuejs/core",
|
||||
"copyright": "Copyright (c) 2018-present, Yuxi (Evan) You",
|
||||
"url": "https://github.com/vuejs/core",
|
||||
"licenseUrl": "https://github.com/vuejs/core/blob/v3.3.9/LICENSE"
|
||||
"licenseUrl": "https://github.com/vuejs/core/blob/v3.4.21/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Pinia",
|
||||
@@ -120,19 +120,19 @@
|
||||
"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.2.5/LICENSE"
|
||||
"licenseUrl": "https://github.com/vuejs/router/blob/v4.3.0/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/v9.8.0/LICENSE"
|
||||
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v9.10.1/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "vuetify",
|
||||
"copyright": "Copyright (c) 2016-2023 John Jeremy Leider",
|
||||
"url": "https://vuetifyjs.com",
|
||||
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.4.4/LICENSE.md"
|
||||
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.5.7/LICENSE.md"
|
||||
},
|
||||
{
|
||||
"name": "register-service-worker",
|
||||
@@ -144,13 +144,13 @@
|
||||
"name": "Framework7",
|
||||
"copyright": "Copyright (c) 2014 Vladimir Kharlampidi",
|
||||
"url": "https://framework7.io/",
|
||||
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.0/LICENSE"
|
||||
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.2/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Framework7-vue",
|
||||
"copyright": "Copyright (c) 2014 Vladimir Kharlampidi",
|
||||
"url": "https://framework7.io/vue/",
|
||||
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.0/LICENSE"
|
||||
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.2/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Framework7-icons",
|
||||
@@ -178,9 +178,9 @@
|
||||
},
|
||||
{
|
||||
"name": "Apache ECharts",
|
||||
"copyright": "Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.",
|
||||
"copyright": "Copyright © 2017-2024, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.",
|
||||
"url": "https://echarts.apache.org/",
|
||||
"licenseUrl": "https://github.com/apache/echarts/blob/5.4.3/LICENSE"
|
||||
"licenseUrl": "https://github.com/apache/echarts/blob/5.5.0/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "vue-echarts",
|
||||
@@ -198,25 +198,25 @@
|
||||
"name": "@vuepic/vue-datepicker",
|
||||
"copyright": "Copyright (c) 2021-present Vuepic",
|
||||
"url": "https://vue3datepicker.com/",
|
||||
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v7.2.0/LICENSE"
|
||||
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v8.2.0/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "axios",
|
||||
"copyright": "Copyright (c) 2014-present Matt Zabriskie & Collaborators",
|
||||
"url": "https://axios-http.com",
|
||||
"licenseUrl": "https://github.com/axios/axios/blob/v1.5.1/LICENSE"
|
||||
"licenseUrl": "https://github.com/axios/axios/blob/v1.6.7/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Moment.js",
|
||||
"copyright": "Copyright (c) JS Foundation and other contributors",
|
||||
"url": "https://momentjs.com",
|
||||
"licenseUrl": "https://github.com/moment/moment/blob/2.29.4/LICENSE"
|
||||
"licenseUrl": "https://github.com/moment/moment/blob/2.30.1/LICENSE"
|
||||
},
|
||||
{
|
||||
"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.43/LICENSE"
|
||||
"licenseUrl": "https://github.com/moment/moment-timezone/blob/0.5.45/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Leaflet",
|
||||
@@ -228,7 +228,7 @@
|
||||
"name": "crypto-js",
|
||||
"copyright": "Copyright (c) 2009-2013 Jeff Mott, Copyright (c) 2013-2016 Evan Vosberg",
|
||||
"url": "https://github.com/brix/crypto-js",
|
||||
"licenseUrl": "https://github.com/brix/crypto-js/blob/4.1.1/LICENSE"
|
||||
"licenseUrl": "https://github.com/brix/crypto-js/blob/4.2.0/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "vuedraggable",
|
||||
@@ -274,7 +274,7 @@
|
||||
{
|
||||
"name": "Material Design Icons for JS/TypeScript",
|
||||
"url": "https://materialdesignicons.com",
|
||||
"licenseUrl": "https://github.com/Templarian/MaterialDesign-JS/blob/v7.2.96/LICENSE"
|
||||
"licenseUrl": "https://github.com/Templarian/MaterialDesign-JS/blob/v7.4.47/LICENSE"
|
||||
},
|
||||
{
|
||||
"name": "Solar Icons Set",
|
||||
|
||||
Reference in New Issue
Block a user