Open ef4 opened 2 months ago
Related PR https://github.com/ember-fastboot/ember-cli-fastboot/pull/948
i can update it with suggestion to use caret everywhere
@SergeAstapov yes if you update it to a ^
everywhere, I would merge that 👍
I wasn't confident enough to merge your other PR because I didn't have a real example of the effect, and Ed's example shows that we probably want to minimise the duplication 👍
If you install
ember-cli-fastboot
4.1.5, you will always get two different versions offastboot
in your dependency graph:This is because
workspace:*
dependencies become exact version matches when published.It would probably be better to use
workspace:^
.