I attempted to install @deephaven/utils in the vscode-deephaven extension and get a number of errors:

It looks like there are at least 2 classes of errors here:
- Incompatible
CustomEvent type (presumably due to differences in TypeScript version or tsconfig target)
- References to
jest. This dependency is not declared in package.json. We may also want to remove the dependency on jest from @deephaven/utils altogether since not all consumers would be using jest as their testing framework.
I attempted to install @deephaven/utils in the vscode-deephaven extension and get a number of errors:

It looks like there are at least 2 classes of errors here:
CustomEventtype (presumably due to differences in TypeScript version or tsconfig target)jest. This dependency is not declared inpackage.json. We may also want to remove the dependency onjestfrom@deephaven/utilsaltogether since not all consumers would be usingjestas their testing framework.