[UPGRADE] Add note about required deps bump

This commit is contained in:
Łukasz Chruściel 2022-05-09 11:57:39 +02:00
parent a91a2fe748
commit e7b962ad2b
No known key found for this signature in database
GPG key ID: 049A1D51AA3B039C

View file

@ -32,5 +32,12 @@ Therefore you need to update your code to follow this change.
- "chart.js": "^2.9.3",
+ "chart.js": "^3.7.1",
```
```diff
- "rollup": "^0.60.2",
+ "rollup": "^0.66.2",
```
```diff
- "rollup-plugin-uglify": "^4.0.0",
+ "rollup-plugin-uglify": "^6.0.2",
```
Please visit [3.x Migration Guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration.html) for more information.