From 5c71954a4b2fc159a3c09caf28f1313c6feedba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:10:44 +0000 Subject: [PATCH] Bump clsx from 2.0.0 to 2.1.0 in /packages/tailwind Bumps [clsx](https://github.com/lukeed/clsx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/tailwind/package-lock.json | 8 ++++---- packages/tailwind/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/tailwind/package-lock.json b/packages/tailwind/package-lock.json index 60efae8a..d888e6d7 100644 --- a/packages/tailwind/package-lock.json +++ b/packages/tailwind/package-lock.json @@ -12,7 +12,7 @@ "@web3-onboard/frame": "^2.0.2", "@web3-onboard/injected-wallets": "^2.10.10", "@web3-onboard/walletconnect": "^2.5.1", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "ethers": "^6.9.0", "next": "14.0.4", "postcss-import": "^15.1.0", @@ -4072,9 +4072,9 @@ } }, "node_modules/clsx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", - "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", "engines": { "node": ">=6" } diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 660ff924..1a93a8a4 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "clsx": "^2.0.0", + "clsx": "^2.1.0", "ethers": "^6.9.0", "next": "14.0.4", "postcss-import": "^15.1.0",