aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/package.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-08-23 07:49:25 -0700
committersebdet <sebastien.determe@intl.att.com>2019-08-24 10:34:13 +0200
commitb65f1215e7dfab5630c0e2c1da8afec4cd08173f (patch)
tree152ae8bec276df8f9d41c4ccb48570997679cdd3 /ui-react/package.json
parent3142c70fb7530c444c891674fe55c6a9b236dfb3 (diff)
Update react
Update react compo to latest ones Issue-ID: CLAMP-477 Change-Id: I108b31c7e25595d96bc598f394590f23436335a1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r--ui-react/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui-react/package.json b/ui-react/package.json
index 9770d44c6..25176058c 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -9,7 +9,7 @@
"registry": "https://nexus3.onap.org/repository/npm.snapshot/"
},
"main": "index.js",
- "proxy": "http://localhost:8080",
+ "proxy": "https://localhost:8080",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
@@ -26,10 +26,10 @@
],
"dependencies": {
"@json-editor/json-editor": "1.4.0-beta.0",
- "react": "16.8.0",
- "react-dom": "16.8.0",
- "react-scripts": "3.0.1",
- "react-bootstrap": "1.0.0-beta.9",
+ "react": "16.9.0",
+ "react-dom": "16.9.0",
+ "react-scripts": "3.1.1",
+ "react-bootstrap": "1.0.0-beta.11",
"bootstrap-css-only": "4.3.1",
"styled-components": "4.3.2",
"react-router-dom": "5.0.1",