package dependency cleanup (#330)

* update npm packages.  babel 7, redux 4, etc

* remove obsolete babel config file

* use correct icons
This commit is contained in:
Bruce Martin
2018-10-15 17:36:13 -07:00
committed by Colin Megill
parent 65f5244ff7
commit 6b0aafd27c
12 changed files with 3673 additions and 4352 deletions
+4 -4
View File
@@ -6,8 +6,8 @@ import { connect } from "react-redux";
import mat4 from "gl-mat4";
import _regl from "regl";
import FaCrosshair from "react-icons/lib/fa/crosshairs";
import FaZoom from "react-icons/lib/fa/search-plus";
import { FaCrosshairs } from "react-icons/fa";
import { FaSearchPlus } from "react-icons/fa";
import * as globals from "../../globals";
import setupSVGandBrushElements from "./setupSVGandBrush";
@@ -399,7 +399,7 @@ class Graph extends React.Component {
}}
>
{" "}
<FaCrosshair />{" "}
<FaCrosshairs />{" "}
</button>
<button
type="button"
@@ -419,7 +419,7 @@ class Graph extends React.Component {
}}
>
{" "}
<FaZoom />{" "}
<FaSearchPlus />{" "}
</button>
</span>
</div>