ember-basic-dropdown icon indicating copy to clipboard operation
ember-basic-dropdown copied to clipboard

Resolve multiple versions of @embroider/util

Open mayatron opened this issue 4 years ago • 2 comments

Running ember dependency-lint fails with:

@embroider/util
Allowed: (any single version)
Found: 0.47.2, 0.41.0
my-app
└─┬ ember-basic-dropdown
  ├── @embroider/[email protected]
  └─┬ ember-element-helper
    └── @embroider/[email protected]

mayatron avatar Nov 30 '21 18:11 mayatron

I stumbled across the same problem. I think it's also reported here: https://github.com/cibernox/ember-power-select/issues/1499

@mayatron did you find a way to work around the problems with ember dependency-lint until they fix this issue?

tschoartschi avatar Jan 25 '22 16:01 tschoartschi

should be fixed with: https://github.com/cibernox/ember-basic-dropdown/pull/654

mkszepp avatar Feb 07 '22 19:02 mkszepp