File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import { hot } from 'react-hot-loader' ;
3- import plotly from 'plotly.js/dist/plotly-with-meta ' ;
3+ import plotly from 'plotly.js' ;
44import '../src/styles/main.scss' ;
55import 'react-select/dist/react-select.css' ;
66import brace from 'brace' ; // eslint-disable-line no-unused-vars
Original file line number Diff line number Diff line change 1515 "fast-isnumeric" : " ^1.1.1" ,
1616 "immutability-helper" : " ^2.7.1" ,
1717 "plotly-icons" : " 1.2.2" ,
18- "plotly.js" : " 1.42.1 " ,
18+ "plotly.js" : " https://github.com/plotly/plotly.js/archive/master.tar.gz " ,
1919 "prop-types" : " ^15.5.10" ,
2020 "raf" : " ^3.4.0" ,
2121 "react-color" : " ^2.13.8" ,
125125 "watch" : " babel src --watch --out-dir lib --source-maps | node-sass -w src/styles/main.scss lib/react-chart-editor.css" ,
126126 "watch-test" : " jest --watch"
127127 }
128- }
128+ }
You can’t perform that action at this time.
0 commit comments