From bc59ea9bcdcb661b9dd392102779c22f07bb4a34 Mon Sep 17 00:00:00 2001 From: luciobordonaro Date: Mon, 19 Apr 2021 15:25:47 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Updated=20peer=20d?= =?UTF-8?q?ependencies=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6494cd20..86d8ccb5 100644 --- a/README.md +++ b/README.md @@ -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"