diff --git a/bun.lock b/bun.lock index 26c89d3..1529669 100644 --- a/bun.lock +++ b/bun.lock @@ -19,6 +19,9 @@ }, }, }, + "trustedDependencies": [ + "@tailwindcss/oxide", + ], "packages": { "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], diff --git a/package.json b/package.json index 562761f..3fa3b7b 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,8 @@ "@tailwindcss/postcss": "^4", "tailwindcss": "^4", "@biomejs/biome": "2.2.0" - } + }, + "trustedDependencies": [ + "@tailwindcss/oxide" + ] }