Skip to content

Commit 0ff5886

Browse files
chore(deps): update dependency ts-pkgx to v0.4.9
1 parent 6fea51a commit 0ff5886

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"packages/action": {
1919
"name": "launchpad-installer",
20-
"version": "0.5.1",
20+
"version": "0.5.2",
2121
"bin": {
2222
"launchpad-installer": "dist/index.js",
2323
},
@@ -34,14 +34,14 @@
3434
},
3535
"packages/launchpad": {
3636
"name": "@stacksjs/launchpad",
37-
"version": "0.5.1",
37+
"version": "0.5.2",
3838
"bin": {
3939
"launchpad": "./dist/bin/cli.js",
4040
},
4141
"dependencies": {
4242
"bunfig": "^0.10.1",
4343
"cac": "^6.7.14",
44-
"ts-pkgx": "0.3.171",
44+
"ts-pkgx": "0.4.9",
4545
},
4646
"devDependencies": {
4747
"bun-plugin-dtsx": "^0.9.5",
@@ -1875,7 +1875,7 @@
18751875

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

1878-
"ts-pkgx": ["ts-pkgx@0.3.171", "", { "dependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.2.4", "js-yaml": "^4.1.0", "playwright": "^1.54.1" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-kmoiU3BxiUzm+TQB2xTLVDpMqrPhtFnU+ggTqgx4DhI2H218/rh2PHErc+YusGhn/vkJB/mGIGI9c7WXFusNlg=="],
1878+
"ts-pkgx": ["ts-pkgx@0.4.9", "", { "dependencies": { "chromium-bidi": "^7.2.0", "electron": "^37.2.4", "js-yaml": "^4.1.0", "playwright": "^1.54.1" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-bdxYf23g+XfORan4GAfAb/aOW+fL0iMevkWbqBCgxmVL0J/tnCPapZoiyhJHf7HWgdpq8Gv8OCjBQ3mc6tiJoA=="],
18791879

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

packages/launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"bunfig": "^0.10.1",
6767
"cac": "^6.7.14",
68-
"ts-pkgx": "0.3.171"
68+
"ts-pkgx": "0.4.9"
6969
},
7070
"devDependencies": {
7171
"bun-plugin-dtsx": "^0.9.5"

0 commit comments

Comments
 (0)