Skip to content

Commit ad98fd7

Browse files
fix(deps): update dependency @tscircuit/simple-3d-svg to ^0.0.28
1 parent f692f17 commit ad98fd7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"": {
55
"name": "svg.tscircuit.com",
66
"dependencies": {
7-
"@tscircuit/simple-3d-svg": "^0.0.22",
7+
"@tscircuit/simple-3d-svg": "^0.0.28",
88
"circuit-json-to-simple-3d": "^0.0.5",
99
"circuit-to-svg": "^0.0.158",
1010
"jscad-fiber": "^0.0.81",
@@ -190,7 +190,7 @@
190190

191191
"@tscircuit/schematic-match-adapt": ["@tscircuit/[email protected]", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-85e6Pq58zrhZqivyW4bPVZfGfg8xLBCj3yjHl5LZslwfsDRgtWVob4bjJMhCfNL/mLsPUQKnpiDNnFKl9ugUZw=="],
192192

193-
"@tscircuit/simple-3d-svg": ["@tscircuit/[email protected].22", "", {}, "sha512-VYV1DgXIJUgNcljaCUcDjh48tpCESzcdwz66DUd1AG5Pj4IGs8JEIG26ntuliwg+sLvxaNlkpAYFKmEBWyz30w=="],
193+
"@tscircuit/simple-3d-svg": ["@tscircuit/[email protected].28", "", {}, "sha512-jv3ECxepIoCjsuNSz7cHhD5gQgZ2mOjmM1SKTBmbLldvmA71EBBbtX+QFp+p7UVwkoxWrwDdYtGdkU0QPJGNcg=="],
194194

195195
"@tscircuit/soup-util": ["@tscircuit/[email protected]", "", { "dependencies": { "parsel-js": "^1.1.2" }, "peerDependencies": { "circuit-json": "*", "transformation-matrix": "*", "zod": "*" } }, "sha512-GdcuFxk+qnJZv+eI7ZoJ1MJEseFgRyaztMtQ/OXA2SUnxyPEH0UTy9vkhKTm+8GTePryEgdXcc65TgUyrr44ww=="],
196196

@@ -756,8 +756,6 @@
756756

757757
"strip-ansi-cjs/ansi-regex": ["[email protected]", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
758758

759-
"tscircuit/@tscircuit/simple-3d-svg": ["@tscircuit/[email protected]", "", {}, "sha512-jv3ECxepIoCjsuNSz7cHhD5gQgZ2mOjmM1SKTBmbLldvmA71EBBbtX+QFp+p7UVwkoxWrwDdYtGdkU0QPJGNcg=="],
760-
761759
"tscircuit/circuit-json-to-simple-3d": ["[email protected]", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-Zyqhf4NcbU3roIR5a8eLA7/YpoRsV2li5hZ3g4jC2F8Dhu+lYirznsS1PofGANVWj8y5XcqUuTQWzhsQel69cg=="],
762760

763761
"tscircuit/circuit-to-svg": ["[email protected]", "", { "dependencies": { "@types/node": "^22.5.5", "bun-types": "^1.1.40", "svgson": "^5.3.1", "transformation-matrix": "^2.16.1" }, "peerDependencies": { "@tscircuit/circuit-json-util": "*", "@tscircuit/footprinter": "*", "circuit-json": "*", "schematic-symbols": "*" } }, "sha512-yyNbFq18y8ZMP2fYNtA3HmARYWRt38S+ThZu1LuNaSlnHl4g9iYwH5unNoXD9a23cgBDiOtytescdP7fSm6TFg=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "^5.0.0"
2929
},
3030
"dependencies": {
31-
"@tscircuit/simple-3d-svg": "^0.0.22",
31+
"@tscircuit/simple-3d-svg": "^0.0.28",
3232
"circuit-json-to-simple-3d": "^0.0.5",
3333
"circuit-to-svg": "^0.0.158",
3434
"jscad-fiber": "^0.0.81",

0 commit comments

Comments
 (0)