Package peer-dependencies issue

Hi. I was trying to use the babylon inspector with v. 9.15.0, but it seems that only the latest “@babylonjs/addons” (v. 9.21.1 atm) gets pulled, even if I specifically include “babylon/inspector”: 9.15.0 in the package.json. Because of multiple refactoring & pure-imports the “@babylon/core”: 9.15.0 package is not compatible with “@babylonjs/addons” 9.21.1

interesting. I’ll have to check it. However, there is little i can do to fix the 9.15.0 release. Are you able to upgrade to latest 9.22 ? or is this totally not an option?

As a side note, you can force a specific version for any package (overrides will probably help here. or simply install addons in the version you want). So if you can’t upgrade, maybe this would be an acceptable solution