Skip to content

Commit 272eaa4

Browse files
upgrade plotly.js and react-plotly.js (#394)
1 parent e230f39 commit 272eaa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"fast-isnumeric": "^1.1.1",
1616
"immutability-helper": "^2.6.4",
1717
"plotly-icons": "latest",
18-
"plotly.js": "^1.33.0",
18+
"plotly.js": "^1.35.0",
1919
"prop-types": "^15.5.10",
2020
"raf": "^3.4.0",
2121
"react-color": "^2.13.8",
2222
"react-colorscales": "^0.4.2",
23-
"react-plotly.js": "^1.6.0",
23+
"react-plotly.js": "^1.7.0",
2424
"react-rangeslider": "^2.2.0",
2525
"react-select": "^1.0.0-rc.10",
2626
"react-tabs": "^2.2.1",

src/lib/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import plotly from 'plotly.js';
1+
import plotly from 'plotly.js/dist/plotly-basic';
22
import {extendDeep} from 'plotly.js/src/lib/extend';
33
import PlotlyEditor from '../PlotlyEditor';
44
import {configure, mount, shallow} from 'enzyme';

0 commit comments

Comments
 (0)