From e3ca61603c8c112c114c655ab8ac5933b1d34aa1 Mon Sep 17 00:00:00 2001 From: xandemon Date: Tue, 28 May 2024 22:52:42 +0545 Subject: [PATCH] docs: :package: package: update developer-icons package version to 3.2.0 --- docs/package-lock.json | 9 +++++---- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 45bf64c..1392acf 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "astro": "^4.8.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "developer-icons": "^3.1.0", + "developer-icons": "^3.2.0", "lucide-react": "^0.378.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -2821,9 +2821,10 @@ "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==" }, "node_modules/developer-icons": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/developer-icons/-/developer-icons-3.1.0.tgz", - "integrity": "sha512-KZ61VcTqhO5QhZJXu/8UkjkGSYL5bRBEC4aVEwCAyahy59s2vlVljVHBSpYaJ7yiPmg3JME3fSfpNWjGDPUcBQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/developer-icons/-/developer-icons-3.2.0.tgz", + "integrity": "sha512-9MzNB0BWZ5v5DxaaOVRu3fvvZg4I8DjGBkd/E0AM5H8gBtQ+dhQcbDsx9XWzWEMyLflruS+q0IsnK7RWCyIR3g==", + "license": "MIT", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/docs/package.json b/docs/package.json index 743faba..fb12cac 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "astro": "^4.8.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "developer-icons": "^3.1.0", + "developer-icons": "^3.2.0", "lucide-react": "^0.378.0", "react": "^18.3.1", "react-dom": "^18.3.1",