From f72a366e85bd0213e6f92ad5facc82c8acb3d26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:51:48 +0000 Subject: [PATCH] build(deps-dev): bump react-icons from 5.4.0 to 5.5.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4810cfa..b51c072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gesturx", - "version": "1.8.9", + "version": "1.8.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gesturx", - "version": "1.8.9", + "version": "1.8.10", "devDependencies": { "@biomejs/biome": "1.9.4", "@chakra-ui/react": "^3.1.1", @@ -26,7 +26,7 @@ "next-themes": "^0.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-icons": "^5.4.0", + "react-icons": "^5.5.0", "rollup-plugin-node-externals": "^8.0.0", "rxjs": "^7.8.1", "typescript": "^5.6.3", @@ -5034,9 +5034,9 @@ } }, "node_modules/react-icons": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", - "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 51c511a..8c39724 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vite-plugin-dts": "^4.3.0", "vitest": "^3.0.5", "next-themes": "^0.4.3", - "react-icons": "^5.4.0" + "react-icons": "^5.5.0" }, "peerDependencies": { "rxjs": "7.x"