File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 52
52
"changeset:version" : " changeset version && bun install --lockfile-only"
53
53
},
54
54
"devDependencies" : {
55
- "@biomejs/biome" : " 1.8.3 " ,
55
+ "@biomejs/biome" : " 1.9.4 " ,
56
56
"@types/bun" : " latest" ,
57
57
"@changesets/changelog-git" : " ^0.2.0" ,
58
58
"@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 "
62
62
},
63
63
"dependencies" : {
64
64
"bundle-require" : " ^5.0.0" ,
65
65
"gluegun" : " ^5.2.0" ,
66
- "yaml" : " ^2.5 .0"
66
+ "yaml" : " ^2.6 .0"
67
67
}
68
68
}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default defineConfig({
12
12
// Code splitting and stuff
13
13
clean : true ,
14
14
splitting : true ,
15
+ minify : true ,
15
16
// Types config
16
17
dts : {
17
18
resolve : true ,
You can’t perform that action at this time.
0 commit comments