Closed ThaNarie closed 4 years ago
https://github.com/riccoarntz/muban-transition-component/blob/7a8255710553667cd0cbc39ee2545341ceb92545/package.json#L111 This version is old-ish, but is force-installed because the main muban is already in a different minor version.
As long as things are not breaking, (using the correct minimum version) we should let the project responsible for managing that.
So I would suggest two things:
muban-core
devDependencies
peerDependencies
https://github.com/riccoarntz/muban-transition-component/blob/7a8255710553667cd0cbc39ee2545341ceb92545/package.json#L111 This version is old-ish, but is force-installed because the main muban is already in a different minor version.
As long as things are not breaking, (using the correct minimum version) we should let the project responsible for managing that.
So I would suggest two things:
muban-core
line to bothdevDependencies
(during development) andpeerDependencies
(to signal what should be used in the main project) .