Skip to content

Commit 391f549

Browse files
fix(deps): update dependency @tscircuit/simple-3d-svg to ^0.0.41
1 parent 2f6b774 commit 391f549

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.41",
88
"circuit-json-to-simple-3d": "^0.0.9",
99
"circuit-to-svg": "^0.0.202",
1010
"jscad-fiber": "^0.0.85",
@@ -255,7 +255,7 @@
255255

256256
"@tscircuit/schematic-trace-solver": ["@tscircuit/[email protected]", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-T0ZXQdBHFBUyAt+gp1qLHLGnYDqBBfx/VnZ0LD72yROiYOsKjB0f/FL+ruyShaMDXX5Ne+YiprB2mlOvDMkNEw=="],
257257

258-
"@tscircuit/simple-3d-svg": ["@tscircuit/[email protected].22", "", {}, "sha512-VYV1DgXIJUgNcljaCUcDjh48tpCESzcdwz66DUd1AG5Pj4IGs8JEIG26ntuliwg+sLvxaNlkpAYFKmEBWyz30w=="],
258+
"@tscircuit/simple-3d-svg": ["@tscircuit/[email protected].41", "", { "dependencies": { "fast-xml-parser": "^5.2.5", "fflate": "^0.8.2" } }, "sha512-2iwhHhMLElq5t0fcC0Gr7cCpZhEOAKh+6NN0NIJ9YWUCcsB7UN8uYko7jqNTxDlYOe6E0ZYaDZWsQ3amOZ3dlw=="],
259259

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

@@ -839,8 +839,6 @@
839839

840840
"sucrase/commander": ["[email protected]", "", {}, "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="],
841841

842-
"tscircuit/@tscircuit/simple-3d-svg": ["@tscircuit/[email protected]", "", { "dependencies": { "fast-xml-parser": "^5.2.5", "fflate": "^0.8.2" } }, "sha512-2iwhHhMLElq5t0fcC0Gr7cCpZhEOAKh+6NN0NIJ9YWUCcsB7UN8uYko7jqNTxDlYOe6E0ZYaDZWsQ3amOZ3dlw=="],
843-
844842
"tscircuit/circuit-to-svg": ["[email protected]", "", { "dependencies": { "@types/node": "^22.5.5", "bun-types": "^1.1.40", "calculate-elbow": "0.0.12", "svgson": "^5.3.1", "transformation-matrix": "^2.16.1" }, "peerDependencies": { "tscircuit": "*" } }, "sha512-IFxiNIZSl7iVgbBFM8x+BCj6Eyw3Cg6xIboeSxk2k2yyduwySmmccf77w95Vyug7s4W3qUYCvHn5bs7e7G/o/Q=="],
845843

846844
"use-mouse-matrix-transform/transformation-matrix": ["[email protected]", "", {}, "sha512-C6NlNnD6T8JqDeY4BpGznuve4d8/JlLDZLcJbnnx7gQKoyk01+uk2XYVFjBGqvNsVxJUpUwb3WZpjpdPr+05FQ=="],

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.41",
3232
"circuit-json-to-simple-3d": "^0.0.9",
3333
"circuit-to-svg": "^0.0.202",
3434
"jscad-fiber": "^0.0.85",

0 commit comments

Comments
 (0)