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