Skip to content

Commit

Permalink
build(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 8e59a63 commit 3902356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/canvas": "^0.2.23",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/equiv": "^2.1.62",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/logger": "^3.0.16",
"@thi.ng/matrices": "^2.4.4",
"@thi.ng/memoize": "^3.3.8",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/pixel": "^6.1.37",
"@thi.ng/shader-ast": "^0.15.20",
"@thi.ng/shader-ast-glsl": "^0.4.128",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl/src/texture.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Nullable } from "@thi.ng/api";
import { withoutKeysObj } from "@thi.ng/associative/without-keys";
import { isArray } from "@thi.ng/checks/is-array";
import { withoutKeysObj } from "@thi.ng/object-utils/without-keys";
import {
TEX_FORMATS,
TextureFilter,
Expand Down

0 comments on commit 3902356

Please sign in to comment.