Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 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.3",
"version": "0.41.4",
"author": "Plotly, Inc.",
"bugs": {
"url": "https://github.com/plotly/react-chart-editor/issues"
Expand Down Expand Up @@ -29,13 +29,13 @@
"dependencies": {
"@plotly/draft-js-export-html": "1.2.0",
"classnames": "^2.2.6",
"draft-js": "^0.11.5",
"draft-js": "^0.11.6",
"draft-js-import-html": "^1.3.3",
"draft-js-utils": "^1.3.3",
"fast-isnumeric": "^1.1.4",
"immutability-helper": "^3.0.2",
"immutability-helper": "^3.1.1",
"plotly-icons": "1.3.14",
"plotly.js": "1.54.1",
"plotly.js": "1.54.2",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react-color": "^2.18.1",
Expand All @@ -46,8 +46,8 @@
"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.1.0",
"react-tabs": "^3.1.1",
"styled-components": "^5.1.1",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
Expand All @@ -73,7 +73,7 @@
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.21.1",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-percy": "0.2.4",
"fs": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/translationKeys/combined-translation-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Click to enter Colorscale title
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
Click to enter Plot title // plotly.js: plot_api/plot_api.js:580
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
Click to enter X axis title // plotly.js: plots/plots.js:332
Click to enter Y axis title // plotly.js: plots/plots.js:333
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
Expand Down