Browse Source
Task/upgrade chart.js to version 4.5.1 (#5905)
* Upgrade chart.js to version 4.5.1
* Update changelog
pull/5904/head^2
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `chart.js` from version `4.5.0` to `4.5.1` |
|
|
|
|
|
|
|
## 2.215.0 - 2025-11-06 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
"big.js": "7.0.1", |
|
|
|
"bootstrap": "4.6.2", |
|
|
|
"bull": "4.16.5", |
|
|
|
"chart.js": "4.5.0", |
|
|
|
"chart.js": "4.5.1", |
|
|
|
"chartjs-adapter-date-fns": "3.0.0", |
|
|
|
"chartjs-chart-treemap": "3.1.0", |
|
|
|
"chartjs-plugin-annotation": "3.1.0", |
|
|
|
@ -17502,9 +17502,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/chart.js": { |
|
|
|
"version": "4.5.0", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.0.tgz", |
|
|
|
"integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==", |
|
|
|
"version": "4.5.1", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", |
|
|
|
"integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@kurkle/color": "^0.3.0" |
|
|
|
|
|
|
|
@ -93,7 +93,7 @@ |
|
|
|
"big.js": "7.0.1", |
|
|
|
"bootstrap": "4.6.2", |
|
|
|
"bull": "4.16.5", |
|
|
|
"chart.js": "4.5.0", |
|
|
|
"chart.js": "4.5.1", |
|
|
|
"chartjs-adapter-date-fns": "3.0.0", |
|
|
|
"chartjs-chart-treemap": "3.1.0", |
|
|
|
"chartjs-plugin-annotation": "3.1.0", |
|
|
|
|