Skip to content

Commit e2cfbdf

Browse files
authored
Merge pull request #1070 from plotly/pjs155
Plotly.js 1.55.x upgrade + version bump
2 parents bc6c440 + 14e03db commit e2cfbdf

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

+21-21
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.8",
4+
"version": "0.42.0",
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.6",
32+
"draft-js": "^0.11.7",
3333
"draft-js-import-html": "^1.3.3",
3434
"draft-js-utils": "^1.3.3",
3535
"fast-isnumeric": "^1.1.4",
3636
"immutability-helper": "^3.1.1",
3737
"plotly-icons": "1.3.14",
38-
"plotly.js": "1.54.7",
38+
"plotly.js": "1.55.x",
3939
"prop-types": "^15.7.2",
4040
"raf": "^3.4.1",
4141
"react-color": "^2.18.1",
@@ -47,46 +47,46 @@
4747
"react-resizable-rotatable-draggable": "^0.2.0",
4848
"react-select": "^2.4.2",
4949
"react-tabs": "^3.1.1",
50-
"styled-components": "^5.1.1",
50+
"styled-components": "^5.2.0",
5151
"tinycolor2": "^1.4.1"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "7.10.3",
55-
"@babel/core": "7.10.3",
56-
"@babel/node": "7.10.3",
57-
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
58-
"@babel/polyfill": "7.10.1",
59-
"@babel/preset-env": "7.10.3",
60-
"@babel/preset-react": "7.10.1",
61-
"@babel/traverse": "7.10.3",
54+
"@babel/cli": "7.11.6",
55+
"@babel/core": "7.11.6",
56+
"@babel/node": "7.10.5",
57+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
58+
"@babel/polyfill": "7.11.5",
59+
"@babel/preset-env": "7.11.5",
60+
"@babel/preset-react": "7.10.4",
61+
"@babel/traverse": "7.11.5",
6262
"@hot-loader/react-dom": "16.13.0",
6363
"@percy/storybook": "3.3.0",
6464
"@storybook/react": "5.3.19",
65-
"autoprefixer": "9.8.4",
65+
"autoprefixer": "9.8.6",
6666
"babel-eslint": "10.1.0",
67-
"babel-jest": "26.1.0",
67+
"babel-jest": "26.3.0",
6868
"babel-loader": "8.1.0",
6969
"babel-plugin-module-resolver": "4.0.0",
7070
"css-loader": "3.6.0",
7171
"cssnano": "4.1.10",
7272
"enzyme": "3.11.0",
73-
"enzyme-adapter-react-16": "1.15.2",
74-
"eslint": "7.4.0",
73+
"enzyme-adapter-react-16": "1.15.4",
74+
"eslint": "7.8.1",
7575
"eslint-config-prettier": "6.11.0",
7676
"eslint-plugin-import": "2.22.0",
77-
"eslint-plugin-react": "7.20.3",
77+
"eslint-plugin-react": "7.20.6",
7878
"eslint-plugin-react-percy": "0.2.4",
7979
"fs": "0.0.2",
8080
"glob": "7.1.6",
81-
"jest": "26.1.0",
82-
"jest-cli": "26.1.0",
81+
"jest": "26.4.2",
82+
"jest-cli": "26.4.2",
8383
"mkdirp": "1.0.4",
8484
"node-sass": "4.14.1",
8585
"postcss": "7.0.32",
8686
"postcss-combine-duplicated-selectors": "9.0.0",
8787
"postcss-custom-properties": "8.0.11",
8888
"postcss-remove-root": "0.0.2",
89-
"prettier": "2.0.5",
89+
"prettier": "2.1.1",
9090
"react": "16.13.1",
9191
"react-ace": "7.0.5",
9292
"react-dom": "16.13.1",
@@ -97,7 +97,7 @@
9797
"rimraf": "3.0.2",
9898
"sass-loader": "7.1.0",
9999
"style-loader": "1.2.1",
100-
"webpack": "4.43.0",
100+
"webpack": "4.44.1",
101101
"webpack-cli": "3.3.12",
102102
"webpack-dev-server": "3.11.0"
103103
},

scripts/translationKeys/combined-translation-keys.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ Click on the + button above to add a trace.
156156
Click on the + button above to add a transform. // react-chart-editor: /components/containers/TransformAccordion.js:129
157157
Click on the + button above to add an annotation. // react-chart-editor: /components/containers/AnnotationAccordion.js:63
158158
Click on the + button above to add an image. // react-chart-editor: /components/containers/ImageAccordion.js:61
159-
Click to enter Colorscale title // plotly.js: plots/plots.js:334
159+
Click to enter Colorscale title // plotly.js: plots/plots.js:335
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
163163
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
164-
Click to enter X axis title // plotly.js: plots/plots.js:332
165-
Click to enter Y axis title // plotly.js: plots/plots.js:333
164+
Click to enter X axis title // plotly.js: plots/plots.js:333
165+
Click to enter Y axis title // plotly.js: plots/plots.js:334
166166
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
167167
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
168168
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:706
@@ -606,12 +606,12 @@ Relative to
606606
Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:36
607607
Remainder // react-chart-editor: /default_panels/GraphCreatePanel.js:49
608608
Rendering // react-chart-editor: /components/fields/TraceSelector.js:139
609-
Reset // plotly.js: components/modebar/buttons.js:502
609+
Reset // plotly.js: components/modebar/buttons.js:505
610610
Reset axes // plotly.js: components/modebar/buttons.js:218
611611
Reset camera to default // plotly.js: components/modebar/buttons.js:376
612612
Reset camera to last save // plotly.js: components/modebar/buttons.js:384
613-
Reset view // plotly.js: components/modebar/buttons.js:583
614-
Reset views // plotly.js: components/modebar/buttons.js:621
613+
Reset view // plotly.js: components/modebar/buttons.js:586
614+
Reset views // plotly.js: components/modebar/buttons.js:624
615615
Resolution // react-chart-editor: /default_panels/StyleMapsPanel.js:112
616616
Reversed // react-chart-editor: /components/fields/MarkerColor.js:187
617617
Reversed and Grouped // react-chart-editor: /default_panels/StyleLegendPanel.js:97
@@ -763,8 +763,8 @@ Titles
763763
To Date // react-chart-editor: /default_panels/StyleAxesPanel.js:420
764764
To Next // react-chart-editor: /components/fields/derived.js:677
765765
To Self // react-chart-editor: /components/fields/derived.js:676
766-
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:640
767-
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:430
766+
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:643
767+
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:433
768768
Top // react-chart-editor: /components/fields/derived.js:105
769769
Top Center // react-chart-editor: /components/fields/TextPosition.js:87
770770
Top Left // react-chart-editor: /components/fields/TextPosition.js:86
@@ -899,7 +899,7 @@ mean ± σ:
899899
mean: // plotly.js: traces/box/calc.js:288
900900
median: // plotly.js: traces/box/calc.js:283
901901
min: // plotly.js: traces/box/calc.js:284
902-
new text // plotly.js: plots/plots.js:335 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
902+
new text // plotly.js: plots/plots.js:336 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
903903
noon // react-chart-editor: /components/widgets/DateTimePicker.js:145
904904
open: // plotly.js: traces/ohlc/calc.js:107
905905
outgoing flow count: // plotly.js: traces/sankey/plot.js:169
@@ -912,7 +912,7 @@ scaled
912912
source: // plotly.js: traces/sankey/plot.js:165
913913
target: // plotly.js: traces/sankey/plot.js:166
914914
to upload here or click to choose a file from your computer. // react-chart-editor: /components/widgets/Dropzone.js:57
915-
trace // plotly.js: plots/plots.js:337
915+
trace // plotly.js: plots/plots.js:338
916916
transforms allow you to create multiple traces from one source trace, so as to style them differently. // react-chart-editor: /components/containers/TransformAccordion.js:113
917917
transforms allow you to filter data out from a trace. // react-chart-editor: /components/containers/TransformAccordion.js:108
918918
transforms allow you to sort a trace, so as to control marker overlay or line connection order. // react-chart-editor: /components/containers/TransformAccordion.js:125

0 commit comments

Comments
 (0)