Skip to content

Commit

Permalink
build(geom-webgl): update deps & imports (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 20, 2024
1 parent 5131a85 commit 665f7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/geom-webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/defmulti": "^3.0.44",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/geom": "^8.0.4",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/transducers": "^9.0.10",
"@thi.ng/vector-pools": "^3.2.4",
"@thi.ng/vectors": "^7.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-webgl/src/as-webgl.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { typedArrayOfVec, type IObjectOf, type Maybe } from "@thi.ng/api";
import { mergeDeepObj } from "@thi.ng/associative/merge-deep";
import { isArrayLike } from "@thi.ng/checks/is-arraylike";
import type { MultiFn1O } from "@thi.ng/defmulti";
import { defmulti } from "@thi.ng/defmulti/defmulti";
Expand All @@ -18,6 +17,7 @@ import {
tessellate,
} from "@thi.ng/geom/tessellate";
import { withAttribs } from "@thi.ng/geom/with-attribs";
import { mergeDeepObj } from "@thi.ng/object-utils/merge-deep";
import { repeat } from "@thi.ng/transducers/repeat";
import type { AttribSpec } from "@thi.ng/vector-pools";
import { AttribPool } from "@thi.ng/vector-pools/attrib-pool";
Expand Down

0 comments on commit 665f7e9

Please sign in to comment.