@5minds/processcube_app_sdk 7.0.0-develop-1db8ae-mdcpg2ya → 7.0.0-develop-b1a5d9-mf3r14ti
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/client/components/BPMNViewer.css +1 -1
- package/build/client/components/DiagramDocumentationInspector.css +1 -1
- package/build/client/components/DocumentationViewer.css +1 -1
- package/build/client/components/DropdownMenu.css +1 -1
- package/build/client/components/DynamicUi/DynamicUi.css +1 -1
- package/build/client/components/ProcessInstanceInspector/CommandPalette.css +1 -1
- package/build/client/components/ProcessInstanceInspector/ProcessInstanceInspector.css +1 -1
- package/build/client/components/ProcessInstanceInspector/RetryDialog.css +1 -1
- package/build/client/components/SplitterLayout.css +1 -1
- package/build/client/root.css +1 -1
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/processcube_app_sdk",
|
|
3
|
-
"version": "7.0.0-develop-
|
|
3
|
+
"version": "7.0.0-develop-b1a5d9-mf3r14ti",
|
|
4
4
|
"description": "The SDK for ProcessCube Apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/common/index.cjs",
|
|
@@ -75,34 +75,35 @@
|
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@tailwindcss/forms": "^0.5.10",
|
|
77
77
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
78
|
+
"@types/lodash": "^4.17.20",
|
|
78
79
|
"@types/node": "^22.14.1",
|
|
79
|
-
"@types/react": "19.1.2",
|
|
80
|
-
"@types/react-dom": "19.1.2",
|
|
80
|
+
"@types/react": "^19.1.2",
|
|
81
|
+
"@types/react-dom": "^19.1.2",
|
|
81
82
|
"@types/react-is": "19.0.0",
|
|
82
83
|
"@types/semver": "^7.7.0",
|
|
83
84
|
"@types/uuid": "^10.0.0",
|
|
84
85
|
"autoprefixer": "^10.4.21",
|
|
85
86
|
"concurrently": "^9.1.2",
|
|
86
87
|
"esbuild-style-plugin": "^1.6.3",
|
|
87
|
-
"tailwindcss": "^3.4.1",
|
|
88
88
|
"postcss-import": "^16.1.0",
|
|
89
89
|
"prettier": "^3.5.3",
|
|
90
90
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
91
|
+
"tailwindcss": "^3.4.1",
|
|
91
92
|
"typescript": "^5.8.3"
|
|
92
93
|
},
|
|
93
94
|
"peerDependencies": {
|
|
94
95
|
"next": ">=15",
|
|
95
96
|
"next-auth": "~4.24.6",
|
|
96
|
-
"react": "
|
|
97
|
+
"react": "^19.1.0"
|
|
97
98
|
},
|
|
98
99
|
"dependencies": {
|
|
99
100
|
"@5minds/processcube_engine_client": "6.1.3",
|
|
100
101
|
"@5minds/processcube_engine_sdk": "7.1.2",
|
|
101
102
|
"@headlessui/react": "^2.2.1",
|
|
102
103
|
"@heroicons/react": "^2.2.0",
|
|
103
|
-
"@monaco-editor/react": "^4.7.0",
|
|
104
104
|
"@heroui/react": "^2.7.6",
|
|
105
|
-
"
|
|
105
|
+
"@monaco-editor/react": "^4.7.0",
|
|
106
|
+
"bpmn-js": "^18.6.3",
|
|
106
107
|
"chokidar": "^4.0.3",
|
|
107
108
|
"client-only": "^0.0.1",
|
|
108
109
|
"esbuild": "^0.25.2",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"marked": "^15.0.8",
|
|
113
114
|
"only-server": "^0.0.1",
|
|
114
115
|
"openid-client": "^5.5.0",
|
|
115
|
-
"react-dom": "19.1.0",
|
|
116
|
+
"react-dom": "^19.1.0",
|
|
116
117
|
"react-is": "19.1.0",
|
|
117
118
|
"react-markdown": "^9.0.1",
|
|
118
119
|
"rehype-autolink-headings": "^7.1.0",
|