mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
chore(config): update dependencies and add pnpm workspace configuration
This commit is contained in:
+8
-2
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user