Feature/upgrade chart.js to version 4.4.9 (#4547)
* Upgrade chart.js to version 4.4.9 * Update changelog
This commit is contained in:
parent
3361666f63
commit
edf03d1cd6
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added support for activities in a custom currency
|
- 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
|
## 2.152.1 - 2025-04-17
|
||||||
|
|
||||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -51,7 +51,7 @@
|
|||||||
"bull": "4.16.5",
|
"bull": "4.16.5",
|
||||||
"cache-manager": "5.7.6",
|
"cache-manager": "5.7.6",
|
||||||
"cache-manager-redis-yet": "5.1.4",
|
"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-adapter-date-fns": "3.0.0",
|
||||||
"chartjs-chart-treemap": "3.1.0",
|
"chartjs-chart-treemap": "3.1.0",
|
||||||
"chartjs-plugin-annotation": "3.1.0",
|
"chartjs-plugin-annotation": "3.1.0",
|
||||||
@ -14800,9 +14800,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/chart.js": {
|
"node_modules/chart.js": {
|
||||||
"version": "4.4.7",
|
"version": "4.4.9",
|
||||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz",
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz",
|
||||||
"integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==",
|
"integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kurkle/color": "^0.3.0"
|
"@kurkle/color": "^0.3.0"
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
"bull": "4.16.5",
|
"bull": "4.16.5",
|
||||||
"cache-manager": "5.7.6",
|
"cache-manager": "5.7.6",
|
||||||
"cache-manager-redis-yet": "5.1.4",
|
"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-adapter-date-fns": "3.0.0",
|
||||||
"chartjs-chart-treemap": "3.1.0",
|
"chartjs-chart-treemap": "3.1.0",
|
||||||
"chartjs-plugin-annotation": "3.1.0",
|
"chartjs-plugin-annotation": "3.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user