diff --git a/docs/showcase/package-lock.json b/docs/showcase/package-lock.json index 3fe980af..95ae900a 100644 --- a/docs/showcase/package-lock.json +++ b/docs/showcase/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "framer-motion": "^11.1.7", - "lucide-react": "^0.378.0", + "lucide-react": "^0.577.0", "next": "14.2.3", "react": "^18", "react-dom": "^18" @@ -3517,12 +3517,12 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.378.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.378.0.tgz", - "integrity": "sha512-u6EPU8juLUk9ytRcyapkWI18epAv3RU+6+TC23ivjR0e+glWKBobFeSgRwOIJihzktILQuy6E0E80P2jVTDR5g==", + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", + "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", "license": "ISC", "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/math-intrinsics": { diff --git a/docs/showcase/package.json b/docs/showcase/package.json index be9a017d..ac0e4b0d 100644 --- a/docs/showcase/package.json +++ b/docs/showcase/package.json @@ -12,7 +12,7 @@ "react": "^18", "react-dom": "^18", "next": "14.2.3", - "lucide-react": "^0.378.0", + "lucide-react": "^0.577.0", "framer-motion": "^11.1.7" }, "devDependencies": {