@camunda/play 2.4.1-rc.2 → 3.0.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/index.js +19194 -19171
- package/package.json +20 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -44,15 +44,17 @@
|
|
|
44
44
|
"@camunda/form-playground": "0.17.4",
|
|
45
45
|
"@camunda/improved-canvas": "1.7.5",
|
|
46
46
|
"@carbon/react": "1.70.0",
|
|
47
|
+
"@eslint/js": "9.14.0",
|
|
47
48
|
"@monaco-editor/react": "4.6.0",
|
|
48
49
|
"@playwright/test": "1.48.2",
|
|
49
50
|
"@semantic-release/changelog": "6.0.3",
|
|
50
51
|
"@semantic-release/git": "10.0.1",
|
|
51
52
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
52
53
|
"@testing-library/jest-dom": "6.6.3",
|
|
53
|
-
"@testing-library/react": "
|
|
54
|
+
"@testing-library/react": "16.0.1",
|
|
54
55
|
"@testing-library/react-hooks": "8.0.1",
|
|
55
56
|
"@testing-library/user-event": "14.5.2",
|
|
57
|
+
"@testing-library/dom": "10.4.0",
|
|
56
58
|
"@types/bpmn-moddle": "5.1.11",
|
|
57
59
|
"@types/carbon-components-react": "7.55.13",
|
|
58
60
|
"@types/carbon__elements": "11.10.3",
|
|
@@ -61,14 +63,14 @@
|
|
|
61
63
|
"@types/mixpanel-browser": "2.50.2",
|
|
62
64
|
"@types/node": "22.9.0",
|
|
63
65
|
"@types/prop-types": "15.7.13",
|
|
64
|
-
"@types/react": "18.3.
|
|
65
|
-
"@types/react-dom": "18.3.
|
|
66
|
+
"@types/react": "18.3.12",
|
|
67
|
+
"@types/react-dom": "18.3.1",
|
|
66
68
|
"@types/vimeo__player": "2.18.3",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "
|
|
68
|
-
"@typescript-eslint/parser": "
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "8.14.0",
|
|
70
|
+
"@typescript-eslint/parser": "8.14.0",
|
|
69
71
|
"@vitejs/plugin-react": "4.3.3",
|
|
70
|
-
"@vitest/coverage-istanbul": "1.
|
|
71
|
-
"@vitest/ui": "1.
|
|
72
|
+
"@vitest/coverage-istanbul": "2.1.5",
|
|
73
|
+
"@vitest/ui": "2.1.5",
|
|
72
74
|
"bpmn-js-headless": "0.1.0",
|
|
73
75
|
"bpmn-moddle": "9.0.1",
|
|
74
76
|
"camunda-bpmn-js": "4.20.2",
|
|
@@ -76,35 +78,37 @@
|
|
|
76
78
|
"diagram-js-grid": "1.1.0",
|
|
77
79
|
"diagram-js-minimap": "5.2.0",
|
|
78
80
|
"dotenv": "16.4.5",
|
|
79
|
-
"eslint": "
|
|
81
|
+
"eslint": "9.14.0",
|
|
80
82
|
"eslint-config-prettier": "9.1.0",
|
|
81
|
-
"eslint-plugin-camunda-licensed": "0.
|
|
83
|
+
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
82
84
|
"eslint-plugin-prettier": "5.2.1",
|
|
83
|
-
"eslint-plugin-react-hooks": "
|
|
85
|
+
"eslint-plugin-react-hooks": "5.0.0",
|
|
84
86
|
"eslint-plugin-react-refresh": "0.4.14",
|
|
85
87
|
"eslint-plugin-testing-library": "6.4.0",
|
|
88
|
+
"globals": "15.12.0",
|
|
86
89
|
"jsdom": "25.0.1",
|
|
87
90
|
"lodash": "4.17.21",
|
|
88
91
|
"mixpanel-browser": "2.56.0",
|
|
89
92
|
"mobx": "6.13.5",
|
|
90
93
|
"mobx-react": "8.0.0",
|
|
91
94
|
"monaco-editor": "0.51.0",
|
|
92
|
-
"prettier": "3.
|
|
95
|
+
"prettier": "3.3.3",
|
|
93
96
|
"prop-types": "15.8.1",
|
|
94
97
|
"react": "18.3.1",
|
|
95
98
|
"react-dom": "18.3.1",
|
|
96
99
|
"react-router-dom": "6.28.0",
|
|
97
|
-
"sass": "1.80.
|
|
100
|
+
"sass": "1.80.7",
|
|
98
101
|
"source-map-explorer": "2.5.3",
|
|
99
102
|
"styled-components": "6.1.13",
|
|
100
103
|
"ts-toolbelt": "9.6.0",
|
|
101
|
-
"tsc-watch": "6.2.
|
|
104
|
+
"tsc-watch": "6.2.1",
|
|
102
105
|
"typescript": "5.6.3",
|
|
103
|
-
"
|
|
106
|
+
"typescript-eslint": "8.14.0",
|
|
107
|
+
"vite": "5.4.11",
|
|
104
108
|
"vite-plugin-svgr": "4.3.0",
|
|
105
109
|
"vite-svg-loader": "5.1.0",
|
|
106
110
|
"vite-tsconfig-paths": "5.1.2",
|
|
107
|
-
"vitest": "1.
|
|
111
|
+
"vitest": "2.1.5"
|
|
108
112
|
},
|
|
109
113
|
"lint-staged": {
|
|
110
114
|
"*": [
|