Skip to content

Commit a429c97

Browse files
committed
⬆️ Update dependencies
1 parent 99667a9 commit a429c97

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

bun.lockb

5.26 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"changeset:version": "changeset version && bun install --lockfile-only"
5353
},
5454
"devDependencies": {
55-
"@biomejs/biome": "1.8.3",
55+
"@biomejs/biome": "1.9.4",
5656
"@types/bun": "latest",
5757
"@changesets/changelog-git": "^0.2.0",
5858
"@changesets/changelog-github": "^0.5.0",
59-
"@changesets/cli": "^2.27.7",
60-
"npm-check-updates": "^17.0.6",
61-
"tsup": "^8.2.4"
59+
"@changesets/cli": "^2.27.9",
60+
"npm-check-updates": "^17.1.10",
61+
"tsup": "^8.3.5"
6262
},
6363
"dependencies": {
6464
"bundle-require": "^5.0.0",
6565
"gluegun": "^5.2.0",
66-
"yaml": "^2.5.0"
66+
"yaml": "^2.6.0"
6767
}
6868
}

tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig({
1212
// Code splitting and stuff
1313
clean: true,
1414
splitting: true,
15+
minify: true,
1516
// Types config
1617
dts: {
1718
resolve: true,

0 commit comments

Comments
 (0)