aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/package.json
diff options
context:
space:
mode:
authorStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-27 10:07:45 +0300
committerStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-27 10:08:09 +0300
commita69951b9f9319f8e25d63384b2dbee851df24694 (patch)
treee99d724d3da2035990d6f936392234498f4383de /workflow-designer-ui/src/main/frontend/package.json
parent63cf9d516fc1dd77c339d188fa9852bb6a42f525 (diff)
wf composition
Issue-ID: SDC-1591 Change-Id: I3d1c1e08094a2088b8e474b0c6f3616088ded4ee Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/package.json')
-rw-r--r--workflow-designer-ui/src/main/frontend/package.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/workflow-designer-ui/src/main/frontend/package.json b/workflow-designer-ui/src/main/frontend/package.json
index e3c657e0..5271dc54 100644
--- a/workflow-designer-ui/src/main/frontend/package.json
+++ b/workflow-designer-ui/src/main/frontend/package.json
@@ -14,9 +14,8 @@
},
"dependencies": {
"axios": "^0.18.0",
- "bpmn-js": "^2.3.0",
- "bpmn-js-properties-panel": "^0.20.0",
- "camunda-bpmn-moddle": "^3.0.0",
+ "bpmn-js": "^2.4.1",
+ "bpmn-js-properties-panel": "^0.26.1",
"classnames": "^2.2.6",
"d3-hierarchy": "^1.1.6",
"d3-selection": "^1.3.0",
@@ -25,7 +24,12 @@
"enzyme-adapter-react-16": "^1.1.1",
"file-saver": "^1.3.8",
"http-proxy-middleware": "^0.17.4",
- "lodash": "^3.0.1",
+ "inherits": "^2.0.3",
+ "lodash.assign": "^4.2.0",
+ "lodash.isempty": "^4.4.0",
+ "lodash.map": "^4.6.0",
+ "lodash.merge": "^4.6.1",
+ "lodash.set": "^4.3.2",
"md5": "^2.2.1",
"moment": "^2.18.1",
"prop-types": "^15.6.1",