From f5abc4ec5d5058c243a1c267933745909a1a4fff Mon Sep 17 00:00:00 2001 From: Carl Block Date: Wed, 15 May 2024 10:14:49 +0200 Subject: [PATCH] update clsx to clsx in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b1bdc94..13b55a70 100644 --- a/package.json +++ b/package.json @@ -93,11 +93,11 @@ "test" ], "dependencies": { - "clsx": "^1.1.1", + "clsx": "^2.1.1", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">= 16.3.0", "react-dom": ">= 16.3.0" } -} \ No newline at end of file +}