Fix date input issue

This commit is contained in:
Julien Nahum 2024-10-30 10:14:28 +01:00
parent 9e19338b54
commit ccbf9faa3c
3 changed files with 11 additions and 11 deletions

View File

@ -68,7 +68,7 @@
>
<Icon
name="devicon:google"
class="w-4 h-4 -mt-1"
class="w-4 h-4"
/>
<span class="mx-2">Sign in with Google</span>
</v-button>

View File

@ -38,7 +38,7 @@
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
"v-calendar": "^3.1.2",
"v-calendar": "3.0.1",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",
@ -6751,12 +6751,12 @@
}
},
"node_modules/date-fns-tz": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.1.tgz",
"integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==",
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
"integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
"license": "MIT",
"peerDependencies": {
"date-fns": "2.x"
"date-fns": ">=2.0.0"
}
},
"node_modules/db0": {
@ -15824,15 +15824,15 @@
"license": "MIT"
},
"node_modules/v-calendar": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.1.2.tgz",
"integrity": "sha512-QDWrnp4PWCpzUblctgo4T558PrHgHzDtQnTeUNzKxfNf29FkCeFpwGd9bKjAqktaa2aJLcyRl45T5ln1ku34kg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.0.1.tgz",
"integrity": "sha512-basXEXcmBsxHyxqjj/82vjgz5vbIMREiiUC2VOVh0pHCDXEF1birPUZD12lk8u3+5R+909WUnxu7bt0DFxCOLw==",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.165",
"@types/resize-observer-browser": "^0.1.7",
"date-fns": "^2.16.1",
"date-fns-tz": "^2.0.0",
"date-fns-tz": "^1.0.12",
"lodash": "^4.17.20",
"vue-screen-utils": "^1.0.0-beta.13"
},

View File

@ -62,7 +62,7 @@
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
"v-calendar": "^3.1.2",
"v-calendar": "3.0.1",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",