Skip to content

Commit

Permalink
docs: ✏️ Updated peer dependencies list
Browse files Browse the repository at this point in the history
@material-ui/core updated to v4.11.3, @material-ui/icons updated to
v4.11.2 and @material-ui/lab updated to alpha.57

BREAKING CHANGE: 🧨 Updated minimum peerDependencies for @material-ui/* libraries

✅ Closes: 178
  • Loading branch information
luciobordonaro committed Apr 19, 2021
1 parent 5eace79 commit bc59ea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Add the package to your project with:
It requires these `peerDependencies` to be installed in host project:

```
"@material-ui/core": ">= 4.11.0 < 5",
"@material-ui/icons": ">= 4.9.0 < 5",
"@material-ui/lab": ">= 4.0.0-alpha.56 < 5",
"@material-ui/core": ">= 4.11.3 < 5",
"@material-ui/icons": ">= 4.11.2 < 5",
"@material-ui/lab": ">= 4.0.0-alpha.57 < 5",
"react": ">= 16.13.0 < 17",
"react-dom": ">= 16.13.0 < 17",
"react-intl": ">= 5.4.x < 6"
Expand Down

0 comments on commit bc59ea9

Please sign in to comment.