diff --git a/apps/material-react-table-docs/pages/migrating-to-v2.mdx b/apps/material-react-table-docs/pages/migrating-to-v2.mdx index a51c66563..a477da709 100644 --- a/apps/material-react-table-docs/pages/migrating-to-v2.mdx +++ b/apps/material-react-table-docs/pages/migrating-to-v2.mdx @@ -34,12 +34,16 @@ See the full [changelog](/changelog#version-2.0.0---10-27-2023) for more details ### Upgrade Dependencies -To upgrade (and upgrade all other MUI dependencies), simply run the install commands again. - - +```bash +npx npm-check-updates -u material-react-table +``` Your `package.json` should have `"material-react-table": "^2.x.x"` as a dependency. +Then run the install command again. + + + ### Breaking Changes - `@mui/x-date-pickers v >=6.15.0` is now a required peer dependency. If not already installed from the previous step, install it with: