Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit ce178ba

Browse files
committed
chore: bump bun, add sharp to trusted deps
1 parent 026bd72 commit ce178ba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install bun
3232
uses: oven-sh/setup-bun@9b21598af8d4dfc302e5a30250007de0fda92acc # v1.1.0
3333
with:
34-
bun-version: 1.0.25
34+
bun-version: 1.0.29
3535

3636
- name: Cache
3737
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0

bun.lockb

61 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"vite-plugin-pwa": "^0.19.0",
6161
"vite-plugin-webfont-dl": "^3.9.1"
6262
},
63+
"trustedDependencies": [
64+
"sharp"
65+
],
6366
"scripts": {
6467
"dev": "vite --open",
6568
"bundle": "vite build",
@@ -70,7 +73,7 @@
7073
"format:check": "prettier . --check",
7174
"lint": "eslint ."
7275
},
73-
"packageManager": "[email protected].13",
76+
"packageManager": "[email protected].29",
7477
"browserslist": [
7578
"defaults and fully supports es6-module"
7679
]

0 commit comments

Comments
 (0)