From 971b5da702262cd0931fe548f3d7d13441859c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:37:47 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.381.0 to 0.418.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.381.0 to 0.418.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.418.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 696f19e..80e84f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.2.7", - "lucide-react": "^0.381.0", + "lucide-react": "^0.418.0", "next": "14.2.3", "next-runtime-env": "^3.2.2", "prettier-plugin-tailwindcss": "^0.6.1", @@ -5051,11 +5051,11 @@ } }, "node_modules/lucide-react": { - "version": "0.381.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.381.0.tgz", - "integrity": "sha512-cft0ywFfHkGprX5pwKyS9jme/ksh9eYAHSZqFRKN0XGp70kia4uqZOTPB+i+O51cqiJlvGLqzMGWnMHaeJTs3g==", + "version": "0.418.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.418.0.tgz", + "integrity": "sha512-7TSd4CLfvT/U9504MSJ+e03pgAvqZQ5WbML4Pm+axjCbYBLTWuDu68bebFr/e51Z32uHMY7MO+SpaHX8NubveA==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/meow": { diff --git a/package.json b/package.json index c994223..080d635 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.2.7", - "lucide-react": "^0.381.0", + "lucide-react": "^0.418.0", "next": "14.2.3", "next-runtime-env": "^3.2.2", "prettier-plugin-tailwindcss": "^0.6.1",