From 61070c9c6b665fdea79b3ccdfeafc3a6b50d262e Mon Sep 17 00:00:00 2001 From: Avi Ziv Date: Wed, 26 Jul 2017 17:37:57 +0300 Subject: [SDC] Full OnBoard health-check and NFoD support Change-Id: I606f8a52c7e6d2bd5558f824957d890e552c5423 Signed-off-by: Avi Ziv --- openecomp-ui/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'openecomp-ui/package.json') diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 0e1e66b80e..ef44bfb2b8 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -8,8 +8,8 @@ "start": "gulp dev && webpack-dev-server --progress", "build": "gulp build", "css-usage": "gulp css-usage", - "static-keys-bundle" : "gulp static-keys-bundle", - "check-keys-against-bundles" : "gulp static-keys-bundle-with-report", + "static-keys-bundle": "gulp static-keys-bundle", + "check-keys-against-bundles": "gulp static-keys-bundle-with-report", "test": "jest", "test-failedTestReport": "jest --json | node test-utils/failedTestReport.js", "test-dev": "jest --watch", @@ -18,9 +18,10 @@ "storyshots": "jest storyshots.test.js", "build-storybook": "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts && gulp copy-storybook-resources-prod" }, - "dependencies": { + "dependencies": { "classnames": "^2.2.5", "core-js": "^2.4.0", + "d3": "^3.5.16", "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui", "intl": "^1.0.1", "intl-format-cache": "^2.0.5", @@ -39,7 +40,7 @@ "react-sortable": "^1.2.0", "redux": "^3.3.1", "restful-js": "^0.7.0", - "sdc-ui": "^1.5.12", + "sdc-ui": "1.6.0", "uuid-js": "^0.7.5", "validator": "^4.3.0" }, -- cgit 1.2.3-korg