Skip to content

Commit 0ec6d21

Browse files
committed
chore: update .gitignore to include .vercel; upgrade @funish/basis to version 0.0.7; add sharp version override in pnpm-lock.yaml for consistency
1 parent 57ccf47 commit 0ec6d21

3 files changed

Lines changed: 14 additions & 281 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,5 @@ dist
133133
.nitro
134134
.output
135135
.data
136-
.database.sqlite
136+
.database.sqlite
137+
.vercel

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/bysages/lens#readme",
4141
"devDependencies": {
4242
"@better-auth/cli": "1.2.10",
43-
"@funish/basis": "0.0.5",
43+
"@funish/basis": "0.0.7",
4444
"@libsql/kysely-libsql": "0.4.1",
4545
"@prettier/plugin-oxc": "0.0.4",
4646
"@sparticuz/chromium": "137.0.1",
@@ -69,7 +69,8 @@
6969
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
7070
"pnpm": {
7171
"overrides": {
72-
"css-tree": "3.1.0"
72+
"css-tree": "3.1.0",
73+
"sharp": "0.34.2"
7374
}
7475
}
7576
}

0 commit comments

Comments
 (0)