From a3bd7a1743bb472d157268e8a55197995c731b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:18:48 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.381.0 to 0.399.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.381.0 to 0.399.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.399.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..e9b23ab 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.399.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.399.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.399.0.tgz", + "integrity": "sha512-UyTNa3djBISdzL2UktgCrESXexQXaDQWi/WsDkbw6fBFfHlapajR58WoR+gxQ4laxfEyiHmoFrEIM3V+5XOVQg==", "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..1b95271 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.399.0", "next": "14.2.3", "next-runtime-env": "^3.2.2", "prettier-plugin-tailwindcss": "^0.6.1",