also looking at this
chore(deps): update dependency bunfig to 0.15.0
#180
1 file
+3
-3
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | "name": "@stacksjs/launchpad", |
| 3 | 3 | "type": "module", |
| 4 | 4 | "version": "0.6.4", |
| 5 | "packageManager": "bun", | |
| 5 | "packageManager": "bun@1.2.21", | |
| 6 | 6 | "description": "Like Homebrew, but faster.", |
| 7 | 7 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 8 | 8 | "license": "MIT", |
| @@ -64,9 +64,9 @@ | ||
| 64 | 64 | "typecheck": "bun --bun tsc --noEmit --skipLibCheck" |
| 65 | 65 | }, |
| 66 | 66 | "dependencies": { |
| 67 | "bunfig": "^0.11.1", | |
| 67 | "bunfig": "^0.15.0", | |
| 68 | 68 | "cac": "^6.7.14", |
| 69 | "ts-pkgx": "^0.4.30" | |
| 69 | "ts-pkgx": "^0.4.51" | |
| 70 | 70 | }, |
| 71 | 71 | "devDependencies": { |
| 72 | 72 | "bun-plugin-dtsx": "0.9.5" |