Compare commits

...

1 Commits

Author SHA1 Message Date
20ca5cd08f fix(deps): update dependency date-fns to v4
Some checks failed
Check / Lint and Check (push) Has been cancelled
Check / Lint and Check (pull_request) Has been cancelled
2025-05-09 09:06:36 +00:00
2 changed files with 6 additions and 14 deletions

18
package-lock.json generated
View File

@ -17,7 +17,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"lucide-react": "^0.452.0",
"next": "^15.2.1",
"next-plausible": "^3.12.0",
@ -3773,9 +3773,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"
@ -7599,15 +7600,6 @@
"react": ">=16.8.0"
}
},
"node_modules/react-day-picker/node_modules/date-fns": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/react-dom": {
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",

View File

@ -18,7 +18,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"lucide-react": "^0.452.0",
"next": "^15.2.1",
"next-plausible": "^3.12.0",