chore(deps): lock file maintenance (#1325)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-16 16:42:47 +00:00 committed by GitHub
parent 762a0c5a87
commit 5ec2361e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 510 additions and 656 deletions

View File

@ -384,7 +384,7 @@ export default function (DOMNode: HTMLElement, options: Partial<Options> = {}) {
.style('fill-opacity', 0)
.text((d) => d.data.name)
.on('click', (_, datum) => {
onClickText(datum);
onClickText(datum as unknown as HierarchyPointNode<Node>);
});
const nodeEnterAndUpdate = nodeEnter.merge(node);

File diff suppressed because it is too large Load Diff