From 7e150e14fc861fe08f56a7f3bd58a0e415c25842 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 12:42:40 +0200 Subject: [PATCH] Update clsx requirement in /packages/material-ui-docs (#45) 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-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-docs/package.json b/packages/material-ui-docs/package.json index 27830a00d5684f..c1aa9f426b7766 100644 --- a/packages/material-ui-docs/package.json +++ b/packages/material-ui-docs/package.json @@ -39,7 +39,7 @@ "dependencies": { "@babel/runtime": "^7.2.0", "@material-ui/utils": "^4.1.0", - "clsx": "^1.0.2", + "clsx": "^1.0.4", "marked": "^0.7.0", "nprogress": "^0.2.0", "prismjs": "^1.17.1"