@camunda/play 6.1.0 → 6.1.1-rc.1

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.0",
3
+ "version": "6.1.1-rc.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",
@@ -21,30 +21,31 @@
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",
25
24
  "@bpmn-io/form-js": "1.x",
26
25
  "@camunda/connectors-element-templates": "1.x",
27
26
  "@camunda/improved-canvas": "1.x",
27
+ "@carbon/elements": "11.x",
28
+ "@carbon/icons-react": "11.x",
28
29
  "@carbon/react": "1.x",
29
30
  "@monaco-editor/react": "4.x",
31
+ "bpmn-js": "18.x",
30
32
  "bpmn-moddle": "8.x || 9.x",
31
33
  "camunda-bpmn-js": "3.x || 4.x || 5.x",
34
+ "diagram-js": "15.x",
32
35
  "diagram-js-grid": "1.x",
33
36
  "diagram-js-minimap": "4.x || 5.x",
34
- "lodash": "4.x",
35
37
  "mobx": "6.x",
36
38
  "mobx-react": "7.x || 8.x || 9.x",
37
39
  "monaco-editor": "0.x",
38
40
  "react": "18.x",
39
- "react-dom": "18.x",
40
- "styled-components": "6.x"
41
+ "react-dom": "18.x"
41
42
  },
42
43
  "devDependencies": {
43
- "@bpmn-io/element-template-icon-renderer": "1.0.0",
44
44
  "@bpmn-io/form-js": "1.17.0",
45
45
  "@camunda/connectors-element-templates": "1.0.7",
46
- "@camunda/form-playground": "0.22.0",
47
46
  "@camunda/improved-canvas": "1.7.6",
47
+ "@carbon/elements": "11.x",
48
+ "@carbon/icons-react": "11.x",
48
49
  "@carbon/react": "1.83.0",
49
50
  "@eslint/js": "9.36.0",
50
51
  "@monaco-editor/react": "4.7.0",
@@ -55,28 +56,28 @@
55
56
  "@testing-library/dom": "10.4.1",
56
57
  "@testing-library/jest-dom": "6.8.0",
57
58
  "@testing-library/react": "16.3.0",
58
- "@testing-library/react-hooks": "8.0.1",
59
59
  "@testing-library/user-event": "14.6.1",
60
60
  "@types/bpmn-moddle": "9.0.0",
61
61
  "@types/carbon-components-react": "7.55.13",
62
62
  "@types/carbon__elements": "11.10.3",
63
63
  "@types/jest": "30.0.0",
64
- "@types/lodash": "4.17.20",
64
+ "@types/lodash-es": "4.17.12",
65
65
  "@types/mixpanel-browser": "2.66.0",
66
66
  "@types/node": "22.18.6",
67
67
  "@types/prop-types": "15.7.15",
68
68
  "@types/react": "18.3.24",
69
69
  "@types/react-dom": "18.3.7",
70
- "@types/vimeo__player": "2.18.3",
71
70
  "@typescript-eslint/eslint-plugin": "8.44.1",
72
71
  "@typescript-eslint/parser": "8.44.1",
73
72
  "@vitejs/plugin-react": "4.7.0",
74
73
  "@vitest/coverage-istanbul": "3.2.4",
75
74
  "@vitest/ui": "3.2.4",
75
+ "bpmn-js": "18.7.0",
76
76
  "bpmn-js-headless": "0.1.0",
77
77
  "bpmn-moddle": "9.0.4",
78
78
  "camunda-bpmn-js": "5.14.0",
79
79
  "conventional-changelog-conventionalcommits": "9.1.0",
80
+ "diagram-js": "15.4.0",
80
81
  "diagram-js-grid": "1.1.0",
81
82
  "diagram-js-minimap": "5.2.0",
82
83
  "dotenv": "17.2.2",
@@ -89,29 +90,35 @@
89
90
  "eslint-plugin-testing-library": "7.10.0",
90
91
  "globals": "16.4.0",
91
92
  "jsdom": "27.0.0",
92
- "lodash": "4.17.21",
93
93
  "mixpanel-browser": "2.70.0",
94
94
  "mobx": "6.15.0",
95
95
  "mobx-react": "9.2.1",
96
96
  "monaco-editor": "0.51.0",
97
97
  "prettier": "3.6.2",
98
- "prop-types": "15.8.1",
99
98
  "react": "18.3.1",
100
99
  "react-dom": "18.3.1",
101
100
  "react-router-dom": "7.9.3",
102
101
  "sass": "1.93.2",
103
102
  "source-map-explorer": "2.5.3",
104
- "styled-components": "6.1.19",
105
103
  "ts-toolbelt": "9.6.0",
106
104
  "tsc-watch": "7.2.0",
107
105
  "typescript": "5.9.2",
108
106
  "typescript-eslint": "8.44.1",
109
107
  "vite": "7.1.7",
108
+ "vite-plugin-externalize-deps": "0.10.0",
110
109
  "vite-plugin-svgr": "4.5.0",
111
110
  "vite-svg-loader": "5.1.0",
112
111
  "vite-tsconfig-paths": "5.1.4",
113
112
  "vitest": "3.2.4"
114
113
  },
114
+ "dependencies": {
115
+ "@bpmn-io/element-template-icon-renderer": "1.0.0",
116
+ "@camunda/form-playground": "0.22.0",
117
+ "@floating-ui/react-dom": "2.1.6",
118
+ "lodash-es": "4.17.21",
119
+ "prop-types": "15.8.1",
120
+ "styled-components": "6.1.19"
121
+ },
115
122
  "lint-staged": {
116
123
  "*": [
117
124
  "prettier --write"
@@ -127,10 +134,5 @@
127
134
  ],
128
135
  "author": "Camunda",
129
136
  "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
- }
137
+ "packageManager": "yarn@1.22.22"
136
138
  }