Skip to content

Commit 15e167e

Browse files
chore(deps): sync pantry.lock with package.json version pins
Align lockfile with published @stacksjs and ts-broadcasting versions instead of pantry symlinks. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0a67b24 commit 15e167e

1 file changed

Lines changed: 67 additions & 24 deletions

File tree

pantry.lock

Lines changed: 67 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@
55
"": {
66
"name": "system-cleaner",
77
"dependencies": {
8-
"@stacksjs/bun-router": "link:@stacksjs/bun-router",
8+
"@stacksjs/bun-router": "^0.0.14",
9+
"@stacksjs/stx": "0.2.48",
910
"@system-cleaner/clean": "workspace:*",
1011
"@system-cleaner/core": "workspace:*",
1112
"@system-cleaner/disk": "workspace:*",
1213
"@system-cleaner/monitor": "workspace:*",
1314
"@system-cleaner/uninstall": "workspace:*",
14-
"bun-plugin-stx": "latest",
15-
"ts-broadcasting": "link:ts-broadcasting"
15+
"bun-plugin-stx": "^0.2.47",
16+
"ts-broadcasting": "^0.0.5"
1617
},
1718
"devDependencies": {
18-
"better-dx": "latest"
19+
"@types/bun": "^1.3.13",
20+
"better-dx": "^0.2.15",
21+
"puppeteer": "^24.42.0",
22+
"typescript": "^6.0.3"
1923
}
2024
},
2125
"packages/clean": {
@@ -29,7 +33,7 @@
2933
"name": "@system-cleaner/cli",
3034
"version": "0.1.0",
3135
"dependencies": {
32-
"@stacksjs/clapp": "file:../../../../Tools/clapp/packages/ts",
36+
"@stacksjs/clapp": "^0.2.8",
3337
"@system-cleaner/clean": "workspace:*",
3438
"@system-cleaner/core": "workspace:*",
3539
"@system-cleaner/disk": "workspace:*",
@@ -64,31 +68,48 @@
6468
}
6569
},
6670
"packages": {
67-
"@stacksjs/bun-router@link:@stacksjs/bun-router": {
71+
"@stacksjs/bun-router@^0.0.14": {
6872
"name": "@stacksjs/bun-router",
69-
"version": "link:@stacksjs/bun-router",
73+
"version": "^0.0.14",
7074
"source": "npm"
7175
},
72-
"@stacksjs/clapp@file:../../../../Tools/clapp/packages/ts": {
76+
"@stacksjs/clapp@^0.2.8": {
7377
"name": "@stacksjs/clapp",
74-
"version": "file:../../../../Tools/clapp/packages/ts",
78+
"version": "^0.2.8",
79+
"source": "npm"
80+
},
81+
"@stacksjs/stx@0.2.48": {
82+
"name": "@stacksjs/stx",
83+
"version": "0.2.48",
7584
"source": "npm",
76-
"resolved": "https://registry.npmjs.org/@stacksjs/clapp/-/clapp-file:../../../../Tools/clapp/packages/ts.tgz",
7785
"dependencies": {
78-
"mri": "^1.2.0",
79-
"wrap-ansi": "^9.0.0"
86+
"@cwcss/crosswind": "^0.2.0",
87+
"@stacksjs/clapp": "^0.2.0",
88+
"@stacksjs/desktop": "0.2.46",
89+
"@stacksjs/sanitizer": "0.2.35",
90+
"@stacksjs/ts-craft": "^0.0.2",
91+
"bun-plugin-stx": "0.2.47",
92+
"bunfig": "^0.15.6",
93+
"stx-router": "0.2.48",
94+
"ts-broadcasting": "^0.0.4",
95+
"ts-syntax-highlighter": "^0.2.1"
8096
},
8197
"bin": {
82-
"@stacksjs/clapp": "./dist/bin/cli.js",
83-
"clapp": "./dist/bin/cli.js"
98+
"stx": "./dist/cli.js"
8499
}
85100
},
86-
"better-dx@0.2.7": {
101+
"@types/bun@^1.3.13": {
102+
"name": "@types/bun",
103+
"version": "^1.3.13",
104+
"source": "npm",
105+
"dependencies": {
106+
"bun-types": "1.3.14"
107+
}
108+
},
109+
"better-dx@^0.2.15": {
87110
"name": "better-dx",
88-
"version": "0.2.7",
111+
"version": "^0.2.15",
89112
"source": "npm",
90-
"resolved": "https://registry.npmjs.org/better-dx/-/better-dx-0.2.7.tgz",
91-
"integrity": "sha512-J5Msp8jYKl4/YrTt/IWE32ZZg36/+M5klkAhSZb6Av5LGuFd7tylTerKq/8AwZxAYl9h8ZXV79Paygc+YjmCyw==",
92113
"peerDependencies": {
93114
"@stacksjs/bumpx": "^0.2.4",
94115
"@stacksjs/bunpress": "^0.1.1",
@@ -109,12 +130,10 @@
109130
"dx": "./dist/bin/cli.js"
110131
}
111132
},
112-
"bun-plugin-stx@0.2.10": {
133+
"bun-plugin-stx@^0.2.47": {
113134
"name": "bun-plugin-stx",
114-
"version": "0.2.10",
135+
"version": "^0.2.47",
115136
"source": "npm",
116-
"resolved": "https://registry.npmjs.org/bun-plugin-stx/-/bun-plugin-stx-0.2.10.tgz",
117-
"integrity": "sha512-JlPzquwyGdFDkKU078XThaWFnpN7BzCdxK+COaRloEVwdF4t896nbK0hE48ffUmsJ8KzgnukxIaogG8U0xSevQ==",
118137
"dependencies": {
119138
"@stacksjs/stx": "0.2.10"
120139
},
@@ -123,9 +142,33 @@
123142
"stx-serve": "./dist/serve.js"
124143
}
125144
},
126-
"ts-broadcasting@link:ts-broadcasting": {
145+
"puppeteer@^24.42.0": {
146+
"name": "puppeteer",
147+
"version": "^24.42.0",
148+
"source": "npm",
149+
"dependencies": {
150+
"@puppeteer/browsers": "2.13.2",
151+
"chromium-bidi": "14.0.0",
152+
"cosmiconfig": "^9.0.0",
153+
"devtools-protocol": "0.0.1608973",
154+
"puppeteer-core": "24.43.1",
155+
"typed-query-selector": "^2.12.2"
156+
},
157+
"bin": {
158+
"puppeteer": "./lib/cjs/puppeteer/node/cli.js"
159+
}
160+
},
161+
"ts-broadcasting@^0.0.5": {
127162
"name": "ts-broadcasting",
128-
"version": "link:ts-broadcasting",
163+
"version": "^0.0.5",
164+
"source": "npm",
165+
"bin": {
166+
"broadcast": "./dist/bin/cli.js"
167+
}
168+
},
169+
"typescriptlang.org@^6.0.3": {
170+
"name": "typescriptlang.org",
171+
"version": "^6.0.3",
129172
"source": "npm"
130173
}
131174
}

0 commit comments

Comments
 (0)