chore(config): update dependencies and add pnpm workspace configuration

This commit is contained in:
Prad Nukala
2026-06-30 21:40:08 -04:00
parent 3508a17bc5
commit 3b20c0dcf6
2 changed files with 13 additions and 2 deletions
+8 -2
View File
@@ -45,7 +45,8 @@
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.9", "@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.4.15", "@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", "@pagefind/default-ui": "^1.5.2",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
@@ -62,5 +63,10 @@
"overrides": { "overrides": {
"sharp": "^0.34.5" "sharp": "^0.34.5"
}, },
"trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "esbuild", "sharp"] "trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
} }
+5
View File
@@ -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