Skip to content

Commit

Permalink
[UPGRADE] Add note about dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Apr 29, 2022
1 parent 70e3fa6 commit 2226685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions UPGRADE-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,3 @@ bin/console doctrine:migrations:execute Sylius\\Bundle\\AdminApiBundle\\Migratio
### API v2

For changes according to the API v2, please visit [API v2 upgrade file](UPGRADE-API-1.10.md).

### chart.js

Library chart.js upgraded from 2.9.3 to 3.7.1, please visit [3.x Migration Guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration.html) if needed.
9 changes: 9 additions & 0 deletions UPGRADE-1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ Therefore you need to update your code to follow this change.
+ import realSass from 'sass';
+ const sass = gulpSass(realSass);
```

4. Library chart.js lib has been upgraded from 2.9.3 to 3.7.1. Adjust your package.json as follows:

```diff
- "chart.js": "^2.9.3",
+ "chart.js": "^3.7.1",
```

Please visit [3.x Migration Guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration.html) for more information.

0 comments on commit 2226685

Please sign in to comment.