Skip to content

Commit

Permalink
fix: failing linter test from de-globalize PR (#1321)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Babich <vladbabich@deephaven.io>
  • Loading branch information
dsmmcken and vbabich authored May 25, 2023
1 parent 485c7cc commit 6ae174c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@deephaven/components": "file:../components",
"@deephaven/icons": "file:../icons",
"@deephaven/jsapi-bootstrap": "file:../jsapi-bootstrap",
"@deephaven/jsapi-types": "file:../jsapi-types",
"@deephaven/log": "file:../log",
"@deephaven/storage": "file:../storage",
"@deephaven/utils": "file:../utils",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/src/csv/CsvInputBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React, {
import classNames from 'classnames';
import type { JSZipObject } from 'jszip';
import { Button, Checkbox } from '@deephaven/components';
import { IdeSession, Table } from '@deephaven/jsapi-shim';
import type { IdeSession, Table } from '@deephaven/jsapi-types';
import Log from '@deephaven/log';
import { DbNameValidator } from '@deephaven/utils';
import CsvOverlay from './CsvOverlay';
Expand Down

0 comments on commit 6ae174c

Please sign in to comment.