Describe the Bug
I'm not sure if I'm doing everything right but just adding "camunda-bpmn-js": "0.13.0-alpha.8", to package.json and trying out to use the Modeler fails because bpmn-js-properties-panel is missing. It is added as a peer dependency which means that it won't be installed by yarn. I think it should be moved to dependencies.
Steps to Reproduce
Expected Behavior
Environment
- OS: Linux
- Modeler version: 0.13.0-alpha.8
P.S. The same applies to @bpmn-io/properties-panel.