Skip to content

Commit 538a855

Browse files
authored
update circuit-to-svg (#347)
1 parent 1f362f3 commit 538a855

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
"@emotion/css": "^11.11.2",
88
"@vitejs/plugin-react": "^4.5.0",
9-
"circuit-to-svg": "^0.0.130",
9+
"circuit-to-svg": "^0.0.166",
1010
"color": "^4.2.3",
1111
"react-supergrid": "^1.0.10",
1212
"react-toastify": "^10.0.5",
@@ -575,7 +575,7 @@
575575

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

578-
"circuit-to-svg": ["[email protected].130", "", { "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-xL5LkvwylGVwmxIjWX9Rp/x6v02ppBay+eNyhH4D5bOjQ8KWvwC2aCwCTBft2l5GPn/KAJeI2vNKy/njzGbJhw=="],
578+
"circuit-to-svg": ["[email protected].166", "", { "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=="],
579579

580580
"clean-stack": ["[email protected]", "", {}, "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="],
581581

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@emotion/css": "^11.11.2",
5353
"@vitejs/plugin-react": "^4.5.0",
54-
"circuit-to-svg": "^0.0.130",
54+
"circuit-to-svg": "^0.0.166",
5555
"color": "^4.2.3",
5656
"react-supergrid": "^1.0.10",
5757
"react-toastify": "^10.0.5",

0 commit comments

Comments
 (0)