mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
upgrade third party dependencies
This commit is contained in:
Generated
+4
-4
@@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/js": "^7.4.47",
|
"@mdi/js": "^7.4.47",
|
||||||
"@vuepic/vue-datepicker": "^8.3.2",
|
"@vuepic/vue-datepicker": "^8.7.0",
|
||||||
"axios": "^1.6.8",
|
"axios": "^1.6.8",
|
||||||
"cbor-js": "^0.1.0",
|
"cbor-js": "^0.1.0",
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
@@ -3761,9 +3761,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@vuepic/vue-datepicker": {
|
"node_modules/@vuepic/vue-datepicker": {
|
||||||
"version": "8.3.2",
|
"version": "8.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@vuepic/vue-datepicker/-/vue-datepicker-8.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@vuepic/vue-datepicker/-/vue-datepicker-8.7.0.tgz",
|
||||||
"integrity": "sha512-kOAUl6EVGU7BgNByjUuLRBUWvTBiYJHUj9jll7fTQSz/vNNkhYoo8vEH75zPMXyVmn1gRmeoom4cMl77GtNraw==",
|
"integrity": "sha512-EqL51GdaRg6AExVuPCOmnO81n9+oLqgTi+LlST44TwU0UcX0UfefHx1HXwV948fAqBgj0ESgTyDvjXx7EFFL2A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"date-fns": "^3.6.0"
|
"date-fns": "^3.6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/js": "^7.4.47",
|
"@mdi/js": "^7.4.47",
|
||||||
"@vuepic/vue-datepicker": "^8.3.2",
|
"@vuepic/vue-datepicker": "^8.7.0",
|
||||||
"axios": "^1.6.8",
|
"axios": "^1.6.8",
|
||||||
"cbor-js": "^0.1.0",
|
"cbor-js": "^0.1.0",
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
|
|||||||
@@ -317,37 +317,19 @@ body .v-btn-group {
|
|||||||
|
|
||||||
/** Fix @vuepic/vue-datepicker style issue **/
|
/** Fix @vuepic/vue-datepicker style issue **/
|
||||||
.dp__main.dp__flex_display {
|
.dp__main.dp__flex_display {
|
||||||
flex-direction: column
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp--tp-wrap {
|
.dp__main .dp--tp-wrap {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp__preset_range {
|
|
||||||
white-space: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner {
|
.dp__main .dp__menu_inner {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row > button {
|
|
||||||
width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row > button.dp__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row .dp__month_year_wrap > button {
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__calendar .dp__calendar_item {
|
.dp__main .dp__calendar .dp__calendar_item {
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -578,37 +578,23 @@ i.icon.la, i.icon.las, i.icon.lab {
|
|||||||
|
|
||||||
/** Fix @vuepic/vue-datepicker style issue **/
|
/** Fix @vuepic/vue-datepicker style issue **/
|
||||||
.dp__main.dp__flex_display {
|
.dp__main.dp__flex_display {
|
||||||
flex-direction: column
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp--tp-wrap {
|
.dp__main .dp--tp-wrap {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp__preset_range {
|
|
||||||
white-space: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner {
|
.dp__main .dp__menu_inner {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row > button {
|
.dp__main .dp__menu_inner .dp--header-wrap > .dp__month_year_wrap > button {
|
||||||
width: inherit;
|
width: unset;
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row > button.dp__button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dp__main .dp__menu_inner .dp__month_year_row .dp__month_year_wrap > button {
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__main .dp__calendar .dp__calendar_item {
|
.dp__main .dp__calendar .dp__calendar_item {
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -198,7 +198,7 @@
|
|||||||
"name": "@vuepic/vue-datepicker",
|
"name": "@vuepic/vue-datepicker",
|
||||||
"copyright": "Copyright (c) 2021-present Vuepic",
|
"copyright": "Copyright (c) 2021-present Vuepic",
|
||||||
"url": "https://vue3datepicker.com/",
|
"url": "https://vue3datepicker.com/",
|
||||||
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v8.3.2/LICENSE"
|
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v8.7.0/LICENSE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
|
|||||||
Reference in New Issue
Block a user