Browse Source
Task/upgrade date-fns to version 4.4.0 (#7035)
* Upgrade date-fns to version 4.4.0
* Update changelog
pull/7038/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Improved the styling of the page tabs component on desktop |
|
|
|
- Enabled the _Bull Dashboard_ tab in the admin control panel (experimental) |
|
|
|
- Upgraded `bull-board` from version `7.1.5` to `7.2.1` |
|
|
|
- Upgraded `date-fns` from version `4.1.0` to `4.4.0` |
|
|
|
|
|
|
|
## 3.10.0 - 2026-06-13 |
|
|
|
|
|
|
|
|
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.10.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"date-fns": "4.4.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.1", |
|
|
|
@ -20491,9 +20491,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "4.4.0", |
|
|
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz", |
|
|
|
"integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==", |
|
|
|
"license": "MIT", |
|
|
|
"funding": { |
|
|
|
"type": "github", |
|
|
|
|
|
|
|
@ -107,7 +107,7 @@ |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.10.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"date-fns": "4.4.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.1", |
|
|
|
|