jvince
jvince
Resolving* to **_opentip/downloads/opentip-native.js_** worked for me. *[https://webpack.js.org/configuration/resolve/](https://webpack.js.org/configuration/resolve/)
@SevenOutman This would make sense because your @org/base as peer dependency accepts minor version changes. Have you tried changing the dependency range from `^1.0.0` to `~1.0.0`?
@SevenOutman I am new to the concept of monorepos and also had some misconceptions about beachball. You are quite right about the peer dependencies, they should not be auto-bumped. Maybe...