@camunda/play 0.0.6-rc.3 → 0.0.7-rc.0

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/play.js +7253 -6573
  2. package/package.json +90 -90
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
1
  {
2
- "name": "@camunda/play",
3
- "version": "0.0.6-rc.3",
4
- "type": "module",
5
- "scripts": {
6
- "start": "vite",
7
- "build": "tsc && vite build",
8
- "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
9
- "eslint": "eslint .",
10
- "lint": "yarn tsc && yarn eslint",
11
- "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
12
- "test": "vitest",
13
- "coverage": "yarn test run --coverage --changed",
14
- "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
15
- "publish-local": "yarn build && npx yalc push --sig"
16
- },
17
- "peerDependencies": {
18
- "@bpmn-io/form-js": "1.x",
19
- "@carbon/react": "1.x",
20
- "bpmn-js": "16.x",
21
- "bpmn-moddle": "8.x",
22
- "lodash": "4.x",
23
- "react": "18.x",
24
- "react-dom": "18.x",
25
- "react-router-dom": "5.x || 6.x",
26
- "styled-components": "6.x"
27
- },
28
- "devDependencies": {
29
- "@bpmn-io/form-js": "1.6.3",
30
- "@carbon/react": "1.46.1",
31
- "@testing-library/jest-dom": "6.2.0",
32
- "@testing-library/react": "14.1.2",
33
- "@testing-library/react-hooks": "8.0.1",
34
- "@testing-library/user-event": "14.5.2",
35
- "@types/bpmn-moddle": "5.1.10",
36
- "@types/carbon-components-react": "7.55.9",
37
- "@types/lodash": "4.14.202",
38
- "@types/mixpanel-browser": "2.47.5",
39
- "@types/node": "20.10.6",
40
- "@types/prop-types": "15.7.11",
41
- "@types/react": "18.2.47",
42
- "@types/react-dom": "18.2.18",
43
- "@typescript-eslint/eslint-plugin": "6.13.2",
44
- "@typescript-eslint/parser": "6.13.2",
45
- "@vitejs/plugin-react": "4.2.1",
46
- "@vitest/coverage-istanbul": "1.1.3",
47
- "@vitest/ui": "1.1.3",
48
- "bpmn-js": "16.2.0",
49
- "bpmn-moddle": "8.1.0",
50
- "eslint": "8.55.0",
51
- "eslint-config-prettier": "9.1.0",
52
- "eslint-plugin-camunda-licensed": "0.4.6",
53
- "eslint-plugin-prettier": "5.1.2",
54
- "eslint-plugin-react-hooks": "4.6.0",
55
- "eslint-plugin-react-refresh": "0.4.5",
56
- "eslint-plugin-testing-library": "6.2.0",
57
- "jsdom": "23.0.1",
58
- "lodash": "4.17.21",
59
- "mixpanel-browser": "2.48.1",
60
- "prettier": "3.1.1",
61
- "prop-types": "15.8.1",
62
- "react": "18.2.0",
63
- "react-dom": "18.2.0",
64
- "react-router-dom": "6.20.1",
65
- "sass": "1.69.5",
66
- "source-map-explorer": "2.5.3",
67
- "styled-components": "6.1.1",
68
- "tsc-watch": "6.0.4",
69
- "typescript": "5.3.2",
70
- "vite": "5.0.11",
71
- "vite-plugin-svgr": "4.2.0",
72
- "vite-svg-loader": "5.1.0",
73
- "vite-tsconfig-paths": "4.2.3",
74
- "vitest": "1.1.3"
75
- },
76
- "lint-staged": {
77
- "*": [
78
- "prettier --write"
79
- ],
80
- "*.{js,jsx,ts,tsx}": [
81
- "yarn lint"
82
- ]
83
- },
84
- "description": "Camunda Play",
85
- "main": "./build/play.js",
86
- "files": [
87
- "/build"
88
- ],
89
- "author": "Camunda",
90
- "license": "Apache-2.0",
91
- "packageManager": "yarn@1.22.21"
2
+ "name": "@camunda/play",
3
+ "version": "0.0.7-rc.0",
4
+ "type": "module",
5
+ "scripts": {
6
+ "start": "vite",
7
+ "build": "tsc && vite build",
8
+ "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
9
+ "eslint": "eslint .",
10
+ "lint": "yarn tsc && yarn eslint",
11
+ "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
12
+ "test": "vitest",
13
+ "coverage": "yarn test run --coverage --changed",
14
+ "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
15
+ "publish-local": "yarn build && npx yalc push --sig"
16
+ },
17
+ "peerDependencies": {
18
+ "@bpmn-io/form-js": "1.x",
19
+ "@carbon/react": "1.x",
20
+ "bpmn-js": "16.x",
21
+ "bpmn-moddle": "8.x",
22
+ "lodash": "4.x",
23
+ "react": "18.x",
24
+ "react-dom": "18.x",
25
+ "react-router-dom": "5.x || 6.x",
26
+ "styled-components": "6.x"
27
+ },
28
+ "devDependencies": {
29
+ "@bpmn-io/form-js": "1.6.3",
30
+ "@carbon/react": "1.46.1",
31
+ "@testing-library/jest-dom": "6.2.0",
32
+ "@testing-library/react": "14.1.2",
33
+ "@testing-library/react-hooks": "8.0.1",
34
+ "@testing-library/user-event": "14.5.2",
35
+ "@types/bpmn-moddle": "5.1.10",
36
+ "@types/carbon-components-react": "7.55.9",
37
+ "@types/lodash": "4.14.202",
38
+ "@types/mixpanel-browser": "2.47.5",
39
+ "@types/node": "20.10.6",
40
+ "@types/prop-types": "15.7.11",
41
+ "@types/react": "18.2.47",
42
+ "@types/react-dom": "18.2.18",
43
+ "@typescript-eslint/eslint-plugin": "6.13.2",
44
+ "@typescript-eslint/parser": "6.13.2",
45
+ "@vitejs/plugin-react": "4.2.1",
46
+ "@vitest/coverage-istanbul": "1.1.3",
47
+ "@vitest/ui": "1.1.3",
48
+ "bpmn-js": "16.2.0",
49
+ "bpmn-moddle": "8.1.0",
50
+ "eslint": "8.55.0",
51
+ "eslint-config-prettier": "9.1.0",
52
+ "eslint-plugin-camunda-licensed": "0.4.6",
53
+ "eslint-plugin-prettier": "5.1.2",
54
+ "eslint-plugin-react-hooks": "4.6.0",
55
+ "eslint-plugin-react-refresh": "0.4.5",
56
+ "eslint-plugin-testing-library": "6.2.0",
57
+ "jsdom": "23.0.1",
58
+ "lodash": "4.17.21",
59
+ "mixpanel-browser": "2.48.1",
60
+ "prettier": "3.1.1",
61
+ "prop-types": "15.8.1",
62
+ "react": "18.2.0",
63
+ "react-dom": "18.2.0",
64
+ "react-router-dom": "6.20.1",
65
+ "sass": "1.69.5",
66
+ "source-map-explorer": "2.5.3",
67
+ "styled-components": "6.1.1",
68
+ "tsc-watch": "6.0.4",
69
+ "typescript": "5.3.2",
70
+ "vite": "5.0.11",
71
+ "vite-plugin-svgr": "4.2.0",
72
+ "vite-svg-loader": "5.1.0",
73
+ "vite-tsconfig-paths": "4.2.3",
74
+ "vitest": "1.1.3"
75
+ },
76
+ "lint-staged": {
77
+ "*": [
78
+ "prettier --write"
79
+ ],
80
+ "*.{js,jsx,ts,tsx}": [
81
+ "yarn lint"
82
+ ]
83
+ },
84
+ "description": "Camunda Play",
85
+ "main": "./build/play.js",
86
+ "files": [
87
+ "/build"
88
+ ],
89
+ "author": "Camunda",
90
+ "license": "Apache-2.0",
91
+ "packageManager": "yarn@1.22.21"
92
92
  }