Skip to content

Commit 93ec805

Browse files
fix(deps): update dependency circuit-to-svg to ^0.0.203 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1494859 commit 93ec805

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
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@tscircuit/simple-3d-svg": "^0.0.22",
88
"circuit-json-to-simple-3d": "^0.0.9",
9-
"circuit-to-svg": "^0.0.202",
9+
"circuit-to-svg": "^0.0.203",
1010
"jscad-fiber": "^0.0.85",
1111
"sharp": "^0.34.4",
1212
},
@@ -341,7 +341,7 @@
341341

342342
"circuit-json-to-simple-3d": ["[email protected]", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-thpCtDb9LpAQfGO+Z0hae19sxVAmJAMYM/It9UTMCtyXC3zoUHwRcp/oqtMO/ZIW+JDBhiR8AHmmtKScL2kW7Q=="],
343343

344-
"circuit-to-svg": ["[email protected].202", "", { "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-NrhxmQw5TB6yaf3W6fJkSu0lFWBC7F2DVTLsTx2GrJwvcpuQvJIbsLVVNrQbh1/r8z4BOJeORteaQQ6ZGolIpQ=="],
344+
"circuit-to-svg": ["[email protected].203", "", { "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-SZSwYHOBNWW5OWoBNo95Jlm5XQQdT+UYjyREqYl3bm1+e2Tkuw60wHT3CXxdNauCVCknxJ5LPfA8NWFmpgUXug=="],
345345

346346
"cli-cursor": ["[email protected]", "", { "dependencies": { "restore-cursor": "^5.0.0" } }, "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw=="],
347347

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@tscircuit/simple-3d-svg": "^0.0.22",
3232
"circuit-json-to-simple-3d": "^0.0.9",
33-
"circuit-to-svg": "^0.0.202",
33+
"circuit-to-svg": "^0.0.203",
3434
"jscad-fiber": "^0.0.85",
3535
"sharp": "^0.34.4"
3636
}

0 commit comments

Comments
 (0)