Skip to content

Commit e96fd31

Browse files
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 64712b3 commit e96fd31

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bun.lockb

-14.2 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
"@biomejs/biome": "1.8.3",
2121
"@changesets/changelog-github": "^0.5.0",
2222
"@changesets/cli": "^2.27.7",
23-
"tsup": "^8.1.0",
23+
"tsup": "^8.1.2",
2424
"typescript": "^5.5.3",
2525
"bun-types": "^1.1.20",
2626
"scripts": "workspace:*",
27-
"turbo": "^2.0.6"
27+
"turbo": "^2.0.7"
2828
},
2929
"trustedDependencies": [
30-
"@biomejs/biome"
30+
"@biomejs/biome",
31+
"esbuild"
3132
],
3233
"packageManager": "^bun@1.1.13"
3334
}

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsup lib/index.ts --target node20 --format esm --dts"
1010
},
1111
"dependencies": {
12-
"tsup": "^8.1.0",
12+
"tsup": "^8.1.2",
1313
"typescript": "^5.5.3",
1414
"ucmd": "workspace:*"
1515
},

0 commit comments

Comments
 (0)