Skip to content

Commit

Permalink
build(rdom-components): 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 12c8bf7 commit 903392b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rdom-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/hiccup-html": "^2.7.2",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/rdom": "^1.5.3",
"@thi.ng/rstream": "^8.5.6",
"@thi.ng/strings": "^3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rdom-components/src/editor.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Fn } from "@thi.ng/api";
import { meldDeepObj } from "@thi.ng/associative/merge-deep";
import type { Attribs } from "@thi.ng/hiccup-html";
import { div } from "@thi.ng/hiccup-html/blocks";
import { textArea, type TextAreaAttribs } from "@thi.ng/hiccup-html/forms";
import { meldDeepObj } from "@thi.ng/object-utils/merge-deep";
import type { IComponent } from "@thi.ng/rdom";
import { $compile } from "@thi.ng/rdom/compile";
import type { ISubscription } from "@thi.ng/rstream";
Expand Down

0 comments on commit 903392b

Please sign in to comment.