From 2141f97e216dacf2c5548a78695a797be2d134db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 10:40:18 +0000 Subject: [PATCH] Update clsx requirement in /packages/material-ui-lab Updates the requirements on [clsx](https://github.com/lukeed/clsx) to permit the latest version. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v1.0.2...v1.0.4) Signed-off-by: dependabot-preview[bot] --- packages/material-ui-lab/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-lab/package.json b/packages/material-ui-lab/package.json index b55793ea8e0dc4..1ecd9eb96da7f6 100644 --- a/packages/material-ui-lab/package.json +++ b/packages/material-ui-lab/package.json @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "^7.2.0", "@material-ui/utils": "^4.1.0", - "clsx": "^1.0.2", + "clsx": "^1.0.4", "prop-types": "^15.7.2", "warning": "^4.0.3" },