Closed MoOx closed 2 years ago
Just wondering, does this mean 10+ is required? If so, can we make it so that 9 is also allowed?
I think we could use ">=9". But in case you start to use v10 feature, it won't work and you might not be aware of it. Anyway people can always use npm overrides in case they think it's "ok for them to have v9" ?
I think allowing 9 now as well to start would be ideal. I have a few features in the pipe that will require v10, and at that point I can bump the minimum to v10. Would that be ok for you and your use case too?
Should be ok, I used 10 for devDep, but peerDep to >=9.1.2
Thank you @MoOx ! Would you also add an entry to the changelog?
@zth done !
🙏 thank you @MoOx !
Closes #396