From 3b20c0dcf6fe1a687452604ca2576709583f7734 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 30 Jun 2026 21:40:08 -0400 Subject: [PATCH] chore(config): update dependencies and add pnpm workspace configuration --- package.json | 10 ++++++++-- pnpm-workspace.yaml | 5 +++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index ffff77e..12b272d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ "devDependencies": { "@astrojs/check": "^0.9.9", "@biomejs/biome": "^2.4.15", - "@iconify-json/mdi": "^1.2.2", + "@iconify-json/lucide": "^1.2.115", + "@iconify-json/simple-icons": "^1.2.88", "@pagefind/default-ui": "^1.5.2", "@tailwindcss/typography": "^0.5.19", "@types/hast": "^3.0.4", @@ -62,5 +63,10 @@ "overrides": { "sharp": "^0.34.5" }, - "trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "esbuild", "sharp"] + "trustedDependencies": [ + "@biomejs/biome", + "@tailwindcss/oxide", + "esbuild", + "sharp" + ] } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..4d51f50 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +allowBuilds: + '@biomejs/biome': set this to true or false + '@tailwindcss/oxide': set this to true or false + esbuild: set this to true or false + sharp: set this to true or false