Skip to content

Commit

Permalink
Merge pull request #141 from tscircuit/feat/schematic
Browse files Browse the repository at this point in the history
chore: update with latest footprinter version without lodash
  • Loading branch information
imrishabh18 authored Oct 7, 2024
2 parents 1636820 + 585adf3 commit 22ae21f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/components/base-components/NormalComponent.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { fp } from "@tscircuit/footprinter"
import type {
CadModelJscad,
CadModelObj,
CadModelProp,
CadModelStl,
} from "@tscircuit/props"
import { rotation } from "circuit-json"
import { fp } from "footprinter"
import {
type ReactSubtree,
createInstanceFromReactElement,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@tscircuit/soup-util": "^0.0.31",
"circuit-json": "^0.0.83",
"circuit-json-to-connectivity-map": "^0.0.17",
"footprinter": "^0.0.44",
"@tscircuit/footprinter": "^0.0.66",
"nanoid": "^5.0.7",
"performance-now": "^2.1.0",
"react": "^18.3.1",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 22ae21f

Please sign in to comment.