Skip to content

Commit

Permalink
docs: fix typo in v8 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 6, 2024
1 parent d69bef3 commit 16ab002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrations/migration-to-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For most breaking changes, a quick Search & Replace in your code editor should s
## Changes

### Slickgrid-Universal
If you use any of the Slickgrid-Universal extra dependencies then make sure to upgrade them as well to the new major `4.0.0` version so that they work with Angular-Slickgrid `7.0.0`
If you use any of the Slickgrid-Universal extra dependencies then also make sure to upgrade them as well to the new major `5.0.0` version so that they work with Angular-Slickgrid `8.0.0`

```diff
"dependencies": {
Expand Down Expand Up @@ -314,4 +314,4 @@ this.columnDefinitions = [
}
}
];
```
```

0 comments on commit 16ab002

Please sign in to comment.