diff options
Diffstat (limited to 'ui-react/package.json')
-rw-r--r-- | ui-react/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui-react/package.json b/ui-react/package.json index 9770d44c..25176058 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", |