I want to upgrade kendo react Grid component(@progress/kendo-react-grid@5.5.0)to version 5.5.0. but its showing dependency errors related some other components as well. Please help on this issue.
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 30 Nov 2023, 03:06 PM
Hello, Abhishek,
The Grid is a pretty complex component that depends on many nested ones and the best approach is to use the same version for all KendoReact packages in your project. Can you make the version of all used packages to match the target version of the Grid and try to install the components again?
You can also try calling `npm install --legacy-peer-deps` command if the above does not help.