Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencySatisfies only reliable with a peerDep
This addon uses `dependencySatisfies` to check the ember-source version. But unless you have a peerDep on ember-source, that was unreliable depending on Yarn/NPM optimization behaviors. And now as of embroider-build/embroider#1070 we're making `dependencySatisfies` strict so that it won't accidentally work sometimes when you don't actually declare a dependency or peerDependency.
- Loading branch information