Skip to content

Commit acad7ba

Browse files
chore(deps): update dependency ts-pkgx to ^0.2.51
1 parent 3f35878 commit acad7ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"": {
55
"name": "launchpad",
66
"dependencies": {
7-
"ts-pkgx": "^0.2.50",
7+
"ts-pkgx": "^0.2.51",
88
},
99
"devDependencies": {
1010
"@stacksjs/docs": "^0.70.23",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"bunfig": "^0.10.0",
4848
"cac": "^6.7.14",
49-
"ts-pkgx": "^0.2.50",
49+
"ts-pkgx": "^0.2.51",
5050
},
5151
"devDependencies": {
5252
"bun-plugin-dtsx": "^0.9.5",
@@ -1934,7 +1934,7 @@
19341934

19351935
"ts-api-utils": ["[email protected]", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ=="],
19361936

1937-
"ts-pkgx": ["[email protected].50", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-3+aPHeYT82mDbvsApsW1piG6JOPCfN3THBdUlLqkuwt4pmWc7D4we71ZoR+jQ8vNm0VxKO6xLLlzcCICNK5y7w=="],
1937+
"ts-pkgx": ["[email protected].51", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-Vhd+gtWeBZ+z67FUD8LjNMExYN9dV13Z3zgf5XYRLSaZ6nYbJobw991WBWHBMrjJCjPAsXwfw0RKCHpfK+hTkQ=="],
19381938

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"typecheck": "bun tsc --noEmit"
3030
},
3131
"dependencies": {
32-
"ts-pkgx": "^0.2.50"
32+
"ts-pkgx": "^0.2.51"
3333
},
3434
"devDependencies": {
3535
"@stacksjs/docs": "^0.70.23",

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.50"
68+
"ts-pkgx": "^0.2.51"
6969
},
7070
"devDependencies": {
7171
"bun-plugin-dtsx": "^0.9.5"

0 commit comments

Comments
 (0)