StateVoicesNational / Spoke

mass-contact text/SMS distribution tool
Other
460 stars 400 forks source link

@material-ui/core updates #2334

Closed engelhartrueben closed 5 months ago

engelhartrueben commented 5 months ago

Fixes # (issue)

  1. Changes all mentions of import { createMuiTheme } to import { createTheme}
  2. Change all mentions of rowsMax to maxRows
  3. Change all mentions of rowsMin to minRows

Description

@material-ui/core update 4.11.3 => 4.12.4

Updates that affect Spoke come from the 4.12.0 update => https://github.com/mui/material-ui/blob/v4.12.0/CHANGELOG.md

Working gist: https://gist.github.com/engelhartrueben/0ed94c11a6cd5af27c0480d148492c66

Hard to test without working yarn dev; will need to be reviewed when able.

Checklist:

engelhartrueben commented 5 months ago

Good to go. No further commits needed.