diff --git a/docs/package-lock.json b/docs/package-lock.json index 4642b63..c13efaf 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,7 @@ "astro": "^4.8.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "developer-icons": "^4.3.7", + "developer-icons": "^5.0.0", "lucide-react": "^0.378.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -2991,9 +2991,9 @@ "license": "MIT" }, "node_modules/developer-icons": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/developer-icons/-/developer-icons-4.3.7.tgz", - "integrity": "sha512-mTD9d0hbMa4VS7Bu0mrCQJCwp36baHm/zbhFLUUUacCsvn8JM7xFIzLEQcjTbcYd4XetiySTZThQmVqnmR7bag==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/developer-icons/-/developer-icons-5.0.0.tgz", + "integrity": "sha512-vgaTPw/2o+ONT7D/KTNgse4FW5FwsMiLHmDizBMhvZ9Mdg6V+50zQftaNOiHXRLskMXXRXTExV+WhB8uH9NoBg==", "license": "MIT", "peerDependencies": { "react": "^18.2.0", diff --git a/docs/package.json b/docs/package.json index 81dad69..75c993f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "astro": "^4.8.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "developer-icons": "^4.3.7", + "developer-icons": "^5.0.0", "lucide-react": "^0.378.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/docs/src/components/HeroSection.astro b/docs/src/components/HeroSection.astro index 79e372e..2c23783 100644 --- a/docs/src/components/HeroSection.astro +++ b/docs/src/components/HeroSection.astro @@ -7,7 +7,7 @@ import { publicBaseUrl } from "@/config";
Ready-to-use
diff --git a/docs/src/components/Navbar.astro b/docs/src/components/Navbar.astro
index 865308c..451036e 100644
--- a/docs/src/components/Navbar.astro
+++ b/docs/src/components/Navbar.astro
@@ -1,5 +1,5 @@
---
-import { GitHubDarkIcon, NPMIcon } from "developer-icons";
+import { GitHubDark, NPM } from "developer-icons";
import Container from "./Container.astro";
import { publicBaseUrl } from "@/config";
---
@@ -23,14 +23,14 @@ import { publicBaseUrl } from "@/config";
target="_blank"
rel="noopener noreferrer"
>
-