mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[UPGRADE] Add note about required deps bump
This commit is contained in:
parent
a91a2fe748
commit
e7b962ad2b
1 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue