@camunda/play 6.1.1-rc.1 → 6.1.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.1-rc.1",
3
+ "version": "6.1.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",
@@ -21,31 +21,30 @@
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
25
  "@bpmn-io/form-js": "1.x",
25
26
  "@camunda/connectors-element-templates": "1.x",
26
27
  "@camunda/improved-canvas": "1.x",
27
- "@carbon/elements": "11.x",
28
- "@carbon/icons-react": "11.x",
29
28
  "@carbon/react": "1.x",
30
29
  "@monaco-editor/react": "4.x",
31
- "bpmn-js": "18.x",
32
30
  "bpmn-moddle": "8.x || 9.x",
33
31
  "camunda-bpmn-js": "3.x || 4.x || 5.x",
34
- "diagram-js": "15.x",
35
32
  "diagram-js-grid": "1.x",
36
33
  "diagram-js-minimap": "4.x || 5.x",
34
+ "lodash": "4.x",
37
35
  "mobx": "6.x",
38
36
  "mobx-react": "7.x || 8.x || 9.x",
39
37
  "monaco-editor": "0.x",
40
38
  "react": "18.x",
41
- "react-dom": "18.x"
39
+ "react-dom": "18.x",
40
+ "styled-components": "6.x"
42
41
  },
43
42
  "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",
46
47
  "@camunda/improved-canvas": "1.7.6",
47
- "@carbon/elements": "11.x",
48
- "@carbon/icons-react": "11.x",
49
48
  "@carbon/react": "1.83.0",
50
49
  "@eslint/js": "9.36.0",
51
50
  "@monaco-editor/react": "4.7.0",
@@ -56,28 +55,28 @@
56
55
  "@testing-library/dom": "10.4.1",
57
56
  "@testing-library/jest-dom": "6.8.0",
58
57
  "@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-es": "4.17.12",
64
+ "@types/lodash": "4.17.20",
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",
70
71
  "@typescript-eslint/eslint-plugin": "8.44.1",
71
72
  "@typescript-eslint/parser": "8.44.1",
72
73
  "@vitejs/plugin-react": "4.7.0",
73
74
  "@vitest/coverage-istanbul": "3.2.4",
74
75
  "@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",
81
80
  "diagram-js-grid": "1.1.0",
82
81
  "diagram-js-minimap": "5.2.0",
83
82
  "dotenv": "17.2.2",
@@ -90,35 +89,29 @@
90
89
  "eslint-plugin-testing-library": "7.10.0",
91
90
  "globals": "16.4.0",
92
91
  "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",
98
99
  "react": "18.3.1",
99
100
  "react-dom": "18.3.1",
100
101
  "react-router-dom": "7.9.3",
101
102
  "sass": "1.93.2",
102
103
  "source-map-explorer": "2.5.3",
104
+ "styled-components": "6.1.19",
103
105
  "ts-toolbelt": "9.6.0",
104
106
  "tsc-watch": "7.2.0",
105
107
  "typescript": "5.9.2",
106
108
  "typescript-eslint": "8.44.1",
107
109
  "vite": "7.1.7",
108
- "vite-plugin-externalize-deps": "0.10.0",
109
110
  "vite-plugin-svgr": "4.5.0",
110
111
  "vite-svg-loader": "5.1.0",
111
112
  "vite-tsconfig-paths": "5.1.4",
112
113
  "vitest": "3.2.4"
113
114
  },
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
- },
122
115
  "lint-staged": {
123
116
  "*": [
124
117
  "prettier --write"
@@ -134,5 +127,10 @@
134
127
  ],
135
128
  "author": "Camunda",
136
129
  "license": "Apache-2.0",
137
- "packageManager": "yarn@1.22.22"
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
+ }
138
136
  }