From cd166dd0212990c2c8aba7f20db12a0d096873db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 05:56:07 +0000 Subject: [PATCH] fix(deps): update clsx requirement from ^2.1.0 to ^2.1.1 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/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index 95b1b84a..1b84c93a 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -28,7 +28,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "react-icons": "^5.0.1", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index 38af6457..21d06fc5 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -28,7 +28,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "react-icons": "^5.0.1", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index 6bc0bd46..72dec2a8 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -28,7 +28,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "react-icons": "^5.0.1", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 3c25fbdf..f9bcdd03 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -28,7 +28,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "react-icons": "^5.0.1", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7"