build(package): bun trust dependencies
This commit is contained in:
parent
9ed4c14f3a
commit
f926f5fad3
3 changed files with 28 additions and 26 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"conventionalCommits.scopes": ["workflow", "index"]
|
"conventionalCommits.scopes": ["workflow", "index", "package"]
|
||||||
}
|
}
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -22,6 +22,8 @@
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@biomejs/biome",
|
"@biomejs/biome",
|
||||||
"@parcel/watcher"
|
"@parcel/watcher",
|
||||||
|
"esbuild",
|
||||||
|
"sharp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue