@camunda/play 6.1.1-rc.0 → 6.1.1-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/package.json +67 -67
package/package.json
CHANGED
|
@@ -1,57 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "6.1.1-rc.
|
|
4
|
-
"description": "Camunda Play",
|
|
5
|
-
"license": "Apache-2.0",
|
|
6
|
-
"author": "Camunda",
|
|
3
|
+
"version": "6.1.1-rc.1",
|
|
7
4
|
"type": "module",
|
|
8
|
-
"main": "./build/play.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"/build"
|
|
11
|
-
],
|
|
12
5
|
"scripts": {
|
|
13
|
-
"
|
|
6
|
+
"start": "vite",
|
|
14
7
|
"build": "tsc && vite build",
|
|
15
8
|
"build:dev": "tsc && vite build --mode development",
|
|
16
|
-
"build:e2e": "yarn build --mode e2e",
|
|
17
9
|
"build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
10
|
+
"build:e2e": "yarn build --mode e2e",
|
|
11
|
+
"playwright": "playwright test",
|
|
12
|
+
"test:e2e": "yarn playwright e2e/tests",
|
|
13
|
+
"test:e2e:ci": "IS_E2E=true yarn playwright e2e/tests",
|
|
21
14
|
"generate-screenshots": "yarn playwright e2e/docs-screenshots",
|
|
15
|
+
"eslint": "eslint .",
|
|
22
16
|
"lint": "yarn tsc && yarn eslint",
|
|
23
|
-
"
|
|
24
|
-
"publish-local": "yarn build:dev && npx yalc push --sig",
|
|
25
|
-
"start": "vite",
|
|
17
|
+
"analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
|
|
26
18
|
"test": "vitest",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"lint-staged": {
|
|
31
|
-
"*": [
|
|
32
|
-
"prettier --write"
|
|
33
|
-
],
|
|
34
|
-
"*.{js,jsx,ts,tsx}": [
|
|
35
|
-
"yarn lint"
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
40
|
-
"@camunda/form-playground": "0.22.0",
|
|
41
|
-
"@floating-ui/react-dom": "2.1.6",
|
|
42
|
-
"lodash-es": "4.17.21",
|
|
43
|
-
"prop-types": "15.8.1",
|
|
44
|
-
"styled-components": "6.1.19"
|
|
19
|
+
"coverage": "yarn test run --coverage --changed",
|
|
20
|
+
"fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
|
|
21
|
+
"publish-local": "yarn build:dev && npx yalc push --sig"
|
|
45
22
|
},
|
|
46
|
-
"
|
|
23
|
+
"peerDependencies": {
|
|
47
24
|
"@bpmn-io/form-js": "1.x",
|
|
48
25
|
"@camunda/connectors-element-templates": "1.x",
|
|
49
26
|
"@camunda/improved-canvas": "1.x",
|
|
50
27
|
"@carbon/elements": "11.x",
|
|
51
28
|
"@carbon/icons-react": "11.x",
|
|
52
29
|
"@carbon/react": "1.x",
|
|
53
|
-
"@eslint/js": "9.36.0",
|
|
54
30
|
"@monaco-editor/react": "4.x",
|
|
31
|
+
"bpmn-js": "18.x",
|
|
32
|
+
"bpmn-moddle": "8.x || 9.x",
|
|
33
|
+
"camunda-bpmn-js": "3.x || 4.x || 5.x",
|
|
34
|
+
"diagram-js": "15.x",
|
|
35
|
+
"diagram-js-grid": "1.x",
|
|
36
|
+
"diagram-js-minimap": "4.x || 5.x",
|
|
37
|
+
"mobx": "6.x",
|
|
38
|
+
"mobx-react": "7.x || 8.x || 9.x",
|
|
39
|
+
"monaco-editor": "0.x",
|
|
40
|
+
"react": "18.x",
|
|
41
|
+
"react-dom": "18.x"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@bpmn-io/form-js": "1.17.0",
|
|
45
|
+
"@camunda/connectors-element-templates": "1.0.7",
|
|
46
|
+
"@camunda/improved-canvas": "1.7.6",
|
|
47
|
+
"@carbon/elements": "11.x",
|
|
48
|
+
"@carbon/icons-react": "11.x",
|
|
49
|
+
"@carbon/react": "1.83.0",
|
|
50
|
+
"@eslint/js": "9.36.0",
|
|
51
|
+
"@monaco-editor/react": "4.7.0",
|
|
55
52
|
"@playwright/test": "1.55.1",
|
|
56
53
|
"@semantic-release/changelog": "6.0.3",
|
|
57
54
|
"@semantic-release/git": "10.0.1",
|
|
@@ -61,8 +58,8 @@
|
|
|
61
58
|
"@testing-library/react": "16.3.0",
|
|
62
59
|
"@testing-library/user-event": "14.6.1",
|
|
63
60
|
"@types/bpmn-moddle": "9.0.0",
|
|
64
|
-
"@types/carbon__elements": "11.10.3",
|
|
65
61
|
"@types/carbon-components-react": "7.55.13",
|
|
62
|
+
"@types/carbon__elements": "11.10.3",
|
|
66
63
|
"@types/jest": "30.0.0",
|
|
67
64
|
"@types/lodash-es": "4.17.12",
|
|
68
65
|
"@types/mixpanel-browser": "2.66.0",
|
|
@@ -77,12 +74,12 @@
|
|
|
77
74
|
"@vitest/ui": "3.2.4",
|
|
78
75
|
"bpmn-js": "18.7.0",
|
|
79
76
|
"bpmn-js-headless": "0.1.0",
|
|
80
|
-
"bpmn-moddle": "
|
|
81
|
-
"camunda-bpmn-js": "
|
|
77
|
+
"bpmn-moddle": "9.0.4",
|
|
78
|
+
"camunda-bpmn-js": "5.14.0",
|
|
82
79
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
83
80
|
"diagram-js": "15.4.0",
|
|
84
|
-
"diagram-js-grid": "1.
|
|
85
|
-
"diagram-js-minimap": "
|
|
81
|
+
"diagram-js-grid": "1.1.0",
|
|
82
|
+
"diagram-js-minimap": "5.2.0",
|
|
86
83
|
"dotenv": "17.2.2",
|
|
87
84
|
"eslint": "9.36.0",
|
|
88
85
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -94,45 +91,48 @@
|
|
|
94
91
|
"globals": "16.4.0",
|
|
95
92
|
"jsdom": "27.0.0",
|
|
96
93
|
"mixpanel-browser": "2.70.0",
|
|
97
|
-
"mobx": "6.
|
|
98
|
-
"mobx-react": "
|
|
99
|
-
"monaco-editor": "0.
|
|
94
|
+
"mobx": "6.15.0",
|
|
95
|
+
"mobx-react": "9.2.1",
|
|
96
|
+
"monaco-editor": "0.51.0",
|
|
100
97
|
"prettier": "3.6.2",
|
|
101
|
-
"react": "18.
|
|
102
|
-
"react-dom": "18.
|
|
98
|
+
"react": "18.3.1",
|
|
99
|
+
"react-dom": "18.3.1",
|
|
103
100
|
"react-router-dom": "7.9.3",
|
|
104
101
|
"sass": "1.93.2",
|
|
105
|
-
"source-map-explorer": "
|
|
102
|
+
"source-map-explorer": "2.5.3",
|
|
106
103
|
"ts-toolbelt": "9.6.0",
|
|
107
104
|
"tsc-watch": "7.2.0",
|
|
108
105
|
"typescript": "5.9.2",
|
|
109
106
|
"typescript-eslint": "8.44.1",
|
|
110
107
|
"vite": "7.1.7",
|
|
111
|
-
"vite-plugin-externalize-deps": "
|
|
108
|
+
"vite-plugin-externalize-deps": "0.10.0",
|
|
112
109
|
"vite-plugin-svgr": "4.5.0",
|
|
113
110
|
"vite-svg-loader": "5.1.0",
|
|
114
111
|
"vite-tsconfig-paths": "5.1.4",
|
|
115
112
|
"vitest": "3.2.4"
|
|
116
113
|
},
|
|
117
|
-
"
|
|
118
|
-
"@bpmn-io/
|
|
119
|
-
"@camunda/
|
|
120
|
-
"@
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"@monaco-editor/react": "4.x",
|
|
125
|
-
"bpmn-js": "18.x",
|
|
126
|
-
"bpmn-moddle": "8.x || 9.x",
|
|
127
|
-
"camunda-bpmn-js": "3.x || 4.x || 5.x",
|
|
128
|
-
"diagram-js": "15.x",
|
|
129
|
-
"diagram-js-grid": "1.x",
|
|
130
|
-
"diagram-js-minimap": "4.x || 5.x",
|
|
131
|
-
"mobx": "6.x",
|
|
132
|
-
"mobx-react": "7.x || 8.x || 9.x",
|
|
133
|
-
"monaco-editor": "0.x",
|
|
134
|
-
"react": "18.x",
|
|
135
|
-
"react-dom": "18.x"
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"@bpmn-io/element-template-icon-renderer": "1.0.0",
|
|
116
|
+
"@camunda/form-playground": "0.22.0",
|
|
117
|
+
"@floating-ui/react-dom": "2.1.6",
|
|
118
|
+
"lodash-es": "4.17.21",
|
|
119
|
+
"prop-types": "15.8.1",
|
|
120
|
+
"styled-components": "6.1.19"
|
|
136
121
|
},
|
|
122
|
+
"lint-staged": {
|
|
123
|
+
"*": [
|
|
124
|
+
"prettier --write"
|
|
125
|
+
],
|
|
126
|
+
"*.{js,jsx,ts,tsx}": [
|
|
127
|
+
"yarn lint"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"description": "Camunda Play",
|
|
131
|
+
"main": "./build/play.js",
|
|
132
|
+
"files": [
|
|
133
|
+
"/build"
|
|
134
|
+
],
|
|
135
|
+
"author": "Camunda",
|
|
136
|
+
"license": "Apache-2.0",
|
|
137
137
|
"packageManager": "yarn@1.22.22"
|
|
138
138
|
}
|