Skip to content

Commit

Permalink
update third party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Oct 15, 2023
1 parent 678769d commit acc9bf7
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 87 deletions.
134 changes: 62 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@mdi/js": "^7.2.96",
"@vuepic/vue-datepicker": "^6.1.0",
"axios": "^1.4.0",
"@vuepic/vue-datepicker": "^7.2.0",
"axios": "^1.5.1",
"cbor-js": "^0.1.0",
"clipboard": "^2.0.11",
"crypto-js": "^4.1.1",
Expand All @@ -34,18 +34,18 @@
"line-awesome": "^1.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"register-service-worker": "^1.7.2",
"skeleton-elements": "^4.0.1",
"swiper": "^10.2.0",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.36",
"vue": "^3.3.4",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"vue3-perfect-scrollbar": "^1.6.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.16"
"vuetify": "^3.3.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.1",
Expand Down
4 changes: 4 additions & 0 deletions src/styles/desktop/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ input[type=number] {
flex-direction: column
}

.dp__main .dp--tp-wrap {
max-width: 100%;
}

.dp__main .dp__preset_range {
white-space: inherit;
}
Expand Down
4 changes: 4 additions & 0 deletions src/styles/mobile/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@ i.icon.la, i.icon.las, i.icon.lab {
flex-direction: column
}

.dp__main .dp--tp-wrap {
max-width: 100%;
}

.dp__main .dp__preset_range {
white-space: inherit;
}
Expand Down
16 changes: 8 additions & 8 deletions third-patry-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,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.1.6/LICENSE"
"licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.1.7/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.2.4/LICENSE"
"licenseUrl": "https://github.com/vuejs/router/blob/v4.2.5/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.2.2/LICENSE"
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v9.5.0/LICENSE"
},
{
"name": "vuetify",
"copyright": "Copyright (c) 2016-2023 John Jeremy Leider",
"url": "https://vuetifyjs.com",
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.3.16/LICENSE.md"
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.3.21/LICENSE.md"
},
{
"name": "register-service-worker",
Expand Down Expand Up @@ -198,13 +198,13 @@
"name": "@vuepic/vue-datepicker",
"copyright": "Copyright (c) 2021-present Vuepic",
"url": "https://vue3datepicker.com/",
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v6.1.0/LICENSE"
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v7.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.4.0/LICENSE"
"licenseUrl": "https://github.com/axios/axios/blob/v1.5.1/LICENSE"
},
{
"name": "Moment.js",
Expand Down Expand Up @@ -256,9 +256,9 @@
},
{
"name": "UAParser.js",
"copyright": "Copyright (c) 2012-2021 Faisal Salman <[email protected]>",
"copyright": "Copyright (c) 2012-2023 Faisal Salman <[email protected]>",
"url": "https://github.com/faisalman/ua-parser-js",
"licenseUrl": "https://github.com/faisalman/ua-parser-js/blob/1.0.35/license.md"
"licenseUrl": "https://github.com/faisalman/ua-parser-js/blob/1.0.36/license.md"
},
{
"name": "Materio - Vuetify VueJS 3 Free Admin Template",
Expand Down

0 comments on commit acc9bf7

Please sign in to comment.