chore: Update dependencies to latest versions

- Update @clack/prompts from ^0.10.0 to ^1.0.0
- Update @types/bun from ^1.2.0 to ^1.3.8
- All tests pass with updated dependencies
This commit is contained in:
Sprite 2026-02-08 04:41:24 +00:00
parent 471c882197
commit 76c427f71e

View file

@ -13,10 +13,10 @@
"test:watch": "bun test --watch"
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"@clack/prompts": "^1.0.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/bun": "^1.2.0"
"@types/bun": "^1.3.8"
}
}