Browse Source
Feature/upgrade chart.js to version 4.4.9 (#4547)
* Upgrade chart.js to version 4.4.9
* Update changelog
pull/4552/head^2
Thomas Kaul
6 days 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
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Added support for activities in a custom currency |
|
|
|
- Upgraded `chart.js` from version `4.4.7` to `4.4.9` |
|
|
|
|
|
|
|
## 2.152.1 - 2025-04-17 |
|
|
|
|
|
|
|
|
|
@ -51,7 +51,7 @@ |
|
|
|
"bull": "4.16.5", |
|
|
|
"cache-manager": "5.7.6", |
|
|
|
"cache-manager-redis-yet": "5.1.4", |
|
|
|
"chart.js": "4.4.7", |
|
|
|
"chart.js": "4.4.9", |
|
|
|
"chartjs-adapter-date-fns": "3.0.0", |
|
|
|
"chartjs-chart-treemap": "3.1.0", |
|
|
|
"chartjs-plugin-annotation": "3.1.0", |
|
|
@ -14800,9 +14800,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/chart.js": { |
|
|
|
"version": "4.4.7", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", |
|
|
|
"integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", |
|
|
|
"version": "4.4.9", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz", |
|
|
|
"integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@kurkle/color": "^0.3.0" |
|
|
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
"bull": "4.16.5", |
|
|
|
"cache-manager": "5.7.6", |
|
|
|
"cache-manager-redis-yet": "5.1.4", |
|
|
|
"chart.js": "4.4.7", |
|
|
|
"chart.js": "4.4.9", |
|
|
|
"chartjs-adapter-date-fns": "3.0.0", |
|
|
|
"chartjs-chart-treemap": "3.1.0", |
|
|
|
"chartjs-plugin-annotation": "3.1.0", |
|
|
|