Skip to content

Commit

Permalink
update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 28, 2023
1 parent 327d9f7 commit a10dc49
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/material-react-table-docs/pages/migrating-to-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<InstallCommand />
```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.

<InstallCommand />

### 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:
Expand Down

2 comments on commit a10dc49

@vercel
Copy link

@vercel vercel bot commented on a10dc49 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a10dc49 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.