Skip to content

Commit ec61590

Browse files
committed
chore: wip
1 parent e6d8df5 commit ec61590

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

bun.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"launchpad": "./dist/bin/cli.js",
4949
},
5050
"dependencies": {
51-
"bunfig": "^0.14.1",
51+
"bunfig": "^0.15.0",
5252
"cac": "^6.7.14",
53-
"ts-pkgx": "^0.4.52",
53+
"ts-pkgx": "^0.4.57",
5454
},
5555
"devDependencies": {
5656
"bun-plugin-dtsx": "0.9.5",
@@ -872,7 +872,7 @@
872872

873873
"bun-types": ["[email protected]", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-pxTnQYOrKvdOwyiyd/7sMt9yFOenN004Y6O4lCcCUoKVej48FS5cvTw9geRaEcB9TsDZaJKAxPTVvi8tFsVuXA=="],
874874

875-
"bunfig": ["bunfig@0.14.1", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-KxblKbteHmlDgbEv6L9AYghcU+6mpoJhbmNa1cbfn1LuS99+1UGAcTG1u4u4zcjT4JHVff5cblSKjZmOw5+I7w=="],
875+
"bunfig": ["bunfig@0.15.0", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-CsAOYBDUI/OJPDG3GXQXIcPgCl4p025ybw15D5icJ3shRxDxFZAxlRzib0f69yER9fMj2bDrrObkkvs1qZ1qVg=="],
876876

877877
"cac": ["[email protected]", "", {}, "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ=="],
878878

@@ -1810,7 +1810,7 @@
18101810

18111811
"ts-declaration-location": ["[email protected]", "", { "dependencies": { "picomatch": "^4.0.2" }, "peerDependencies": { "typescript": ">=4.0.0" } }, "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA=="],
18121812

1813-
"ts-pkgx": ["[email protected].53", "", { "dependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.4.0", "js-yaml": "^4.1.0", "playwright": "^1.55.0" }, "bin": { "ts-pkgx": "dist/bin/cli.js" } }, "sha512-mJYKYOTZ5vyMBeDZlcai9GkF2hHbjp0oRSqt/oP+PO9mIV0q0be6l607GJXouTkCRgXhEVRrpwQR7avfI+BHMw=="],
1813+
"ts-pkgx": ["[email protected].57", "", { "optionalDependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.4.0", "js-yaml": "^4.1.0", "playwright": "^1.55.0" }, "bin": { "ts-pkgx": "dist/bin/cli.js" } }, "sha512-w8uBACga5kRIl0KJeWA+Bn6WkrHOnPIKYZohrNhtR6uA8n+Wdb7K7i9ZIMVPj7ijMmTdDr0jIFyWTaXjgptXjQ=="],
18141814

18151815
"tslib": ["[email protected]", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
18161816

@@ -2072,6 +2072,8 @@
20722072

20732073
"babel-plugin-polyfill-corejs2/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="],
20742074

2075+
"buddy-bot/bunfig": ["[email protected]", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-KxblKbteHmlDgbEv6L9AYghcU+6mpoJhbmNa1cbfn1LuS99+1UGAcTG1u4u4zcjT4JHVff5cblSKjZmOw5+I7w=="],
2076+
20752077
"buddy-bot/ts-pkgx": ["[email protected]", "", { "dependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.4.0", "js-yaml": "^4.1.0", "playwright": "^1.55.0" }, "bin": { "ts-pkgx": "dist/bin/cli.js" } }, "sha512-YDuXweSXHXk3Me1Q/wI0mTpl4e0GQpiZfqAckPZ9d/PwLbFCQSjinSmTj6n8pnSj0XXs5/kw9z8aLZfSZtBzmw=="],
20762078

20772079
"chokidar/fsevents": ["[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],

packages/launchpad/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6565
},
6666
"dependencies": {
67-
"bunfig": "^0.14.1",
67+
"bunfig": "^0.15.0",
6868
"cac": "^6.7.14",
69-
"ts-pkgx": "^0.4.52"
69+
"ts-pkgx": "^0.4.57"
7070
},
7171
"devDependencies": {
7272
"bun-plugin-dtsx": "0.9.5"

0 commit comments

Comments
 (0)