Skip to content

Commit 370bbe5

Browse files
authored
Merge pull request #1035 from plotly/plotly154
Plotly.js 1.54
2 parents 01ec813 + a57cd72 commit 370bbe5

File tree

2 files changed

+43
-37
lines changed

2 files changed

+43
-37
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chart-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.41.1",
4+
"version": "0.41.2",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"
@@ -32,39 +32,39 @@
3232
"draft-js": "^0.11.5",
3333
"draft-js-import-html": "^1.3.3",
3434
"draft-js-utils": "^1.3.3",
35-
"fast-isnumeric": "^1.1.2",
35+
"fast-isnumeric": "^1.1.4",
3636
"immutability-helper": "^3.0.2",
3737
"plotly-icons": "1.3.14",
38-
"plotly.js": "1.53.0",
38+
"plotly.js": "1.54.0",
3939
"prop-types": "^15.7.2",
4040
"raf": "^3.4.1",
4141
"react-color": "^2.18.0",
4242
"react-colorscales": "0.7.3",
43-
"react-day-picker": "^7.4.0",
43+
"react-day-picker": "^7.4.8",
4444
"react-dropzone": "^10.2.2",
4545
"react-plotly.js": "^2.4.0",
4646
"react-rangeslider": "^2.2.0",
4747
"react-resizable-rotatable-draggable": "^0.2.0",
4848
"react-select": "^2.4.2",
4949
"react-tabs": "^3.0.0",
50-
"styled-components": "^5.0.1",
50+
"styled-components": "^5.1.0",
5151
"tinycolor2": "^1.4.1"
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "7.8.4",
55-
"@babel/core": "7.9.0",
55+
"@babel/core": "7.9.6",
5656
"@babel/node": "7.8.7",
57-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
57+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
5858
"@babel/polyfill": "7.8.7",
59-
"@babel/preset-env": "7.9.5",
59+
"@babel/preset-env": "7.9.6",
6060
"@babel/preset-react": "7.9.4",
61-
"@babel/traverse": "7.9.5",
61+
"@babel/traverse": "7.9.6",
6262
"@hot-loader/react-dom": "16.13.0",
6363
"@percy/storybook": "3.3.0",
6464
"@storybook/react": "5.3.18",
6565
"autoprefixer": "9.7.6",
6666
"babel-eslint": "10.1.0",
67-
"babel-jest": "25.4.0",
67+
"babel-jest": "25.5.1",
6868
"babel-loader": "8.1.0",
6969
"babel-plugin-module-resolver": "4.0.0",
7070
"css-loader": "3.5.3",
@@ -78,8 +78,8 @@
7878
"eslint-plugin-react-percy": "0.2.4",
7979
"fs": "0.0.2",
8080
"glob": "7.1.6",
81-
"jest": "25.4.0",
82-
"jest-cli": "25.4.0",
81+
"jest": "25.5.2",
82+
"jest-cli": "25.5.2",
8383
"mkdirp": "1.0.4",
8484
"node-sass": "4.14.0",
8585
"postcss": "7.0.27",
@@ -96,7 +96,7 @@
9696
"request": "2.88.2",
9797
"rimraf": "3.0.2",
9898
"sass-loader": "7.1.0",
99-
"style-loader": "1.2.0",
99+
"style-loader": "1.2.1",
100100
"webpack": "4.43.0",
101101
"webpack-cli": "3.3.11",
102102
"webpack-dev-server": "3.10.3"

0 commit comments

Comments
 (0)