also looking at this
chore(deps): update dependency ts-pkgx to ^0.2.50
#16
3 files
+7
-7
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -4,7 +4,7 @@ | ||
| 4 | 4 | "": { |
| 5 | 5 | "name": "launchpad", |
| 6 | 6 | "dependencies": { |
| 7 | "ts-pkgx": "^0.2.41", | |
| 7 | "ts-pkgx": "^0.2.50", | |
| 8 | 8 | }, |
| 9 | 9 | "devDependencies": { |
| 10 | 10 | "@stacksjs/docs": "^0.70.23", |
| @@ -22,7 +22,7 @@ | ||
| 22 | 22 | }, |
| 23 | 23 | "packages/action": { |
| 24 | 24 | "name": "launchpad-installer", |
| 25 | "version": "0.1.0", | |
| 25 | "version": "0.1.2", | |
| 26 | 26 | "bin": { |
| 27 | 27 | "launchpad-installer": "dist/index.js", |
| 28 | 28 | }, |
| @@ -39,14 +39,14 @@ | ||
| 39 | 39 | }, |
| 40 | 40 | "packages/launchpad": { |
| 41 | 41 | "name": "@stacksjs/launchpad", |
| 42 | "version": "0.1.0", | |
| 42 | "version": "0.1.2", | |
| 43 | 43 | "bin": { |
| 44 | 44 | "launchpad": "./dist/bin/cli.js", |
| 45 | 45 | }, |
| 46 | 46 | "dependencies": { |
| 47 | 47 | "bunfig": "^0.10.0", |
| 48 | 48 | "cac": "^6.7.14", |
| 49 | "ts-pkgx": "^0.2.41", | |
| 49 | "ts-pkgx": "^0.2.50", | |
| 50 | 50 | }, |
| 51 | 51 | "devDependencies": { |
| 52 | 52 | "bun-plugin-dtsx": "^0.9.5", |
| @@ -1934,7 +1934,7 @@ | ||
| 1934 | 1934 | |
| 1935 | 1935 | "ts-api-utils": ["ts-api-utils@2.1.0", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ=="], |
| 1936 | 1936 | |
| 1937 | "ts-pkgx": ["ts-pkgx@0.2.41", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-4dvRhQcezHYr8El5h5eTpaX006MdfFK8K1A9BxHseAINJ4bQ4wK6qVRsZq0mKU9BF1H+SpXFhZhZo55yIIIzLw=="], | |
| 1937 | "ts-pkgx": ["ts-pkgx@0.2.50", "", { "dependencies": { "js-yaml": "^4.1.0", "playwright": "^1.53.0" }, "bin": { "pkgx-tools": "dist/bin/cli.js" } }, "sha512-3+aPHeYT82mDbvsApsW1piG6JOPCfN3THBdUlLqkuwt4pmWc7D4we71ZoR+jQ8vNm0VxKO6xLLlzcCICNK5y7w=="], | |
| 1938 | 1938 | |
| 1939 | 1939 | "tslib": ["tslib@2.8.1", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="], |
| 1940 | 1940 | |