Skip to content

Commit

Permalink
Merge pull request #1035 from plotly/plotly154
Browse files Browse the repository at this point in the history
Plotly.js 1.54
  • Loading branch information
dmt0 authored Apr 30, 2020
2 parents 01ec813 + a57cd72 commit 370bbe5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-chart-editor",
"description": "plotly.js chart editor react component UI",
"version": "0.41.1",
"version": "0.41.2",
"author": "Plotly, Inc.",
"bugs": {
"url": "https://github.com/plotly/react-chart-editor/issues"
Expand Down Expand Up @@ -32,39 +32,39 @@
"draft-js": "^0.11.5",
"draft-js-import-html": "^1.3.3",
"draft-js-utils": "^1.3.3",
"fast-isnumeric": "^1.1.2",
"fast-isnumeric": "^1.1.4",
"immutability-helper": "^3.0.2",
"plotly-icons": "1.3.14",
"plotly.js": "1.53.0",
"plotly.js": "1.54.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react-color": "^2.18.0",
"react-colorscales": "0.7.3",
"react-day-picker": "^7.4.0",
"react-day-picker": "^7.4.8",
"react-dropzone": "^10.2.2",
"react-plotly.js": "^2.4.0",
"react-rangeslider": "^2.2.0",
"react-resizable-rotatable-draggable": "^0.2.0",
"react-select": "^2.4.2",
"react-tabs": "^3.0.0",
"styled-components": "^5.0.1",
"styled-components": "^5.1.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/node": "7.8.7",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/traverse": "7.9.5",
"@babel/traverse": "7.9.6",
"@hot-loader/react-dom": "16.13.0",
"@percy/storybook": "3.3.0",
"@storybook/react": "5.3.18",
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"babel-jest": "25.4.0",
"babel-jest": "25.5.1",
"babel-loader": "8.1.0",
"babel-plugin-module-resolver": "4.0.0",
"css-loader": "3.5.3",
Expand All @@ -78,8 +78,8 @@
"eslint-plugin-react-percy": "0.2.4",
"fs": "0.0.2",
"glob": "7.1.6",
"jest": "25.4.0",
"jest-cli": "25.4.0",
"jest": "25.5.2",
"jest-cli": "25.5.2",
"mkdirp": "1.0.4",
"node-sass": "4.14.0",
"postcss": "7.0.27",
Expand All @@ -96,7 +96,7 @@
"request": "2.88.2",
"rimraf": "3.0.2",
"sass-loader": "7.1.0",
"style-loader": "1.2.0",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
Expand Down
Loading

0 comments on commit 370bbe5

Please sign in to comment.