From 5ec756d2638b054ac30c9d5048821053b972a453 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 7 Nov 2024 11:52:59 +0100 Subject: [PATCH] playground(deps): add `@iconify-json/lucide` --- playground/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/playground/package.json b/playground/package.json index bee579ab..0f9872d1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -8,6 +8,7 @@ "generate": "nuxi generate" }, "dependencies": { + "@iconify-json/lucide": "^1.2.11", "@nuxt/ui": "latest", "nuxt": "^3.14.159" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7fb062d..33f7029c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -306,6 +306,9 @@ importers: playground: dependencies: + '@iconify-json/lucide': + specifier: ^1.2.11 + version: 1.2.12 '@nuxt/ui': specifier: workspace:* version: link:..