Skip to content

Commit

Permalink
build(egf): 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 90148b2 commit d0b54ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/egf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/dot": "^2.1.80",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/logger": "^3.0.16",
"@thi.ng/prefixes": "^2.3.23",
"@thi.ng/strings": "^3.8.0",
"@thi.ng/transducers-binary": "^2.1.125"
"@thi.ng/transducers-binary": "^2.1.125",
"@thi.ng/trie": "^1.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/egf/src/prefix.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TrieMap } from "@thi.ng/associative/trie-map";
import { illegalArgs } from "@thi.ng/errors/illegal-arguments";
import { TrieMap } from "@thi.ng/trie/trie-map";
import type { Prefixes } from "./api.js";

const RE_QFN = /^([a-z0-9-_$]*):([a-z0-9-_$.+]+)$/i;
Expand Down

0 comments on commit d0b54ab

Please sign in to comment.