Feature/upgrade date-fns to version 3.6.0 (#3673)

* Upgrade date-fns to version 3.6.0

* Update changelog
pull/3674/head
Thomas Kaul 4 months ago committed by GitHub
parent 56ddbaf972
commit 75dd43637c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactored the dark theme CSS selector
- Improved the language localization for German (`de`)
- Upgraded `date-fns` from version `2.29.3` to `3.6.0`
- Upgraded `zone.js` from version `0.14.7` to `0.14.10`
### Fixed

16
package-lock.json generated

@ -63,7 +63,7 @@
"countries-and-timezones": "3.4.1",
"countries-list": "3.1.0",
"countup.js": "2.8.0",
"date-fns": "2.29.3",
"date-fns": "3.6.0",
"envalid": "7.3.1",
"google-spreadsheet": "3.2.0",
"got": "11.8.6",
@ -16647,15 +16647,13 @@
}
},
"node_modules/date-fns": {
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==",
"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/date-format": {

@ -107,7 +107,7 @@
"countries-and-timezones": "3.4.1",
"countries-list": "3.1.0",
"countup.js": "2.8.0",
"date-fns": "2.29.3",
"date-fns": "3.6.0",
"envalid": "7.3.1",
"google-spreadsheet": "3.2.0",
"got": "11.8.6",

Loading…
Cancel
Save