Migration from 7.3.0 to 10.0.0 the latest version issues

I am using these versions

"@bpmn-io/properties-panel": "^0.10.0",
"bpmn-js": "7.3.0",
"bpmn-js-properties-panel": "^0.46.0",
"camunda-bpmn-moddle": "^6.1.1",

and manually i updated to the latest version

"@bpmn-io/properties-panel": "^0.21.0",
"bpmn-js": "^10.0.0",
"bpmn-js-properties-panel": "^1.6.1",
"camunda-bpmn-moddle": "^7.0.1",

but this is showing error

Attempted import error: 'bpmn-js-properties-panel' does not contain 
a default export (imported as 'propertiesPanelModule').
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp'

any help?

Hi,

it seems like you are trying to update form the 0.x version of the bpmn-js-properties-panel to version 1.x. We did a full re-writte of the properties panel with the release of version 1.

Check out the example for info on how to use it and the changelog for breaking changes.