Skip to content

Commit 99f82e9

Browse files
fix(deps): update dependency circuit-json-to-simple-3d to ^0.0.9 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6655df6 commit 99f82e9

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
@@ -5,7 +5,7 @@
55
"name": "svg.tscircuit.com",
66
"dependencies": {
77
"@tscircuit/simple-3d-svg": "^0.0.22",
8-
"circuit-json-to-simple-3d": "^0.0.8",
8+
"circuit-json-to-simple-3d": "^0.0.9",
99
"circuit-to-svg": "^0.0.158",
1010
"jscad-fiber": "^0.0.85",
1111
},
@@ -290,7 +290,7 @@
290290

291291
"circuit-json-to-connectivity-map": ["[email protected]", "", { "dependencies": { "@tscircuit/math-utils": "^0.0.9" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-HN8DiISjZZLTglGEkYNRpKeQ/DMG4dDo5j4Hck0UGSJbpux9aFwtJOGszMf06Inh/gu5oKBrpZJIeWxaNacKUg=="],
292292

293-
"circuit-json-to-simple-3d": ["[email protected].8", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-ZQJB625ntNUS0hC3dFZtyFS+t2oL4PVysHlNQdGqpJFefwRXLCOjiXj0qS4ihE1SSl8indv+FCoCzJS/Kp6JHw=="],
293+
"circuit-json-to-simple-3d": ["[email protected].9", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-thpCtDb9LpAQfGO+Z0hae19sxVAmJAMYM/It9UTMCtyXC3zoUHwRcp/oqtMO/ZIW+JDBhiR8AHmmtKScL2kW7Q=="],
294294

295295
"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-TdKxfJ3x+5/cT8wbyXC++jvsEWacKS0KWRcKNZ8qvz73nPcs8y5+iUUH1c0k6YkkY1aZwrjiTqYNYVtTSuySyg=="],
296296

@@ -788,8 +788,6 @@
788788

789789
"tscircuit/@tscircuit/simple-3d-svg": ["@tscircuit/[email protected]", "", { "dependencies": { "fast-xml-parser": "^5.2.5", "fflate": "^0.8.2" } }, "sha512-2iwhHhMLElq5t0fcC0Gr7cCpZhEOAKh+6NN0NIJ9YWUCcsB7UN8uYko7jqNTxDlYOe6E0ZYaDZWsQ3amOZ3dlw=="],
790790

791-
"tscircuit/circuit-json-to-simple-3d": ["[email protected]", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-thpCtDb9LpAQfGO+Z0hae19sxVAmJAMYM/It9UTMCtyXC3zoUHwRcp/oqtMO/ZIW+JDBhiR8AHmmtKScL2kW7Q=="],
792-
793791
"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": "*" } }, "sha512-i5U9V8oybLpog6ubUIaRANaU56NJteTjc/NfWz/jRJVlBkRNvyw+p+QfxwAMGyVmg08QU3qEpHq8yioMLRxK0A=="],
794792

795793
"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
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@tscircuit/simple-3d-svg": "^0.0.22",
32-
"circuit-json-to-simple-3d": "^0.0.8",
32+
"circuit-json-to-simple-3d": "^0.0.9",
3333
"circuit-to-svg": "^0.0.158",
3434
"jscad-fiber": "^0.0.85"
3535
}

0 commit comments

Comments
 (0)