Skip to content

Commit c5ae5d8

Browse files
committed
chore: update package versions to exact matches and add bunfig configuration
1 parent 4e478e7 commit c5ae5d8

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

bun.lock

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bunfig.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[install]
2+
exact = true

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"build:all": "bun ./script/build.ts"
3131
},
3232
"devDependencies": {
33-
"@straw-hat/prettier-config": "^3.1.5",
34-
"@types/bun": "latest",
35-
"@types/lodash.merge": "^4.6.9",
36-
"prettier": "^3.6.2"
33+
"@straw-hat/prettier-config": "3.1.5",
34+
"@types/bun": "1.2.2",
35+
"@types/lodash.merge": "4.6.9",
36+
"prettier": "3.6.2"
3737
},
3838
"peerDependencies": {
39-
"typescript": "^5"
39+
"typescript": "5"
4040
},
4141
"dependencies": {
42-
"lodash.merge": "^4.6.2",
43-
"yaml": "^2.8.1",
44-
"zod": "^4.1.12"
42+
"lodash.merge": "4.6.2",
43+
"yaml": "2.8.1",
44+
"zod": "4.1.12"
4545
}
4646
}

0 commit comments

Comments
 (0)