We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64712b3 commit e96fd31Copy full SHA for e96fd31
bun.lockb
-14.2 KB
package.json
@@ -20,14 +20,15 @@
20
"@biomejs/biome": "1.8.3",
21
"@changesets/changelog-github": "^0.5.0",
22
"@changesets/cli": "^2.27.7",
23
- "tsup": "^8.1.0",
+ "tsup": "^8.1.2",
24
"typescript": "^5.5.3",
25
"bun-types": "^1.1.20",
26
"scripts": "workspace:*",
27
- "turbo": "^2.0.6"
+ "turbo": "^2.0.7"
28
},
29
"trustedDependencies": [
30
- "@biomejs/biome"
+ "@biomejs/biome",
31
+ "esbuild"
32
],
33
"packageManager": "^bun@1.1.13"
34
}
scripts/package.json
@@ -9,7 +9,7 @@
9
"build": "tsup lib/index.ts --target node20 --format esm --dts"
10
11
"dependencies": {
12
13
14
"ucmd": "workspace:*"
15
0 commit comments