fix(deps): update dependency date-fns to v4

Signed-off-by: Renovate Bot <renovate@kektus.xyz>
This commit is contained in:
Renovate Bot 2024-11-01 09:08:26 +00:00
commit a5944b1cbf
No known key found for this signature in database
GPG key ID: A3391C9BFE8AB8F3
2 changed files with 8 additions and 7 deletions

View file

@ -1,18 +1,18 @@
{
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"dependencies": {
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"embla-carousel-vue": "^8.1.7",
"lucide-vue-next": "^0.412.0",
"marked": "^13.0.2",
@ -2773,9 +2773,10 @@
}
},
"node_modules/date-fns": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"

View file

@ -15,7 +15,7 @@
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"embla-carousel-vue": "^8.1.7",
"lucide-vue-next": "^0.412.0",
"marked": "^13.0.2",