diff --git a/.gitignore b/.gitignore index 47eb877..d4d97ae 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,7 @@ dist # Finder (MacOS) folder config .DS_Store .aider* +bun.lock .vercel .agent .agents \ No newline at end of file diff --git a/package.json b/package.json index 711c81c..4a7dde6 100644 --- a/package.json +++ b/package.json @@ -32,22 +32,23 @@ "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", + "@react-hook/resize-observer": "^2.0.2", "@resvg/resvg-wasm": "^2.6.2", - "@tscircuit/3d-viewer": "^0.0.450", + "@tscircuit/3d-viewer": "^0.0.543", "@tscircuit/assembly-viewer": "^0.0.5", - "@tscircuit/circuit-json-util": "^0.0.77", + "@tscircuit/circuit-json-util": "^0.0.90", "@tscircuit/create-snippet-url": "^0.0.13", - "@tscircuit/pcb-viewer": "^1.11.343", - "@tscircuit/schematic-viewer": "^2.0.57", + "@tscircuit/pcb-viewer": "^1.11.355", + "@tscircuit/schematic-viewer": "^2.0.59", "buffer": "^6.0.3", - "circuit-json": "^0.0.326", + "circuit-json": "^0.0.405", "circuit-json-to-bom-csv": "^0.0.8", - "circuit-json-to-gerber": "^0.0.44", - "circuit-json-to-kicad": "^0.0.27", - "circuit-json-to-lbrn": "^0.0.21", + "circuit-json-to-gerber": "^0.0.48", + "circuit-json-to-kicad": "^0.0.86", + "circuit-json-to-lbrn": "^0.0.69", "circuit-json-to-pnp-csv": "^0.0.7", - "circuit-json-to-step": "^0.0.2", - "easyeda": "^0.0.231", + "circuit-json-to-step": "^0.0.18", + "easyeda": "^0.0.251", "fuse.js": "^7.1.0", "jszip": "^3.10.1", "ky": "^1.14.3", @@ -59,7 +60,7 @@ "stepts": "^0.0.1", "tailwind-merge": "^3.5.0", "three": "^0.165.0", - "tscircuit": "^0.0.1012", + "tscircuit": "^0.0.1544", "zustand": "^5.0.11" } }