From 886877950b1a2b4006d1f5dbe93367c086e213a0 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 28 Oct 2017 12:15:25 +0200 Subject: Upgrade dependencies --- README.md | 1 + package.json | 21 ++++++++++----------- src/components/home/ContactSection.js | 5 ++--- src/components/navigation/AppNavbar.js | 8 +++----- src/containers/auth/Login.js | 4 +++- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 55d3db00..60094fe8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Collaborative Datacenter Simulation and Exploration for Everybody [![Build Status](https://travis-ci.org/atlarge-research/opendc-frontend.svg?branch=master)](https://travis-ci.org/atlarge-research/opendc-frontend) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) +[![bitHound Overall Score](https://www.bithound.io/github/atlarge-research/opendc-frontend/badges/score.svg)](https://www.bithound.io/github/atlarge-research/opendc-frontend) The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters. Built in *React.js* and *Redux*, with the help of `create-react-app`. diff --git a/package.json b/package.json index c6c0994a..0d96e935 100644 --- a/package.json +++ b/package.json @@ -22,31 +22,30 @@ "classnames": "^2.2.5", "husky": "^0.14.3", "isomorphic-fetch": "^2.2.1", - "konva": "^1.6.8", - "lint-staged": "^4.2.3", + "konva": "^1.7.2", + "lint-staged": "^4.3.0", "node-sass-chokidar": "^0.0.3", "npm-run-all": "^4.1.1", "prettier": "^1.7.4", - "prop-types": "^15.5.10", - "react": "^15.6.1", + "prop-types": "^15.6.0", + "react": "^16.0.0", "react-document-title": "^2.0.3", - "react-dom": "^15.6.1", + "react-dom": "^16.0.0", "react-fontawesome": "^1.6.1", "react-google-login": "^2.9.3", - "react-konva": "^1.1.4", - "react-mailto": "^0.4.0", + "react-konva": "^1.1.5", "react-redux": "^5.0.5", "react-router-dom": "^4.2.2", - "react-scripts": "^1.0.13", - "react-shortcuts": "^1.6.1", + "react-scripts": "^1.0.14", + "react-shortcuts": "^2.0.0", "redux": "^3.7.2", "redux-localstorage": "^0.4.1", "redux-logger": "^3.0.6", - "redux-saga": "^0.15.6", + "redux-saga": "^0.16.0", "redux-thunk": "^2.2.0", "socket.io-client": "^2.0.3", "svgsaver": "^0.9.0", - "victory": "^0.22.2" + "victory": "^0.23.1" }, "lint-staged": { "src/**/*.{js,jsx,json}": [ diff --git a/src/components/home/ContactSection.js b/src/components/home/ContactSection.js index d957297a..4e640924 100644 --- a/src/components/home/ContactSection.js +++ b/src/components/home/ContactSection.js @@ -1,6 +1,5 @@ import React from "react"; import FontAwesome from "react-fontawesome"; -import Mailto from "react-mailto"; import "./ContactSection.css"; import ContentSection from "./ContentSection"; @@ -15,11 +14,11 @@ const ContactSection = () => (
- +
opendc@atlarge-research.com - +
diff --git a/src/components/navigation/AppNavbar.js b/src/components/navigation/AppNavbar.js index ab4b8412..1a35f85d 100644 --- a/src/components/navigation/AppNavbar.js +++ b/src/components/navigation/AppNavbar.js @@ -1,6 +1,5 @@ import React from "react"; import FontAwesome from "react-fontawesome"; -import Mailto from "react-mailto"; import { Link } from "react-router-dom"; import Navbar, { NavItem } from "./Navbar"; import "./Navbar.css"; @@ -42,15 +41,14 @@ const AppNavbar = ({ simulationId, inSimulation, fullWidth }) => ( - Support - + ); diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js index de12f815..28e95963 100644 --- a/src/containers/auth/Login.js +++ b/src/containers/auth/Login.js @@ -33,7 +33,9 @@ class LoginContainer extends React.Component { onFailure={this.onAuthResponse.bind(this)} className="login btn btn-primary" > - Login with Google + + Login with Google + ); } -- cgit v1.2.3