Change your package.json to whatever it is the version you want to upgrade to.
This is the list of versions (Check the versions tab)
https://www.npmjs.com/package/ag-grid
note: If installing version 19 of ag-grid, replace the ag-grid (below) with ag-grid-community
Also make sure that you align all the versions for
ag-grid
ag-grid-enterprise
ag-grid-[your_fw]
At the end all the npm packages should be using the same major and minor version.
We recommend to set these allowing for any patch release. For instance if you want to upgrade to 17.1, the string should be like:
"^17.1.x"
Comments
1 comment
Direct links to the up-to-date pages on npmjs.com (as the "ag-grid" link provided is deprecated):
https://www.npmjs.com/package/ag-grid-community
https://www.npmjs.com/package/ag-grid-enterprise
Please sign in to leave a comment.