ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#191
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758766218500 into main
27 files +164 -45
packages/launchpad/package.json packages/ts/package.jsoncopied+4-7
Changes to packages/ts/package.json
@@ -2,7 +2,6 @@
22 "name": "@stacksjs/launchpad",
33 "type": "module",
44 "version": "0.6.4",
5 "packageManager": "bun@1.2.21",
65 "description": "Like Homebrew, but faster.",
76 "author": "Chris Breuer <chris@stacksjs.org>",
87 "license": "MIT",
@@ -63,13 +62,11 @@
6362 "test": "bun test",
6463 "typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6564 },
66 "dependencies": {
67 "bunfig": "^0.15.0",
68 "cac": "^6.7.14",
69 "ts-pkgx": "^0.4.72"
70 },
7165 "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.109"
7370 },
7471 "lint-staged": {
7572 "*.{js,ts}": "bunx --bun eslint . --fix"