ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency bunfig to 0.15.0

#180
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---bunfig-1756152563231 into main
1 file +3 -3
packages/launchpad/package.jsonmodified+3-3
Changes to packages/launchpad/package.json
@@ -2,7 +2,7 @@
22 "name": "@stacksjs/launchpad",
33 "type": "module",
44 "version": "0.6.4",
5 "packageManager": "bun",
5 "packageManager": "bun@1.2.21",
66 "description": "Like Homebrew, but faster.",
77 "author": "Chris Breuer <chris@stacksjs.org>",
88 "license": "MIT",
@@ -64,9 +64,9 @@
6464 "typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6565 },
6666 "dependencies": {
67 "bunfig": "^0.11.1",
67 "bunfig": "^0.15.0",
6868 "cac": "^6.7.14",
69 "ts-pkgx": "^0.4.30"
69 "ts-pkgx": "^0.4.51"
7070 },
7171 "devDependencies": {
7272 "bun-plugin-dtsx": "0.9.5"