The latest Syncfusion npm package can be updated with the help of npm-check-updates
package.
npm-check-update package
globally to use this as CLI.npm install -g npm-check-updates
ncu -u -f /^@syncfusion/
This will update the package.json file with latest version of all @syncfusion
packages.
node_modules
and remove the duplicate package which is already installed.npm update
npm dedupe
node_modules
and remove the installed duplicate package.npm update @syncfusion/ej2-grids
npm update @syncfusion/ej2-react-grids
npm dedupe