Skip to content

Commit a196986

Browse files
stephendolanclaude
andcommitted
chore: switch to @types/bun
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7f0fd74 commit a196986

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bun.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stephendolan/ynab-cli",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A command-line interface for You Need a Budget (YNAB)",
55
"type": "module",
66
"main": "./dist/cli.js",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@biomejs/biome": "^1.9.4",
58-
"@types/node": "^20.0.0",
58+
"@types/bun": "latest",
5959
"oxlint": "^0.16.0",
6060
"tsup": "^8.0.0",
6161
"tsx": "^4.7.0",

0 commit comments

Comments
 (0)