From b46c415b5942bbcac3737ce0e33c956872e5f2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:02:27 +0000 Subject: [PATCH] deps(example): bump lucide-react Bumps the dependencies group in /examples/nextjs-react-hook-form with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 0.461.0 to 0.462.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.462.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- examples/nextjs-react-hook-form/package-lock.json | 8 ++++---- examples/nextjs-react-hook-form/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/nextjs-react-hook-form/package-lock.json b/examples/nextjs-react-hook-form/package-lock.json index 48f37fa04..02d1373f0 100644 --- a/examples/nextjs-react-hook-form/package-lock.json +++ b/examples/nextjs-react-hook-form/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "0.461.0", + "lucide-react": "0.462.0", "next": "15.0.3", "next-themes": "^0.4.3", "react": "^18", @@ -4182,9 +4182,9 @@ } }, "node_modules/lucide-react": { - "version": "0.461.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.461.0.tgz", - "integrity": "sha512-Scpw3D/dV1bgVRC5Kh774RCm99z0iZpPv75M6kg7QL1lLvkQ1rmI1Sjjic1aGp1ULBwd7FokV6ry0g+d6pMB+w==", + "version": "0.462.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.462.0.tgz", + "integrity": "sha512-NTL7EbAao9IFtuSivSZgrAh4fZd09Lr+6MTkqIxuHaH2nnYiYIzXPo06cOxHg9wKLdj6LL8TByG4qpePqwgx/g==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" diff --git a/examples/nextjs-react-hook-form/package.json b/examples/nextjs-react-hook-form/package.json index 5f2795deb..4ad2d5c2b 100644 --- a/examples/nextjs-react-hook-form/package.json +++ b/examples/nextjs-react-hook-form/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "0.461.0", + "lucide-react": "0.462.0", "next": "15.0.3", "next-themes": "^0.4.3", "react": "^18",