diff --git a/package.json b/package.json index 42244a11f..872b3e23c 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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", @@ -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": { @@ -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", diff --git a/scripts/translationKeys/combined-translation-keys.txt b/scripts/translationKeys/combined-translation-keys.txt index bb85ccb8f..bd707822f 100644 --- a/scripts/translationKeys/combined-translation-keys.txt +++ b/scripts/translationKeys/combined-translation-keys.txt @@ -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