@camunda/play 6.1.1-rc.0 → 6.1.1-sm

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