Skip to content

Commit 4917f60

Browse files
authored
Merge pull request #1048 from plotly/0414
Plotly.js 1.54.2 + version bump
2 parents d693413 + 128df34 commit 4917f60

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+7-7
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.3",
4+
"version": "0.41.4",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"
@@ -29,13 +29,13 @@
2929
"dependencies": {
3030
"@plotly/draft-js-export-html": "1.2.0",
3131
"classnames": "^2.2.6",
32-
"draft-js": "^0.11.5",
32+
"draft-js": "^0.11.6",
3333
"draft-js-import-html": "^1.3.3",
3434
"draft-js-utils": "^1.3.3",
3535
"fast-isnumeric": "^1.1.4",
36-
"immutability-helper": "^3.0.2",
36+
"immutability-helper": "^3.1.1",
3737
"plotly-icons": "1.3.14",
38-
"plotly.js": "1.54.1",
38+
"plotly.js": "1.54.2",
3939
"prop-types": "^15.7.2",
4040
"raf": "^3.4.1",
4141
"react-color": "^2.18.1",
@@ -46,8 +46,8 @@
4646
"react-rangeslider": "^2.2.0",
4747
"react-resizable-rotatable-draggable": "^0.2.0",
4848
"react-select": "^2.4.2",
49-
"react-tabs": "^3.0.0",
50-
"styled-components": "^5.1.0",
49+
"react-tabs": "^3.1.1",
50+
"styled-components": "^5.1.1",
5151
"tinycolor2": "^1.4.1"
5252
},
5353
"devDependencies": {
@@ -73,7 +73,7 @@
7373
"enzyme-adapter-react-16": "1.15.2",
7474
"eslint": "7.2.0",
7575
"eslint-config-prettier": "6.11.0",
76-
"eslint-plugin-import": "2.21.1",
76+
"eslint-plugin-import": "2.21.2",
7777
"eslint-plugin-react": "7.20.0",
7878
"eslint-plugin-react-percy": "0.2.4",
7979
"fs": "0.0.2",

scripts/translationKeys/combined-translation-keys.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Click to enter Colorscale title
160160
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
161161
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
162162
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
163-
Click to enter Plot title // plotly.js: plot_api/plot_api.js:580
163+
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
164164
Click to enter X axis title // plotly.js: plots/plots.js:332
165165
Click to enter Y axis title // plotly.js: plots/plots.js:333
166166
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492

0 commit comments

Comments
 (0)