chore(deps): update dependency date-fns to v3

This commit is contained in:
renovate[bot] 2024-09-01 06:33:07 +00:00 committed by GitHub
parent a8b1664d81
commit b8a5503a05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 42 deletions

View file

@ -29,7 +29,7 @@
"axios": "1.7.7",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"eslint-config-react-app": "7.0.1",
"jsdom": "22.1.0",
"lucide-react": "0.437.0",
@ -5492,18 +5492,13 @@
}
},
"node_modules/date-fns": {
"version": "2.30.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
"dependencies": {
"@babel/runtime": "^7.21.0"
},
"engines": {
"node": ">=0.11"
},
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/date-fns"
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/debug": {