Skip to content

Commit e5ae60b

Browse files
committed
chore(deps): add @types/bun and related type dependencies
Added @types/bun v1.3.1 as a dev dependency to provide TypeScript type definitions for Bun runtime. This also brings in transitive dependencies for @types/react and other type packages needed for proper type support.
1 parent 0ab3c65 commit e5ae60b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"type": "module",
1313
"devDependencies": {
14+
"@types/bun": "^1.3.1",
1415
"@types/js-yaml": "^4.0.5",
1516
"@types/node": "^22.4.0"
1617
},

0 commit comments

Comments
 (0)