@camunda/play 5.5.1 → 5.5.2-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/build/index.js +14473 -14419
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "5.5.1",
|
|
3
|
+
"version": "5.5.2-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
44
|
-
"@bpmn-io/form-js": "1.
|
|
44
|
+
"@bpmn-io/form-js": "1.17.0",
|
|
45
45
|
"@camunda/connectors-element-templates": "1.0.6",
|
|
46
46
|
"@camunda/form-playground": "0.22.0",
|
|
47
47
|
"@camunda/improved-canvas": "1.7.6",
|
|
48
48
|
"@carbon/react": "1.83.0",
|
|
49
|
-
"@eslint/js": "9.
|
|
49
|
+
"@eslint/js": "9.35.0",
|
|
50
50
|
"@monaco-editor/react": "4.7.0",
|
|
51
|
-
"@playwright/test": "1.
|
|
51
|
+
"@playwright/test": "1.55.0",
|
|
52
52
|
"@semantic-release/changelog": "6.0.3",
|
|
53
53
|
"@semantic-release/git": "10.0.1",
|
|
54
|
-
"@semantic-release/release-notes-generator": "14.0
|
|
54
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
55
55
|
"@testing-library/dom": "10.4.1",
|
|
56
|
-
"@testing-library/jest-dom": "6.
|
|
56
|
+
"@testing-library/jest-dom": "6.8.0",
|
|
57
57
|
"@testing-library/react": "16.3.0",
|
|
58
58
|
"@testing-library/react-hooks": "8.0.1",
|
|
59
59
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -63,34 +63,34 @@
|
|
|
63
63
|
"@types/jest": "30.0.0",
|
|
64
64
|
"@types/lodash": "4.17.20",
|
|
65
65
|
"@types/mixpanel-browser": "2.66.0",
|
|
66
|
-
"@types/node": "22.
|
|
66
|
+
"@types/node": "22.18.1",
|
|
67
67
|
"@types/prop-types": "15.7.15",
|
|
68
|
-
"@types/react": "18.3.
|
|
68
|
+
"@types/react": "18.3.24",
|
|
69
69
|
"@types/react-dom": "18.3.7",
|
|
70
70
|
"@types/vimeo__player": "2.18.3",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
72
|
-
"@typescript-eslint/parser": "8.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "8.43.0",
|
|
72
|
+
"@typescript-eslint/parser": "8.43.0",
|
|
73
73
|
"@vitejs/plugin-react": "4.7.0",
|
|
74
74
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
75
75
|
"@vitest/ui": "3.2.4",
|
|
76
76
|
"bpmn-js-headless": "0.1.0",
|
|
77
77
|
"bpmn-moddle": "9.0.3",
|
|
78
|
-
"camunda-bpmn-js": "5.
|
|
78
|
+
"camunda-bpmn-js": "5.13.0",
|
|
79
79
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
80
80
|
"diagram-js-grid": "1.1.0",
|
|
81
81
|
"diagram-js-minimap": "5.2.0",
|
|
82
|
-
"dotenv": "17.2.
|
|
83
|
-
"eslint": "9.
|
|
82
|
+
"dotenv": "17.2.2",
|
|
83
|
+
"eslint": "9.35.0",
|
|
84
84
|
"eslint-config-prettier": "10.1.8",
|
|
85
85
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
86
86
|
"eslint-plugin-prettier": "5.5.4",
|
|
87
87
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
88
88
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
89
|
-
"eslint-plugin-testing-library": "7.
|
|
89
|
+
"eslint-plugin-testing-library": "7.6.8",
|
|
90
90
|
"globals": "16.3.0",
|
|
91
91
|
"jsdom": "26.1.0",
|
|
92
92
|
"lodash": "4.17.21",
|
|
93
|
-
"mixpanel-browser": "2.
|
|
93
|
+
"mixpanel-browser": "2.70.0",
|
|
94
94
|
"mobx": "6.13.7",
|
|
95
95
|
"mobx-react": "9.2.0",
|
|
96
96
|
"monaco-editor": "0.51.0",
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"prop-types": "15.8.1",
|
|
99
99
|
"react": "18.3.1",
|
|
100
100
|
"react-dom": "18.3.1",
|
|
101
|
-
"react-router-dom": "7.8.
|
|
102
|
-
"sass": "1.
|
|
101
|
+
"react-router-dom": "7.8.2",
|
|
102
|
+
"sass": "1.92.1",
|
|
103
103
|
"source-map-explorer": "2.5.3",
|
|
104
104
|
"styled-components": "6.1.19",
|
|
105
105
|
"ts-toolbelt": "9.6.0",
|
|
106
106
|
"tsc-watch": "7.1.1",
|
|
107
107
|
"typescript": "5.9.2",
|
|
108
|
-
"typescript-eslint": "8.
|
|
109
|
-
"vite": "7.1.
|
|
108
|
+
"typescript-eslint": "8.43.0",
|
|
109
|
+
"vite": "7.1.5",
|
|
110
110
|
"vite-plugin-svgr": "4.3.0",
|
|
111
111
|
"vite-svg-loader": "5.1.0",
|
|
112
112
|
"vite-tsconfig-paths": "5.1.4",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"packageManager": "yarn@1.22.22",
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@carbon/elements": "11.70.0",
|
|
133
|
-
"@floating-ui/react-dom": "2.1.
|
|
134
|
-
"@vimeo/player": "2.29.
|
|
133
|
+
"@floating-ui/react-dom": "2.1.6",
|
|
134
|
+
"@vimeo/player": "2.29.5"
|
|
135
135
|
}
|
|
136
136
|
}
|