Skip to content

Commit 7c77e65

Browse files
chore(deps): update dependency ts-pkgx to ^0.2.65 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a327bc commit 7c77e65

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
@@ -19,7 +19,7 @@
1919
},
2020
"packages/action": {
2121
"name": "launchpad-installer",
22-
"version": "0.2.1",
22+
"version": "0.2.2",
2323
"bin": {
2424
"launchpad-installer": "dist/index.js",
2525
},
@@ -36,14 +36,14 @@
3636
},
3737
"packages/launchpad": {
3838
"name": "@stacksjs/launchpad",
39-
"version": "0.2.1",
39+
"version": "0.2.2",
4040
"bin": {
4141
"launchpad": "./dist/bin/cli.js",
4242
},
4343
"dependencies": {
4444
"bunfig": "^0.10.0",
4545
"cac": "^6.7.14",
46-
"ts-pkgx": "^0.2.64",
46+
"ts-pkgx": "^0.2.65",
4747
},
4848
"devDependencies": {
4949
"bun-plugin-dtsx": "^0.9.5",
@@ -1931,7 +1931,7 @@
19311931

19321932
"ts-api-utils": ["ts-api-utils@2.1.0", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ=="],
19331933

1934-
"ts-pkgx": ["ts-pkgx@0.2.64", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-7WAc5ZlOkYmmx2cpCFBaHaC8RsHkSUu4GLfOKIO1scKOVrFODSPSRPzZDFpH8DNLAdWcKz/R6eFnj7rmZamhkg=="],
1934+
"ts-pkgx": ["ts-pkgx@0.2.65", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-pMcN/7MGvEynEhXCk2vJCpGmxM1JQ+FuS+FvNMhOdZEDM/l/Gs8D9D8UGvocwLn3hPa1yNu1bDfdE+JarfrJKg=="],
19351935

19361936
"tslib": ["tslib@2.8.1", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
19371937

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.0",
6767
"cac": "^6.7.14",
68-
"ts-pkgx": "^0.2.64"
68+
"ts-pkgx": "^0.2.65"
6969
},
7070
"devDependencies": {
7171
"bun-plugin-dtsx": "^0.9.5"

0 commit comments

Comments
 (0)