@camunda/play 6.1.1 → 6.1.3-rc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "6.1.1",
3
+ "version": "6.1.3-rc.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",
@@ -21,32 +21,42 @@
21
21
  "publish-local": "yarn build:dev && npx yalc push --sig"
22
22
  },
23
23
  "peerDependencies": {
24
- "@bpmn-io/element-template-icon-renderer": "0.x || 1.x",
24
+ "@bpmn-io/element-template-icon-renderer": "1.x",
25
25
  "@bpmn-io/form-js": "1.x",
26
26
  "@camunda/connectors-element-templates": "1.x",
27
+ "@camunda/form-playground": "0.x",
27
28
  "@camunda/improved-canvas": "1.x",
29
+ "@carbon/elements": "11.x",
30
+ "@carbon/icons-react": "11.x",
28
31
  "@carbon/react": "1.x",
32
+ "@floating-ui/react-dom": "2.x",
29
33
  "@monaco-editor/react": "4.x",
34
+ "bpmn-js": "18.x",
30
35
  "bpmn-moddle": "8.x || 9.x",
31
36
  "camunda-bpmn-js": "3.x || 4.x || 5.x",
37
+ "diagram-js": "15.x",
32
38
  "diagram-js-grid": "1.x",
33
39
  "diagram-js-minimap": "4.x || 5.x",
34
- "lodash": "4.x",
40
+ "lodash-es": "4.x",
35
41
  "mobx": "6.x",
36
42
  "mobx-react": "7.x || 8.x || 9.x",
37
43
  "monaco-editor": "0.x",
38
44
  "react": "18.x",
39
45
  "react-dom": "18.x",
46
+ "prop-types": "15.x",
40
47
  "styled-components": "6.x"
41
48
  },
42
49
  "devDependencies": {
43
50
  "@bpmn-io/element-template-icon-renderer": "1.0.0",
44
51
  "@bpmn-io/form-js": "1.17.0",
45
- "@camunda/connectors-element-templates": "1.0.7",
46
52
  "@camunda/form-playground": "0.22.0",
53
+ "@camunda/connectors-element-templates": "1.0.7",
47
54
  "@camunda/improved-canvas": "1.7.6",
55
+ "@carbon/elements": "11.77.0",
56
+ "@carbon/icons-react": "11.69.0",
48
57
  "@carbon/react": "1.83.0",
49
58
  "@eslint/js": "9.36.0",
59
+ "@floating-ui/react-dom": "2.1.6",
50
60
  "@monaco-editor/react": "4.7.0",
51
61
  "@playwright/test": "1.55.1",
52
62
  "@semantic-release/changelog": "6.0.3",
@@ -55,28 +65,28 @@
55
65
  "@testing-library/dom": "10.4.1",
56
66
  "@testing-library/jest-dom": "6.8.0",
57
67
  "@testing-library/react": "16.3.0",
58
- "@testing-library/react-hooks": "8.0.1",
59
68
  "@testing-library/user-event": "14.6.1",
60
69
  "@types/bpmn-moddle": "9.0.0",
61
70
  "@types/carbon-components-react": "7.55.13",
62
71
  "@types/carbon__elements": "11.10.3",
63
72
  "@types/jest": "30.0.0",
64
- "@types/lodash": "4.17.20",
73
+ "@types/lodash-es": "4.17.12",
65
74
  "@types/mixpanel-browser": "2.66.0",
66
75
  "@types/node": "22.18.6",
67
76
  "@types/prop-types": "15.7.15",
68
77
  "@types/react": "18.3.24",
69
78
  "@types/react-dom": "18.3.7",
70
- "@types/vimeo__player": "2.18.3",
71
79
  "@typescript-eslint/eslint-plugin": "8.44.1",
72
80
  "@typescript-eslint/parser": "8.44.1",
73
81
  "@vitejs/plugin-react": "4.7.0",
74
82
  "@vitest/coverage-istanbul": "3.2.4",
75
83
  "@vitest/ui": "3.2.4",
84
+ "bpmn-js": "18.7.0",
76
85
  "bpmn-js-headless": "0.1.0",
77
86
  "bpmn-moddle": "9.0.4",
78
87
  "camunda-bpmn-js": "5.14.0",
79
88
  "conventional-changelog-conventionalcommits": "9.1.0",
89
+ "diagram-js": "15.4.0",
80
90
  "diagram-js-grid": "1.1.0",
81
91
  "diagram-js-minimap": "5.2.0",
82
92
  "dotenv": "17.2.2",
@@ -89,7 +99,7 @@
89
99
  "eslint-plugin-testing-library": "7.10.0",
90
100
  "globals": "16.4.0",
91
101
  "jsdom": "27.0.0",
92
- "lodash": "4.17.21",
102
+ "lodash-es": "4.17.21",
93
103
  "mixpanel-browser": "2.70.0",
94
104
  "mobx": "6.15.0",
95
105
  "mobx-react": "9.2.1",
@@ -107,6 +117,7 @@
107
117
  "typescript": "5.9.2",
108
118
  "typescript-eslint": "8.44.1",
109
119
  "vite": "7.1.7",
120
+ "vite-plugin-externalize-deps": "0.10.0",
110
121
  "vite-plugin-svgr": "4.5.0",
111
122
  "vite-svg-loader": "5.1.0",
112
123
  "vite-tsconfig-paths": "5.1.4",
@@ -127,10 +138,5 @@
127
138
  ],
128
139
  "author": "Camunda",
129
140
  "license": "Apache-2.0",
130
- "packageManager": "yarn@1.22.22",
131
- "dependencies": {
132
- "@carbon/elements": "11.70.0",
133
- "@floating-ui/react-dom": "2.1.6",
134
- "@vimeo/player": "2.29.7"
135
- }
141
+ "packageManager": "yarn@1.22.22"
136
142
  }