Skip to content

Commit 1e250a9

Browse files
authored
fix: Fixed dependency mapping (#1247)
fixes #1246
1 parent de7a110 commit 1e250a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jsapi-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@deephaven/jsapi-types": "file:../jsapi-types",
2929
"@deephaven/jsapi-utils": "file:../jsapi-utils",
3030
"@deephaven/log": "file:../log",
31-
"@deephaven/react-hooks": "file:../log",
31+
"@deephaven/react-hooks": "file:../react-hooks",
3232
"@deephaven/utils": "file:../utils",
3333
"@react-stately/data": "^3.9.1",
3434
"classnames": "^2.3.2",

0 commit comments

Comments
 (0)