camunda-bpmn-js 2.4.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import iconRendererModule from '@bpmn-io/element-templates-icons-renderer';
1
+ import iconRendererModule from '@bpmn-io/element-template-icon-renderer';
2
2
 
3
3
  import zeebeModdle from 'zeebe-bpmn-moddle/resources/zeebe.json';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -53,16 +53,16 @@
53
53
  "dependencies": {
54
54
  "@bpmn-io/align-to-origin": "^0.7.0",
55
55
  "@bpmn-io/element-template-chooser": "^1.0.0",
56
- "@bpmn-io/element-templates-icons-renderer": "^0.3.0",
56
+ "@bpmn-io/element-template-icon-renderer": "^0.5.0",
57
57
  "@bpmn-io/variable-resolver": "^1.1.0",
58
58
  "@camunda/example-data-properties-provider": "^1.1.1",
59
- "bpmn-js": "^13.0.4",
59
+ "bpmn-js": "^13.1.0",
60
60
  "bpmn-js-color-picker": "^0.5.0",
61
- "bpmn-js-create-append-anything": "^0.1.0",
61
+ "bpmn-js-create-append-anything": "^0.2.0",
62
62
  "bpmn-js-executable-fix": "^0.2.0",
63
- "camunda-bpmn-js-behaviors": "^0.5.0",
63
+ "camunda-bpmn-js-behaviors": "^0.6.0",
64
64
  "camunda-bpmn-moddle": "^7.0.1",
65
- "diagram-js": "^12.0.2",
65
+ "diagram-js": "^12.1.0",
66
66
  "diagram-js-grid": "^0.2.0",
67
67
  "diagram-js-minimap": "^4.1.0",
68
68
  "diagram-js-origin": "^1.4.0",
@@ -73,7 +73,6 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@babel/core": "^7.18.13",
76
- "@bpmn-io/properties-panel": "^1.8.1",
77
76
  "@rollup/plugin-commonjs": "^25.0.0",
78
77
  "@rollup/plugin-json": "^6.0.0",
79
78
  "@rollup/plugin-node-resolve": "^15.0.1",
@@ -82,7 +81,7 @@
82
81
  "babel-plugin-istanbul": "^6.1.1",
83
82
  "bio-dts": "^0.8.1",
84
83
  "bpmn-js-connectors-extension": "^0.4.6",
85
- "bpmn-js-properties-panel": "^1.22.1",
84
+ "bpmn-js-properties-panel": "^1.26.0",
86
85
  "chai": "^4.3.7",
87
86
  "cross-env": "^7.0.3",
88
87
  "del-cli": "^5.0.0",
@@ -117,7 +116,7 @@
117
116
  "webpack": "^5.74.0"
118
117
  },
119
118
  "peerDependencies": {
120
- "bpmn-js-properties-panel": ">= 1.11.3"
119
+ "bpmn-js-properties-panel": ">= 1.24.0"
121
120
  },
122
121
  "files": [
123
122
  "dist",