@camunda/play 1.2.2 → 1.3.0-rc.2

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.
Files changed (2) hide show
  1. package/build/index.js +81845 -78888
  2. package/package.json +110 -110
package/package.json CHANGED
@@ -1,112 +1,112 @@
1
1
  {
2
- "name": "@camunda/play",
3
- "version": "1.2.2",
4
- "type": "module",
5
- "scripts": {
6
- "start": "vite",
7
- "build": "tsc && vite build",
8
- "build:dev": "tsc && vite build --mode development",
9
- "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
- "eslint": "eslint .",
11
- "lint": "yarn tsc && yarn eslint",
12
- "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
13
- "test": "vitest",
14
- "coverage": "yarn test run --coverage --changed",
15
- "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
16
- "publish-local": "yarn build:dev && npx yalc push --sig"
17
- },
18
- "peerDependencies": {
19
- "@bpmn-io/element-template-icon-renderer": "0.x",
20
- "@bpmn-io/form-js": "1.x",
21
- "@carbon/react": "1.x",
22
- "@monaco-editor/react": "4.x",
23
- "bpmn-moddle": "8.x || 9.x",
24
- "camunda-bpmn-js": "3.x || 4.x",
25
- "diagram-js-grid": "1.x",
26
- "diagram-js-minimap": "4.x",
27
- "lodash": "4.x",
28
- "mobx": "6.x",
29
- "mobx-react": "7.x",
30
- "monaco-editor": "0.x",
31
- "react": "18.x",
32
- "react-dom": "18.x",
33
- "react-router-dom": "5.x || 6.x",
34
- "styled-components": "6.x"
35
- },
36
- "devDependencies": {
37
- "@bpmn-io/element-template-icon-renderer": "0.5.1",
38
- "@bpmn-io/form-js": "1.7.1",
39
- "@camunda/form-js-assistant-module": "0.5.0",
40
- "@camunda/form-playground": "0.13.0",
41
- "@carbon/react": "1.51.1",
42
- "@monaco-editor/react": "4.6.0",
43
- "@testing-library/jest-dom": "6.4.2",
44
- "@testing-library/react": "14.2.1",
45
- "@testing-library/react-hooks": "8.0.1",
46
- "@testing-library/user-event": "14.5.2",
47
- "@types/bpmn-moddle": "5.1.11",
48
- "@types/carbon-components-react": "7.55.10",
49
- "@types/jest": "29.5.12",
50
- "@types/lodash": "4.14.202",
51
- "@types/mixpanel-browser": "2.49.0",
52
- "@types/node": "20.11.20",
53
- "@types/prop-types": "15.7.11",
54
- "@types/react": "18.2.55",
55
- "@types/react-dom": "18.2.19",
56
- "@typescript-eslint/eslint-plugin": "7.1.0",
57
- "@typescript-eslint/parser": "7.1.0",
58
- "@vitejs/plugin-react": "4.2.1",
59
- "@vitest/coverage-istanbul": "1.2.2",
60
- "@vitest/ui": "1.2.2",
61
- "bpmn-js-headless": "0.0.1",
62
- "bpmn-moddle": "9.0.1",
63
- "camunda-bpmn-js": "4.3.2",
64
- "diagram-js-grid": "1.0.0",
65
- "diagram-js-minimap": "4.1.0",
66
- "eslint": "8.57.0",
67
- "eslint-config-prettier": "9.1.0",
68
- "eslint-plugin-camunda-licensed": "0.4.6",
69
- "eslint-plugin-prettier": "5.1.3",
70
- "eslint-plugin-react-hooks": "4.6.0",
71
- "eslint-plugin-react-refresh": "0.4.5",
72
- "eslint-plugin-testing-library": "6.2.0",
73
- "jsdom": "24.0.0",
74
- "lodash": "4.17.21",
75
- "mixpanel-browser": "2.49.0",
76
- "mobx": "6.12.0",
77
- "mobx-react": "7.6.0",
78
- "monaco-editor": "0.46.0",
79
- "prettier": "3.2.5",
80
- "prop-types": "15.8.1",
81
- "react": "18.2.0",
82
- "react-dom": "18.2.0",
83
- "react-router-dom": "6.20.1",
84
- "sass": "1.71.1",
85
- "source-map-explorer": "2.5.3",
86
- "styled-components": "6.1.1",
87
- "ts-toolbelt": "9.6.0",
88
- "tsc-watch": "6.0.4",
89
- "typescript": "5.3.3",
90
- "vite": "5.1.4",
91
- "vite-plugin-svgr": "4.2.0",
92
- "vite-svg-loader": "5.1.0",
93
- "vite-tsconfig-paths": "4.3.1",
94
- "vitest": "1.3.1"
95
- },
96
- "lint-staged": {
97
- "*": [
98
- "prettier --write"
99
- ],
100
- "*.{js,jsx,ts,tsx}": [
101
- "yarn lint"
102
- ]
103
- },
104
- "description": "Camunda Play",
105
- "main": "./build/play.js",
106
- "files": [
107
- "/build"
108
- ],
109
- "author": "Camunda",
110
- "license": "Apache-2.0",
111
- "packageManager": "yarn@1.22.21"
2
+ "name": "@camunda/play",
3
+ "version": "1.3.0-rc.2",
4
+ "type": "module",
5
+ "scripts": {
6
+ "start": "vite",
7
+ "build": "tsc && vite build",
8
+ "build:dev": "tsc && vite build --mode development",
9
+ "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
+ "eslint": "eslint .",
11
+ "lint": "yarn tsc && yarn eslint",
12
+ "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
13
+ "test": "vitest",
14
+ "coverage": "yarn test run --coverage --changed",
15
+ "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
16
+ "publish-local": "yarn build:dev && npx yalc push --sig"
17
+ },
18
+ "peerDependencies": {
19
+ "@bpmn-io/element-template-icon-renderer": "0.x",
20
+ "@bpmn-io/form-js": "1.x",
21
+ "@carbon/react": "1.x",
22
+ "@monaco-editor/react": "4.x",
23
+ "bpmn-moddle": "8.x",
24
+ "camunda-bpmn-js": "3.x || 4.x",
25
+ "diagram-js-grid": "1.x",
26
+ "diagram-js-minimap": "4.x",
27
+ "lodash": "4.x",
28
+ "mobx": "6.x",
29
+ "mobx-react": "7.x",
30
+ "monaco-editor": "0.x",
31
+ "react": "18.x",
32
+ "react-dom": "18.x",
33
+ "react-router-dom": "5.x || 6.x",
34
+ "styled-components": "6.x"
35
+ },
36
+ "devDependencies": {
37
+ "@bpmn-io/element-template-icon-renderer": "0.5.1",
38
+ "@bpmn-io/form-js": "1.7.1",
39
+ "@camunda/form-js-assistant-module": "0.5.0",
40
+ "@camunda/form-playground": "0.13.0",
41
+ "@carbon/react": "1.51.1",
42
+ "@monaco-editor/react": "4.6.0",
43
+ "@testing-library/jest-dom": "6.4.2",
44
+ "@testing-library/react": "14.2.1",
45
+ "@testing-library/react-hooks": "8.0.1",
46
+ "@testing-library/user-event": "14.5.2",
47
+ "@types/bpmn-moddle": "5.1.11",
48
+ "@types/carbon-components-react": "7.55.10",
49
+ "@types/jest": "29.5.12",
50
+ "@types/lodash": "4.14.202",
51
+ "@types/mixpanel-browser": "2.49.0",
52
+ "@types/node": "20.11.20",
53
+ "@types/prop-types": "15.7.11",
54
+ "@types/react": "18.2.55",
55
+ "@types/react-dom": "18.2.19",
56
+ "@typescript-eslint/eslint-plugin": "7.1.0",
57
+ "@typescript-eslint/parser": "7.1.0",
58
+ "@vitejs/plugin-react": "4.2.1",
59
+ "@vitest/coverage-istanbul": "1.2.2",
60
+ "@vitest/ui": "1.2.2",
61
+ "bpmn-js-headless": "0.0.1",
62
+ "bpmn-moddle": "8.1.0",
63
+ "camunda-bpmn-js": "4.2.0",
64
+ "diagram-js-grid": "1.0.0",
65
+ "diagram-js-minimap": "4.1.0",
66
+ "eslint": "8.57.0",
67
+ "eslint-config-prettier": "9.1.0",
68
+ "eslint-plugin-camunda-licensed": "0.4.6",
69
+ "eslint-plugin-prettier": "5.1.3",
70
+ "eslint-plugin-react-hooks": "4.6.0",
71
+ "eslint-plugin-react-refresh": "0.4.5",
72
+ "eslint-plugin-testing-library": "6.2.0",
73
+ "jsdom": "24.0.0",
74
+ "lodash": "4.17.21",
75
+ "mixpanel-browser": "2.49.0",
76
+ "mobx": "6.12.0",
77
+ "mobx-react": "7.6.0",
78
+ "monaco-editor": "0.46.0",
79
+ "prettier": "3.2.5",
80
+ "prop-types": "15.8.1",
81
+ "react": "18.2.0",
82
+ "react-dom": "18.2.0",
83
+ "react-router-dom": "6.20.1",
84
+ "sass": "1.71.1",
85
+ "source-map-explorer": "2.5.3",
86
+ "styled-components": "6.1.1",
87
+ "ts-toolbelt": "9.6.0",
88
+ "tsc-watch": "6.0.4",
89
+ "typescript": "5.3.3",
90
+ "vite": "5.1.4",
91
+ "vite-plugin-svgr": "4.2.0",
92
+ "vite-svg-loader": "5.1.0",
93
+ "vite-tsconfig-paths": "4.3.1",
94
+ "vitest": "1.3.1"
95
+ },
96
+ "lint-staged": {
97
+ "*": [
98
+ "prettier --write"
99
+ ],
100
+ "*.{js,jsx,ts,tsx}": [
101
+ "yarn lint"
102
+ ]
103
+ },
104
+ "description": "Camunda Play",
105
+ "main": "./build/play.js",
106
+ "files": [
107
+ "/build"
108
+ ],
109
+ "author": "Camunda",
110
+ "license": "Apache-2.0",
111
+ "packageManager": "yarn@1.22.21"
112
112
  }