Skip to content

Commit

Permalink
build(proctext): 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 e244a8d commit 78271bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/proctext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/arrays": "^2.9.11",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/defmulti": "^3.0.44",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/parse": "^2.4.47",
"@thi.ng/random": "^3.8.5",
"@thi.ng/strings": "^3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/proctext/src/generate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { peek } from "@thi.ng/arrays/peek";
import { mergeDeepObj } from "@thi.ng/associative/merge-deep";
import { DEFAULT, defmulti } from "@thi.ng/defmulti/defmulti";
import { mergeDeepObj } from "@thi.ng/object-utils/merge-deep";
import type { ContextOpts, ParseScope } from "@thi.ng/parse";
import { defContext } from "@thi.ng/parse/context";
import { defGrammar } from "@thi.ng/parse/grammar";
Expand Down

0 comments on commit 78271bc

Please sign in to comment.