@camunda/play 3.2.1 → 3.2.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 +31611 -31441
- package/package.json +24 -24
- /package/build/{style.css → play.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "3.2.1",
|
|
3
|
+
"version": "3.2.2-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@bpmn-io/element-template-icon-renderer": "0.5.2",
|
|
42
|
-
"@bpmn-io/form-js": "1.
|
|
42
|
+
"@bpmn-io/form-js": "1.12.0",
|
|
43
43
|
"@camunda/form-js-assistant-module": "0.5.0",
|
|
44
44
|
"@camunda/form-playground": "0.18.0",
|
|
45
45
|
"@camunda/improved-canvas": "1.7.5",
|
|
46
46
|
"@carbon/react": "1.70.0",
|
|
47
|
-
"@eslint/js": "9.
|
|
47
|
+
"@eslint/js": "9.16.0",
|
|
48
48
|
"@monaco-editor/react": "4.6.0",
|
|
49
49
|
"@playwright/test": "1.49.0",
|
|
50
50
|
"@semantic-release/changelog": "6.0.3",
|
|
51
51
|
"@semantic-release/git": "10.0.1",
|
|
52
52
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
53
53
|
"@testing-library/jest-dom": "6.6.3",
|
|
54
|
-
"@testing-library/react": "16.0
|
|
54
|
+
"@testing-library/react": "16.1.0",
|
|
55
55
|
"@testing-library/react-hooks": "8.0.1",
|
|
56
56
|
"@testing-library/user-event": "14.5.2",
|
|
57
57
|
"@testing-library/dom": "10.4.0",
|
|
@@ -61,54 +61,54 @@
|
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
62
|
"@types/lodash": "4.17.13",
|
|
63
63
|
"@types/mixpanel-browser": "2.50.2",
|
|
64
|
-
"@types/node": "22.
|
|
64
|
+
"@types/node": "22.10.1",
|
|
65
65
|
"@types/prop-types": "15.7.13",
|
|
66
66
|
"@types/react": "18.3.12",
|
|
67
67
|
"@types/react-dom": "18.3.1",
|
|
68
68
|
"@types/vimeo__player": "2.18.3",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
70
|
-
"@typescript-eslint/parser": "8.
|
|
71
|
-
"@vitejs/plugin-react": "4.3.
|
|
72
|
-
"@vitest/coverage-istanbul": "2.1.
|
|
73
|
-
"@vitest/ui": "2.1.
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "8.17.0",
|
|
70
|
+
"@typescript-eslint/parser": "8.17.0",
|
|
71
|
+
"@vitejs/plugin-react": "4.3.4",
|
|
72
|
+
"@vitest/coverage-istanbul": "2.1.8",
|
|
73
|
+
"@vitest/ui": "2.1.8",
|
|
74
74
|
"bpmn-js-headless": "0.1.0",
|
|
75
75
|
"bpmn-moddle": "9.0.1",
|
|
76
|
-
"camunda-bpmn-js": "5.2.
|
|
76
|
+
"camunda-bpmn-js": "5.2.1",
|
|
77
77
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
78
78
|
"diagram-js-grid": "1.1.0",
|
|
79
79
|
"diagram-js-minimap": "5.2.0",
|
|
80
|
-
"dotenv": "16.4.
|
|
81
|
-
"eslint": "9.
|
|
80
|
+
"dotenv": "16.4.7",
|
|
81
|
+
"eslint": "9.16.0",
|
|
82
82
|
"eslint-config-prettier": "9.1.0",
|
|
83
83
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
84
84
|
"eslint-plugin-prettier": "5.2.1",
|
|
85
85
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
86
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
87
|
-
"eslint-plugin-testing-library": "
|
|
88
|
-
"globals": "15.
|
|
86
|
+
"eslint-plugin-react-refresh": "0.4.16",
|
|
87
|
+
"eslint-plugin-testing-library": "7.1.1",
|
|
88
|
+
"globals": "15.13.0",
|
|
89
89
|
"jsdom": "25.0.1",
|
|
90
90
|
"lodash": "4.17.21",
|
|
91
91
|
"mixpanel-browser": "2.56.0",
|
|
92
92
|
"mobx": "6.13.5",
|
|
93
93
|
"mobx-react": "8.0.0",
|
|
94
94
|
"monaco-editor": "0.51.0",
|
|
95
|
-
"prettier": "3.
|
|
95
|
+
"prettier": "3.4.2",
|
|
96
96
|
"prop-types": "15.8.1",
|
|
97
97
|
"react": "18.3.1",
|
|
98
98
|
"react-dom": "18.3.1",
|
|
99
|
-
"react-router-dom": "
|
|
100
|
-
"sass": "1.
|
|
99
|
+
"react-router-dom": "7.0.2",
|
|
100
|
+
"sass": "1.82.0",
|
|
101
101
|
"source-map-explorer": "2.5.3",
|
|
102
102
|
"styled-components": "6.1.13",
|
|
103
103
|
"ts-toolbelt": "9.6.0",
|
|
104
104
|
"tsc-watch": "6.2.1",
|
|
105
|
-
"typescript": "5.
|
|
106
|
-
"typescript-eslint": "8.
|
|
107
|
-
"vite": "
|
|
105
|
+
"typescript": "5.7.2",
|
|
106
|
+
"typescript-eslint": "8.17.0",
|
|
107
|
+
"vite": "6.0.3",
|
|
108
108
|
"vite-plugin-svgr": "4.3.0",
|
|
109
109
|
"vite-svg-loader": "5.1.0",
|
|
110
|
-
"vite-tsconfig-paths": "5.1.
|
|
111
|
-
"vitest": "2.1.
|
|
110
|
+
"vite-tsconfig-paths": "5.1.4",
|
|
111
|
+
"vitest": "2.1.8"
|
|
112
112
|
},
|
|
113
113
|
"lint-staged": {
|
|
114
114
|
"*": [
|
|
File without changes
|