From c8d6130e6355a6f8f460c114ed7bac0221eb0020 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 4 Jul 2019 15:50:34 +0200 Subject: More modular approach Modular approach for React components and CSS + theming Issue-ID: CLAMP-418 Change-Id: I359f31e92492ae75ac26ef297abde822c6cd56ea Signed-off-by: sebdet --- ui-react/package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ui-react/package.json') diff --git a/ui-react/package.json b/ui-react/package.json index 943ed7ad1..7d0e407b3 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -12,12 +12,13 @@ "author": "ONAP Clamp Team", "license": "Apache-2.0", "dependencies": { - "json-editor": "^0.7.28", - "react": "~16.8.0", - "react-dom": "~16.8.0", - "react-scripts": "~3.0.1", + "json-editor": "0.7.28", + "react": "16.8.0", + "react-dom": "16.8.0", + "react-scripts": "3.0.1", "react-bootstrap": "1.0.0-beta.9", - "bootstrap-css-only": "4.3.1" + "bootstrap-css-only": "4.3.1", + "styled-components": "4.3.2" }, "browserslist": [ ">0.2%", -- cgit 1.2.3-korg