From 72ef1e281d2a15ed5daa806015acbbcb836747a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:21:20 +0000 Subject: [PATCH] fix(deps): update react-icons requirement from ^5.2.1 to ^5.3.0 Updates the requirements on [react-icons](https://github.com/react-icons/react-icons) to permit the latest version. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons 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 eed60a9a..778ad7ff 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "clsx": "^2.1.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index 4e7b51d4..62f9dc69 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "clsx": "^2.1.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index c8b498e1..2ab25a36 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "clsx": "^2.1.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index fa8fe838..e184d398 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "clsx": "^2.1.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" },