@camunda/play 4.1.3 → 4.1.4
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/index.js +19372 -19323
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -21,7 +21,7 @@
|
|
|
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",
|
|
24
|
+
"@bpmn-io/element-template-icon-renderer": "0.x || 1.x",
|
|
25
25
|
"@bpmn-io/form-js": "1.x",
|
|
26
26
|
"@camunda/improved-canvas": "1.x",
|
|
27
27
|
"@carbon/react": "1.x",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"styled-components": "6.x"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@bpmn-io/element-template-icon-renderer": "0.
|
|
42
|
+
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
43
43
|
"@bpmn-io/form-js": "1.15.1",
|
|
44
44
|
"@camunda/form-js-assistant-module": "0.5.0",
|
|
45
45
|
"@camunda/form-playground": "0.21.1",
|
|
46
46
|
"@camunda/improved-canvas": "1.7.6",
|
|
47
47
|
"@carbon/react": "1.72.0",
|
|
48
|
-
"@eslint/js": "9.
|
|
48
|
+
"@eslint/js": "9.25.1",
|
|
49
49
|
"@monaco-editor/react": "4.7.0",
|
|
50
|
-
"@playwright/test": "1.
|
|
50
|
+
"@playwright/test": "1.52.0",
|
|
51
51
|
"@semantic-release/changelog": "6.0.3",
|
|
52
52
|
"@semantic-release/git": "10.0.1",
|
|
53
53
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"@types/jest": "29.5.14",
|
|
63
63
|
"@types/lodash": "4.17.16",
|
|
64
64
|
"@types/mixpanel-browser": "2.54.0",
|
|
65
|
-
"@types/node": "22.
|
|
65
|
+
"@types/node": "22.15.2",
|
|
66
66
|
"@types/prop-types": "15.7.14",
|
|
67
67
|
"@types/react": "18.3.20",
|
|
68
68
|
"@types/react-dom": "18.3.6",
|
|
69
69
|
"@types/vimeo__player": "2.18.3",
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
71
|
-
"@typescript-eslint/parser": "8.
|
|
72
|
-
"@vitejs/plugin-react": "4.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "8.31.0",
|
|
71
|
+
"@typescript-eslint/parser": "8.31.0",
|
|
72
|
+
"@vitejs/plugin-react": "4.4.1",
|
|
73
73
|
"@vitest/coverage-istanbul": "2.1.9",
|
|
74
74
|
"@vitest/ui": "2.1.9",
|
|
75
75
|
"bpmn-js-headless": "0.1.0",
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
"diagram-js-grid": "1.1.0",
|
|
80
80
|
"diagram-js-minimap": "5.2.0",
|
|
81
81
|
"dotenv": "16.5.0",
|
|
82
|
-
"eslint": "9.
|
|
82
|
+
"eslint": "9.25.1",
|
|
83
83
|
"eslint-config-prettier": "10.1.2",
|
|
84
84
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
85
85
|
"eslint-plugin-prettier": "5.2.6",
|
|
86
86
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
87
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
87
|
+
"eslint-plugin-react-refresh": "0.4.20",
|
|
88
88
|
"eslint-plugin-testing-library": "7.1.1",
|
|
89
89
|
"globals": "16.0.0",
|
|
90
90
|
"jsdom": "26.1.0",
|
|
91
91
|
"lodash": "4.17.21",
|
|
92
|
-
"mixpanel-browser": "2.
|
|
92
|
+
"mixpanel-browser": "2.64.0",
|
|
93
93
|
"mobx": "6.13.7",
|
|
94
94
|
"mobx-react": "9.2.0",
|
|
95
95
|
"monaco-editor": "0.51.0",
|
|
@@ -97,15 +97,15 @@
|
|
|
97
97
|
"prop-types": "15.8.1",
|
|
98
98
|
"react": "18.3.1",
|
|
99
99
|
"react-dom": "18.3.1",
|
|
100
|
-
"react-router-dom": "7.5.
|
|
101
|
-
"sass": "1.
|
|
100
|
+
"react-router-dom": "7.5.2",
|
|
101
|
+
"sass": "1.87.0",
|
|
102
102
|
"source-map-explorer": "2.5.3",
|
|
103
103
|
"styled-components": "6.1.17",
|
|
104
104
|
"ts-toolbelt": "9.6.0",
|
|
105
105
|
"tsc-watch": "6.2.1",
|
|
106
106
|
"typescript": "5.8.3",
|
|
107
|
-
"typescript-eslint": "8.
|
|
108
|
-
"vite": "6.
|
|
107
|
+
"typescript-eslint": "8.31.0",
|
|
108
|
+
"vite": "6.3.3",
|
|
109
109
|
"vite-plugin-svgr": "4.3.0",
|
|
110
110
|
"vite-svg-loader": "5.1.0",
|
|
111
111
|
"vite-tsconfig-paths": "5.1.4",
|