@camunda/play 2.2.1-rc.0 → 2.4.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 +33411 -30397
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@bpmn-io/element-template-icon-renderer": "0.5.2",
|
|
42
42
|
"@bpmn-io/form-js": "1.10.1",
|
|
43
43
|
"@camunda/form-js-assistant-module": "0.5.0",
|
|
44
|
-
"@camunda/form-playground": "0.
|
|
44
|
+
"@camunda/form-playground": "0.16.1",
|
|
45
45
|
"@camunda/improved-canvas": "1.7.5",
|
|
46
46
|
"@carbon/react": "1.66.0",
|
|
47
47
|
"@monaco-editor/react": "4.6.0",
|
|
48
|
-
"@playwright/test": "1.
|
|
48
|
+
"@playwright/test": "1.48.1",
|
|
49
49
|
"@semantic-release/changelog": "6.0.3",
|
|
50
50
|
"@semantic-release/git": "10.0.1",
|
|
51
51
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
52
|
-
"@testing-library/jest-dom": "6.
|
|
52
|
+
"@testing-library/jest-dom": "6.6.2",
|
|
53
53
|
"@testing-library/react": "15.0.7",
|
|
54
54
|
"@testing-library/react-hooks": "8.0.1",
|
|
55
55
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"@types/carbon-components-react": "7.55.13",
|
|
58
58
|
"@types/carbon__elements": "11.10.3",
|
|
59
59
|
"@types/jest": "29.5.13",
|
|
60
|
-
"@types/lodash": "4.17.
|
|
61
|
-
"@types/mixpanel-browser": "2.50.
|
|
62
|
-
"@types/node": "20.16.
|
|
60
|
+
"@types/lodash": "4.17.12",
|
|
61
|
+
"@types/mixpanel-browser": "2.50.1",
|
|
62
|
+
"@types/node": "20.16.13",
|
|
63
63
|
"@types/prop-types": "15.7.13",
|
|
64
64
|
"@types/react": "18.3.11",
|
|
65
65
|
"@types/react-dom": "18.3.0",
|
|
66
66
|
"@types/vimeo__player": "2.18.3",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
68
68
|
"@typescript-eslint/parser": "7.18.0",
|
|
69
|
-
"@vitejs/plugin-react": "4.3.
|
|
69
|
+
"@vitejs/plugin-react": "4.3.3",
|
|
70
70
|
"@vitest/coverage-istanbul": "1.6.0",
|
|
71
71
|
"@vitest/ui": "1.6.0",
|
|
72
72
|
"bpmn-js-headless": "0.1.0",
|
|
@@ -75,13 +75,14 @@
|
|
|
75
75
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
76
76
|
"diagram-js-grid": "1.0.0",
|
|
77
77
|
"diagram-js-minimap": "5.1.0",
|
|
78
|
+
"dotenv": "16.4.5",
|
|
78
79
|
"eslint": "8.57.1",
|
|
79
80
|
"eslint-config-prettier": "9.1.0",
|
|
80
81
|
"eslint-plugin-camunda-licensed": "0.4.6",
|
|
81
82
|
"eslint-plugin-prettier": "5.2.1",
|
|
82
83
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
83
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
84
|
-
"eslint-plugin-testing-library": "6.
|
|
84
|
+
"eslint-plugin-react-refresh": "0.4.13",
|
|
85
|
+
"eslint-plugin-testing-library": "6.4.0",
|
|
85
86
|
"jsdom": "25.0.1",
|
|
86
87
|
"lodash": "4.17.21",
|
|
87
88
|
"mixpanel-browser": "2.55.1",
|
|
@@ -92,14 +93,14 @@
|
|
|
92
93
|
"prop-types": "15.8.1",
|
|
93
94
|
"react": "18.3.1",
|
|
94
95
|
"react-dom": "18.3.1",
|
|
95
|
-
"react-router-dom": "6.
|
|
96
|
-
"sass": "1.
|
|
96
|
+
"react-router-dom": "6.27.0",
|
|
97
|
+
"sass": "1.80.3",
|
|
97
98
|
"source-map-explorer": "2.5.3",
|
|
98
99
|
"styled-components": "6.1.13",
|
|
99
100
|
"ts-toolbelt": "9.6.0",
|
|
100
101
|
"tsc-watch": "6.2.0",
|
|
101
|
-
"typescript": "5.6.
|
|
102
|
-
"vite": "5.4.
|
|
102
|
+
"typescript": "5.6.3",
|
|
103
|
+
"vite": "5.4.9",
|
|
103
104
|
"vite-plugin-svgr": "4.2.0",
|
|
104
105
|
"vite-svg-loader": "5.1.0",
|
|
105
106
|
"vite-tsconfig-paths": "5.0.1",
|