Skip to content

Commit c527768

Browse files
fix(deps): update dependency @tscircuit/create-snippet-url to ^0.0.9 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee65b9f commit c527768

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"": {
55
"name": "code-runner-preview",
66
"dependencies": {
7-
"@tscircuit/create-snippet-url": "^0.0.8",
7+
"@tscircuit/create-snippet-url": "^0.0.9",
88
"@tscircuit/eval": "^0.0.329",
99
"@tscircuit/prompt-benchmarks": "^0.0.44",
1010
"class-variance-authority": "^0.7.1",
@@ -208,7 +208,7 @@
208208

209209
"@tscircuit/core": ["@tscircuit/[email protected]", "", { "dependencies": { "@flatten-js/core": "^1.6.2", "@lume/kiwi": "^0.4.3", "calculate-packing": "0.0.33", "css-select": "5.1.0", "format-si-unit": "^0.0.3", "nanoid": "^5.0.7", "performance-now": "^2.1.0", "react-reconciler": "^0.32.0", "transformation-matrix": "^2.16.1", "zod": "^3.25.67" }, "peerDependencies": { "@tscircuit/capacity-autorouter": "*", "@tscircuit/checks": "*", "@tscircuit/circuit-json-util": "*", "@tscircuit/footprinter": "*", "@tscircuit/infgrid-ijump-astar": "*", "@tscircuit/matchpack": "*", "@tscircuit/math-utils": "*", "@tscircuit/props": "*", "@tscircuit/schematic-autolayout": "*", "@tscircuit/schematic-match-adapt": "*", "bpc-graph": "*", "circuit-json": "*", "circuit-json-to-bpc": "*", "circuit-json-to-connectivity-map": "*", "schematic-symbols": "*", "typescript": "^5.0.0" } }, "sha512-OXa98dJJi7zJGxjz1eE82NWzQsHIN2xcf1tUF/yNeficGcYKdc8IYmKYo4Bqq2bOPpSDqUlTQ/yYVoq5FA460w=="],
210210

211-
"@tscircuit/create-snippet-url": ["@tscircuit/[email protected].8", "", { "dependencies": { "fflate": "^0.8.2" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-VMixgwQRsOXlQGwVh2RZIFLLtsn8YWl2Bht61T26MHNM71A1Wzo5qGZtqcdbVkFnvlA42KmdVVjvxYDvEyWdJw=="],
211+
"@tscircuit/create-snippet-url": ["@tscircuit/[email protected].9", "", { "dependencies": { "fflate": "^0.8.2" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-CI+PDOy28Q9pycIyjx0vLpnh6wuyocYPMAJqhr/uAbOBBdY3sz3zTWHvdy7giqTGo0+v5x0nhN6o60RT82grZA=="],
212212

213213
"@tscircuit/eval": ["@tscircuit/[email protected]", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-yxBn4/g32BrFCOzhxkXHXCLGsgyPbr7kXs50UhTlKsvELyjhlETJSKYp3DcgAJ4Cd4081DT9qOMKjRF0GU/CEg=="],
214214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vercel-build": "bun run build"
1111
},
1212
"dependencies": {
13-
"@tscircuit/create-snippet-url": "^0.0.8",
13+
"@tscircuit/create-snippet-url": "^0.0.9",
1414
"@tscircuit/eval": "^0.0.329",
1515
"@tscircuit/prompt-benchmarks": "^0.0.44",
1616
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)