From 88f2ac20bcbba9f225745bbb0c62b1c6406a2f9b Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Wed, 19 Feb 2025 23:39:47 -0800 Subject: [PATCH] Updated packages. --- next-env.d.ts | 2 +- package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 40c3d680..1b3be084 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/package.json b/package.json index 59e31607..0268a5d2 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "isbot": "^5.1.16", "jsonwebtoken": "^9.0.2", "kafkajs": "^2.1.0", + "lucide-react": "^0.475.0", "maxmind": "^4.3.24", "md5": "^2.3.0", "next": "15.1.7", diff --git a/yarn.lock b/yarn.lock index a2f7e44e..5533f46e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9160,6 +9160,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lucide-react@^0.475.0: + version "0.475.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.475.0.tgz#4b7b62c024f153ee4b52a6a0f33f9e72f07156f0" + integrity sha512-NJzvVu1HwFVeZ+Gwq2q00KygM1aBhy/ZrhY9FsAgJtpB+E4R7uxRk9M2iKvHa6/vNxZydIB59htha4c2vvwvVg== + magic-string@^0.30.0, magic-string@^0.30.2: version "0.30.5" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"