@camunda/play 1.0.2-rc.0 → 1.0.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/play.js +31737 -31207
- package/package.json +28 -26
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "1.0.2-rc.
|
|
3
|
+
"version": "1.0.2-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
7
7
|
"build": "tsc && vite build",
|
|
8
|
+
"build:dev": "tsc && vite build --mode development",
|
|
8
9
|
"build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
|
|
9
10
|
"eslint": "eslint .",
|
|
10
11
|
"lint": "yarn tsc && yarn eslint",
|
|
@@ -12,14 +13,14 @@
|
|
|
12
13
|
"test": "vitest",
|
|
13
14
|
"coverage": "yarn test run --coverage --changed",
|
|
14
15
|
"fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
|
|
15
|
-
"publish-local": "yarn build && npx yalc push --sig"
|
|
16
|
+
"publish-local": "yarn build:dev && npx yalc push --sig"
|
|
16
17
|
},
|
|
17
18
|
"peerDependencies": {
|
|
18
19
|
"@bpmn-io/element-template-icon-renderer": "0.x",
|
|
19
20
|
"@bpmn-io/form-js": "1.x",
|
|
20
21
|
"@carbon/react": "1.x",
|
|
21
|
-
"bpmn-js": "16.x",
|
|
22
22
|
"bpmn-moddle": "8.x",
|
|
23
|
+
"camunda-bpmn-js": "3.x",
|
|
23
24
|
"diagram-js-grid": "1.x",
|
|
24
25
|
"diagram-js-minimap": "4.x",
|
|
25
26
|
"lodash": "4.x",
|
|
@@ -32,56 +33,57 @@
|
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@bpmn-io/element-template-icon-renderer": "0.5.1",
|
|
35
|
-
"@bpmn-io/form-js": "1.
|
|
36
|
+
"@bpmn-io/form-js": "1.7.0",
|
|
36
37
|
"@carbon/react": "1.46.1",
|
|
37
|
-
"@testing-library/jest-dom": "6.2
|
|
38
|
-
"@testing-library/react": "14.1
|
|
38
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
39
|
+
"@testing-library/react": "14.2.1",
|
|
39
40
|
"@testing-library/react-hooks": "8.0.1",
|
|
40
41
|
"@testing-library/user-event": "14.5.2",
|
|
41
42
|
"@types/bpmn-moddle": "5.1.10",
|
|
42
|
-
"@types/carbon-components-react": "7.55.
|
|
43
|
+
"@types/carbon-components-react": "7.55.10",
|
|
44
|
+
"@types/jest": "29.5.12",
|
|
43
45
|
"@types/lodash": "4.14.202",
|
|
44
|
-
"@types/mixpanel-browser": "2.
|
|
45
|
-
"@types/node": "20.
|
|
46
|
+
"@types/mixpanel-browser": "2.49.0",
|
|
47
|
+
"@types/node": "20.11.17",
|
|
46
48
|
"@types/prop-types": "15.7.11",
|
|
47
|
-
"@types/react": "18.2.
|
|
48
|
-
"@types/react-dom": "18.2.
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "
|
|
50
|
-
"@typescript-eslint/parser": "
|
|
49
|
+
"@types/react": "18.2.55",
|
|
50
|
+
"@types/react-dom": "18.2.19",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "7.0.1",
|
|
52
|
+
"@typescript-eslint/parser": "7.0.1",
|
|
51
53
|
"@vitejs/plugin-react": "4.2.1",
|
|
52
|
-
"@vitest/coverage-istanbul": "1.
|
|
53
|
-
"@vitest/ui": "1.
|
|
54
|
-
"bpmn-js": "16.2.0",
|
|
54
|
+
"@vitest/coverage-istanbul": "1.2.2",
|
|
55
|
+
"@vitest/ui": "1.2.2",
|
|
55
56
|
"bpmn-moddle": "8.1.0",
|
|
57
|
+
"camunda-bpmn-js": "3.13.0",
|
|
56
58
|
"diagram-js-grid": "1.0.0",
|
|
57
59
|
"diagram-js-minimap": "4.1.0",
|
|
58
|
-
"eslint": "8.
|
|
60
|
+
"eslint": "8.56.0",
|
|
59
61
|
"eslint-config-prettier": "9.1.0",
|
|
60
62
|
"eslint-plugin-camunda-licensed": "0.4.6",
|
|
61
|
-
"eslint-plugin-prettier": "5.1.
|
|
63
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
62
64
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
63
65
|
"eslint-plugin-react-refresh": "0.4.5",
|
|
64
66
|
"eslint-plugin-testing-library": "6.2.0",
|
|
65
|
-
"jsdom": "
|
|
67
|
+
"jsdom": "24.0.0",
|
|
66
68
|
"lodash": "4.17.21",
|
|
67
|
-
"mixpanel-browser": "2.
|
|
69
|
+
"mixpanel-browser": "2.49.0",
|
|
68
70
|
"mobx": "6.12.0",
|
|
69
71
|
"mobx-react": "7.6.0",
|
|
70
|
-
"prettier": "3.
|
|
72
|
+
"prettier": "3.2.5",
|
|
71
73
|
"prop-types": "15.8.1",
|
|
72
74
|
"react": "18.2.0",
|
|
73
75
|
"react-dom": "18.2.0",
|
|
74
76
|
"react-router-dom": "6.20.1",
|
|
75
|
-
"sass": "1.
|
|
77
|
+
"sass": "1.70.0",
|
|
76
78
|
"source-map-explorer": "2.5.3",
|
|
77
79
|
"styled-components": "6.1.1",
|
|
78
80
|
"tsc-watch": "6.0.4",
|
|
79
|
-
"typescript": "5.3.
|
|
80
|
-
"vite": "5.
|
|
81
|
+
"typescript": "5.3.3",
|
|
82
|
+
"vite": "5.1.2",
|
|
81
83
|
"vite-plugin-svgr": "4.2.0",
|
|
82
84
|
"vite-svg-loader": "5.1.0",
|
|
83
|
-
"vite-tsconfig-paths": "4.
|
|
84
|
-
"vitest": "1.
|
|
85
|
+
"vite-tsconfig-paths": "4.3.1",
|
|
86
|
+
"vitest": "1.2.2"
|
|
85
87
|
},
|
|
86
88
|
"lint-staged": {
|
|
87
89
|
"*": [
|