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
parent
commit
771323d9fd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -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 - Improved the styling of the page tabs component on desktop
- Enabled the _Bull Dashboard_ tab in the admin control panel (experimental) - Enabled the _Bull Dashboard_ tab in the admin control panel (experimental)
- Upgraded `bull-board` from version `7.1.5` to `7.2.1` - 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 ## 3.10.0 - 2026-06-13

8
package-lock.json

@ -63,7 +63,7 @@
"countries-and-timezones": "3.9.0", "countries-and-timezones": "3.9.0",
"countries-list": "3.3.0", "countries-list": "3.3.0",
"countup.js": "2.10.0", "countup.js": "2.10.0",
"date-fns": "4.1.0", "date-fns": "4.4.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",
@ -20491,9 +20491,9 @@
} }
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "4.1.0", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

2
package.json

@ -107,7 +107,7 @@
"countries-and-timezones": "3.9.0", "countries-and-timezones": "3.9.0",
"countries-list": "3.3.0", "countries-list": "3.3.0",
"countup.js": "2.10.0", "countup.js": "2.10.0",
"date-fns": "4.1.0", "date-fns": "4.4.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",

Loading…
Cancel
Save