@camunda/play 7.1.1 → 7.1.2
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/play.js +89 -87
- package/build/play.js.map +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@floating-ui/react-dom": "2.x",
|
|
38
38
|
"@monaco-editor/react": "4.x",
|
|
39
39
|
"bpmn-js": "18.x",
|
|
40
|
-
"bpmn-moddle": "
|
|
40
|
+
"bpmn-moddle": "10.x",
|
|
41
41
|
"camunda-bpmn-js": "3.x || 4.x || 5.x",
|
|
42
42
|
"diagram-js": "15.x",
|
|
43
43
|
"diagram-js-grid": "1.x || 2.x",
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
56
|
-
"@bpmn-io/form-js": "1.
|
|
57
|
-
"@camunda/connectors-element-templates": "1.0.
|
|
58
|
-
"@camunda/form-playground": "0.
|
|
56
|
+
"@bpmn-io/form-js": "1.19.0",
|
|
57
|
+
"@camunda/connectors-element-templates": "1.0.15",
|
|
58
|
+
"@camunda/form-playground": "0.24.0",
|
|
59
59
|
"@camunda/improved-canvas": "1.7.7",
|
|
60
60
|
"@camunda8/orchestration-cluster-api": "8.8.4",
|
|
61
61
|
"@carbon/elements": "11.77.0",
|
|
62
62
|
"@carbon/icons-react": "11.69.0",
|
|
63
63
|
"@carbon/react": "1.83.0",
|
|
64
64
|
"@eslint/js": "9.39.2",
|
|
65
|
-
"@floating-ui/react-dom": "2.1.
|
|
65
|
+
"@floating-ui/react-dom": "2.1.7",
|
|
66
66
|
"@monaco-editor/react": "4.7.0",
|
|
67
|
-
"@playwright/test": "1.
|
|
67
|
+
"@playwright/test": "1.58.2",
|
|
68
68
|
"@semantic-release/changelog": "6.0.3",
|
|
69
69
|
"@semantic-release/git": "10.0.1",
|
|
70
70
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
@@ -78,54 +78,54 @@
|
|
|
78
78
|
"@types/jest": "30.0.0",
|
|
79
79
|
"@types/lodash-es": "4.17.12",
|
|
80
80
|
"@types/mixpanel-browser": "2.66.0",
|
|
81
|
-
"@types/node": "24.10.
|
|
81
|
+
"@types/node": "24.10.13",
|
|
82
82
|
"@types/prop-types": "15.7.15",
|
|
83
|
-
"@types/react": "18.3.
|
|
83
|
+
"@types/react": "18.3.28",
|
|
84
84
|
"@types/react-dom": "18.3.7",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
86
|
-
"@typescript-eslint/parser": "8.
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "8.55.0",
|
|
86
|
+
"@typescript-eslint/parser": "8.55.0",
|
|
87
87
|
"@vitejs/plugin-react": "4.7.0",
|
|
88
88
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
89
89
|
"@vitest/ui": "3.2.4",
|
|
90
|
-
"bpmn-js": "18.
|
|
90
|
+
"bpmn-js": "18.12.0",
|
|
91
91
|
"bpmn-js-headless": "0.1.0",
|
|
92
92
|
"bpmn-moddle": "10.0.0",
|
|
93
|
-
"camunda-bpmn-js": "5.
|
|
93
|
+
"camunda-bpmn-js": "5.20.0",
|
|
94
94
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
95
|
-
"diagram-js": "15.
|
|
95
|
+
"diagram-js": "15.9.1",
|
|
96
96
|
"diagram-js-grid": "2.0.0",
|
|
97
|
-
"diagram-js-minimap": "5.
|
|
97
|
+
"diagram-js-minimap": "5.3.0",
|
|
98
98
|
"eslint": "9.39.2",
|
|
99
99
|
"eslint-config-prettier": "10.1.8",
|
|
100
|
-
"eslint-plugin-license-header": "0.
|
|
100
|
+
"eslint-plugin-license-header": "0.9.0",
|
|
101
101
|
"eslint-plugin-prettier": "5.5.5",
|
|
102
102
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
103
|
-
"eslint-plugin-react-refresh": "0.
|
|
103
|
+
"eslint-plugin-react-refresh": "0.5.0",
|
|
104
104
|
"eslint-plugin-testing-library": "7.15.4",
|
|
105
|
-
"globals": "
|
|
106
|
-
"jsdom": "
|
|
105
|
+
"globals": "17.3.0",
|
|
106
|
+
"jsdom": "28.0.0",
|
|
107
107
|
"lodash-es": "4.17.23",
|
|
108
|
-
"mixpanel-browser": "2.
|
|
108
|
+
"mixpanel-browser": "2.74.0",
|
|
109
109
|
"mobx": "6.15.0",
|
|
110
110
|
"mobx-react": "9.2.1",
|
|
111
111
|
"monaco-editor": "0.54.0",
|
|
112
|
-
"prettier": "3.8.
|
|
112
|
+
"prettier": "3.8.1",
|
|
113
113
|
"prop-types": "15.8.1",
|
|
114
114
|
"react": "18.3.1",
|
|
115
115
|
"react-dom": "18.3.1",
|
|
116
|
-
"react-router-dom": "7.
|
|
117
|
-
"sass": "1.97.
|
|
116
|
+
"react-router-dom": "7.13.0",
|
|
117
|
+
"sass": "1.97.3",
|
|
118
118
|
"source-map-explorer": "2.5.3",
|
|
119
|
-
"styled-components": "6.3.
|
|
119
|
+
"styled-components": "6.3.9",
|
|
120
120
|
"ts-toolbelt": "9.6.0",
|
|
121
121
|
"tsc-watch": "7.2.0",
|
|
122
122
|
"typescript": "5.9.3",
|
|
123
|
-
"typescript-eslint": "8.
|
|
123
|
+
"typescript-eslint": "8.55.0",
|
|
124
124
|
"vite": "7.3.1",
|
|
125
125
|
"vite-plugin-externalize-deps": "0.10.0",
|
|
126
126
|
"vite-plugin-svgr": "4.5.0",
|
|
127
127
|
"vite-svg-loader": "5.1.0",
|
|
128
|
-
"vite-tsconfig-paths": "6.0
|
|
128
|
+
"vite-tsconfig-paths": "6.1.0",
|
|
129
129
|
"vitest": "3.2.4"
|
|
130
130
|
},
|
|
131
131
|
"lint-staged": {
|