also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | "name": "@stacksjs/launchpad", |
| 3 | 3 | "type": "module", |
| 4 | 4 | "version": "0.6.4", |
| 5 | "packageManager": "bun@1.2.21", | |
| 6 | 5 | "description": "Like Homebrew, but faster.", |
| 7 | 6 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 8 | 7 | "license": "MIT", |
| @@ -63,13 +62,11 @@ | ||
| 63 | 62 | "test": "bun test", |
| 64 | 63 | "typecheck": "bun --bun tsc --noEmit --skipLibCheck" |
| 65 | 64 | }, |
| 66 | "dependencies": { | |
| 67 | "bunfig": "^0.15.0", | |
| 68 | "cac": "^6.7.14", | |
| 69 | "ts-pkgx": "^0.4.84" | |
| 70 | }, | |
| 71 | 65 | "devDependencies": { |
| 72 | "bun-plugin-dtsx": "0.9.5" | |
| 66 | "@stacksjs/clapp": "0.2.0", | |
| 67 | "bun-plugin-dtsx": "0.9.5", | |
| 68 | "bunfig": "^0.15.0", | |
| 69 | "ts-pkgx": "^0.4.95" | |
| 73 | 70 | }, |
| 74 | 71 | "lint-staged": { |
| 75 | 72 | "*.{js,ts}": "bunx --bun eslint . --fix" |