@camunda/play 5.1.1-rc.9 → 5.2.1-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/build/assets/json.worker-LuvwHfLQ.js +49 -0
- package/build/index.js +56238 -54555
- package/package.json +13 -11
- package/build/assets/json.worker-CPVxyQ8I.js +0 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.1-rc.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@bpmn-io/element-template-icon-renderer": "0.x || 1.x",
|
|
25
25
|
"@bpmn-io/form-js": "1.x",
|
|
26
|
+
"@camunda/connectors-element-templates": "1.x",
|
|
26
27
|
"@camunda/improved-canvas": "1.x",
|
|
27
28
|
"@carbon/react": "1.x",
|
|
28
29
|
"@monaco-editor/react": "4.x",
|
|
@@ -41,17 +42,18 @@
|
|
|
41
42
|
"devDependencies": {
|
|
42
43
|
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
43
44
|
"@bpmn-io/form-js": "1.16.0",
|
|
45
|
+
"@camunda/connectors-element-templates": "1.0.6",
|
|
44
46
|
"@camunda/form-playground": "0.22.0",
|
|
45
47
|
"@camunda/improved-canvas": "1.7.6",
|
|
46
48
|
"@carbon/react": "1.83.0",
|
|
47
|
-
"@eslint/js": "9.
|
|
49
|
+
"@eslint/js": "9.33.0",
|
|
48
50
|
"@monaco-editor/react": "4.7.0",
|
|
49
51
|
"@playwright/test": "1.54.2",
|
|
50
52
|
"@semantic-release/changelog": "6.0.3",
|
|
51
53
|
"@semantic-release/git": "10.0.1",
|
|
52
54
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
53
55
|
"@testing-library/dom": "10.4.1",
|
|
54
|
-
"@testing-library/jest-dom": "6.
|
|
56
|
+
"@testing-library/jest-dom": "6.7.0",
|
|
55
57
|
"@testing-library/react": "16.3.0",
|
|
56
58
|
"@testing-library/react-hooks": "8.0.1",
|
|
57
59
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -61,13 +63,13 @@
|
|
|
61
63
|
"@types/jest": "30.0.0",
|
|
62
64
|
"@types/lodash": "4.17.20",
|
|
63
65
|
"@types/mixpanel-browser": "2.66.0",
|
|
64
|
-
"@types/node": "22.17.
|
|
66
|
+
"@types/node": "22.17.1",
|
|
65
67
|
"@types/prop-types": "15.7.15",
|
|
66
68
|
"@types/react": "18.3.23",
|
|
67
69
|
"@types/react-dom": "18.3.7",
|
|
68
70
|
"@types/vimeo__player": "2.18.3",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "8.39.
|
|
70
|
-
"@typescript-eslint/parser": "8.39.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "8.39.1",
|
|
72
|
+
"@typescript-eslint/parser": "8.39.1",
|
|
71
73
|
"@vitejs/plugin-react": "4.7.0",
|
|
72
74
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
73
75
|
"@vitest/ui": "3.2.4",
|
|
@@ -78,7 +80,7 @@
|
|
|
78
80
|
"diagram-js-grid": "1.1.0",
|
|
79
81
|
"diagram-js-minimap": "5.2.0",
|
|
80
82
|
"dotenv": "17.2.1",
|
|
81
|
-
"eslint": "9.
|
|
83
|
+
"eslint": "9.33.0",
|
|
82
84
|
"eslint-config-prettier": "10.1.8",
|
|
83
85
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
84
86
|
"eslint-plugin-prettier": "5.5.4",
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
"globals": "16.3.0",
|
|
89
91
|
"jsdom": "26.1.0",
|
|
90
92
|
"lodash": "4.17.21",
|
|
91
|
-
"mixpanel-browser": "2.
|
|
93
|
+
"mixpanel-browser": "2.68.0",
|
|
92
94
|
"mobx": "6.13.7",
|
|
93
95
|
"mobx-react": "9.2.0",
|
|
94
96
|
"monaco-editor": "0.51.0",
|
|
@@ -96,15 +98,15 @@
|
|
|
96
98
|
"prop-types": "15.8.1",
|
|
97
99
|
"react": "18.3.1",
|
|
98
100
|
"react-dom": "18.3.1",
|
|
99
|
-
"react-router-dom": "7.
|
|
101
|
+
"react-router-dom": "7.8.0",
|
|
100
102
|
"sass": "1.90.0",
|
|
101
103
|
"source-map-explorer": "2.5.3",
|
|
102
104
|
"styled-components": "6.1.19",
|
|
103
105
|
"ts-toolbelt": "9.6.0",
|
|
104
106
|
"tsc-watch": "7.1.1",
|
|
105
107
|
"typescript": "5.9.2",
|
|
106
|
-
"typescript-eslint": "8.39.
|
|
107
|
-
"vite": "7.
|
|
108
|
+
"typescript-eslint": "8.39.1",
|
|
109
|
+
"vite": "7.1.2",
|
|
108
110
|
"vite-plugin-svgr": "4.3.0",
|
|
109
111
|
"vite-svg-loader": "5.1.0",
|
|
110
112
|
"vite-tsconfig-paths": "5.1.4",
|