diff --git a/bun.lock b/bun.lock index e7afdc8dd..de8a8f26b 100644 --- a/bun.lock +++ b/bun.lock @@ -25,10 +25,10 @@ "@tscircuit/file-server": "^0.0.31", "@tscircuit/footprinter": "^0.0.236", "@tscircuit/math-utils": "^0.0.25", - "@tscircuit/pcb-viewer": "^1.11.224", + "@tscircuit/pcb-viewer": "1.11.224", "@tscircuit/props": "^0.0.337", "@tscircuit/schematic-trace-solver": "^0.0.38", - "@tscircuit/schematic-viewer": "2.0.43", + "@tscircuit/schematic-viewer": "^2.0.44", "@types/bun": "latest", "@types/debug": "^4.1.12", "@types/react": "^19.1.10", @@ -608,7 +608,7 @@ "@tscircuit/schematic-trace-solver": ["@tscircuit/schematic-trace-solver@0.0.38", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-T0ZXQdBHFBUyAt+gp1qLHLGnYDqBBfx/VnZ0LD72yROiYOsKjB0f/FL+ruyShaMDXX5Ne+YiprB2mlOvDMkNEw=="], - "@tscircuit/schematic-viewer": ["@tscircuit/schematic-viewer@2.0.43", "", { "dependencies": { "chart.js": "^4.5.0", "circuit-json-to-spice": "^0.0.10", "debug": "^4.4.0", "performance-now": "^2.1.0", "react-chartjs-2": "^5.3.0", "use-mouse-matrix-transform": "^1.2.2" }, "peerDependencies": { "tscircuit": "*", "typescript": "^5.0.0" } }, "sha512-tYjI1l9UcXZxVK1qk4UiPVAjyn7ZCCn+dFVSfzQR9FkjrUXRuF/u8r0JSNtBZbojcsrce3VE3SguSlSQ47At0Q=="], + "@tscircuit/schematic-viewer": ["@tscircuit/schematic-viewer@2.0.44", "", { "dependencies": { "chart.js": "^4.5.0", "circuit-json-to-spice": "^0.0.10", "debug": "^4.4.0", "performance-now": "^2.1.0", "react-chartjs-2": "^5.3.0", "use-mouse-matrix-transform": "^1.2.2" }, "peerDependencies": { "tscircuit": "*", "typescript": "^5.0.0" } }, "sha512-6PRywbpka0zC/vVT/ZgId0q3WJF0zw5r3l+rJcB+CAB1DoLRKn0bDRP5Ngbw4Thb5n6cOeKdPWnPLXWGN6Uchg=="], "@tscircuit/simple-3d-svg": ["@tscircuit/simple-3d-svg@0.0.41", "", { "dependencies": { "fast-xml-parser": "^5.2.5", "fflate": "^0.8.2" } }, "sha512-2iwhHhMLElq5t0fcC0Gr7cCpZhEOAKh+6NN0NIJ9YWUCcsB7UN8uYko7jqNTxDlYOe6E0ZYaDZWsQ3amOZ3dlw=="], diff --git a/package.json b/package.json index ae4274a3b..0b4fc19bc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@tscircuit/pcb-viewer": "1.11.224", "@tscircuit/props": "^0.0.337", "@tscircuit/schematic-trace-solver": "^0.0.38", - "@tscircuit/schematic-viewer": "2.0.43", + "@tscircuit/schematic-viewer": "2.0.44", "@types/bun": "latest", "@types/debug": "^4.1.12", "@types/react": "^19.1.10",