chore: trust esbuild as a dependency

This commit is contained in:
PalmDevs
2024-06-24 01:16:32 +07:00
parent c0fa2fe1c3
commit 8c7620cab8

View File

@@ -41,7 +41,7 @@
"turbo": "^1.13.4",
"typescript": "^5.5.2"
},
"trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"],
"trustedDependencies": ["@biomejs/biome", "esbuild", "lefthook", "tesseract.js"],
"patchedDependencies": {
"tesseract.js@5.1.0": "patches/tesseract.js@5.1.0.patch"
}