Thanks mweststrate‘s work.
This lib helps me a lot.
But it doesn't solve all problems.
Here is my case.
Some libs doesn't need to build like react-scripts. When lib's dependencies changed, we should reinstall dependencies in example app. For example, we update webpack in react-scripts and test react-scripts in example app.
I read through source code. Here is my solution that we should diff lib's dependencies and install them which changed with explicit version.
After finish my work, i will try to support this issue.
Thanks mweststrate‘s work. This lib helps me a lot.
But it doesn't solve all problems.
Here is my case.
Some libs doesn't need to build like
react-scripts
. When lib's dependencies changed, we should reinstall dependencies in example app. For example, we updatewebpack
inreact-scripts
and testreact-scripts
in example app.I read through source code. Here is my solution that we should diff lib's dependencies and install them which changed with explicit version.
After finish my work, i will try to support this issue.