Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
update deps, enabling soup to be provided to footprints
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jun 10, 2024
1 parent 0beadd7 commit b9042f3
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 114 deletions.
Binary file modified dev-server-frontend/bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions dev-server-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tscircuit/builder": "^1.5.92",
"@tscircuit/pcb-viewer": "^1.3.9",
"@tscircuit/schematic-viewer": "^1.2.9",
"@tscircuit/builder": "^1.5.116",
"@tscircuit/pcb-viewer": "^1.3.11",
"@tscircuit/schematic-viewer": "^1.2.12",
"@tscircuit/table-viewer": "0.0.8",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
Expand Down
139 changes: 84 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@edge-runtime/primitives": "^4.1.0",
"@hono/node-server": "^1.8.2",
"@tscircuit/builder": "^1.5.92",
"@tscircuit/react-fiber": "^1.1.14",
"@tscircuit/builder": "^1.5.116",
"@tscircuit/react-fiber": "^1.1.27",
"@tscircuit/soup-util": "^0.0.1",
"archiver": "^7.0.1",
"axios": "^1.6.7",
Expand Down
Loading

0 comments on commit b9042f3

Please sign in to comment.