Skip to content

Commit b8840eb

Browse files
authored
fix: migrate connectable import to cosmoz-utils (#222)
Migrate from deprecated @neovici/cosmoz-dropdown/connectable to @neovici/cosmoz-utils/connectable as part of the cosmoz-dropdown migration effort. Depends on: Neovici/cosmoz-utils#224 Part of NEO-916
1 parent 66d602d commit b8840eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@lit-labs/virtualizer": "^2.0.0",
7878
"@neovici/cosmoz-dropdown": "^6.0.0 || ^7.0.0",
7979
"@neovici/cosmoz-input": "^5.0.2",
80-
"@neovici/cosmoz-utils": "^6.0.0",
80+
"@neovici/cosmoz-utils": "^6.19.0",
8181
"@pionjs/pion": "^2.7.1",
8282
"i18next": "^23.16.8",
8383
"lit-html": "^2.0.0 || ^3.0.0"

src/listbox/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
virtualize,
44
virtualizerRef,
55
} from '@lit-labs/virtualizer/virtualize.js';
6-
import { connectable } from '@neovici/cosmoz-dropdown/connectable';
6+
import { connectable } from '@neovici/cosmoz-utils/connectable';
77
import { sheet } from '@neovici/cosmoz-utils';
88
import { spreadProps } from '@neovici/cosmoz-utils/directives/spread-props';
99
import { noop } from '@neovici/cosmoz-utils/function';

0 commit comments

Comments
 (0)