Skip to content

Commit 256b061

Browse files
committed
Updates + version bump
1 parent 39a7d01 commit 256b061

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@figlinq/react-chart-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.47.7",
4+
"version": "0.47.8",
55
"author": "Figlinq",
66
"bugs": {
77
"url": "https://github.com/figlinq/react-chart-editor/issues"
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@figlinq/plotly-icons": "2.0.1",
3030
"@plotly/draft-js-export-html": "1.2.0",
31-
"classnames": "2.3.1",
31+
"classnames": "2.3.2",
3232
"draft-js": "0.11.7",
3333
"draft-js-import-html": "1.4.1",
3434
"draft-js-utils": "1.4.1",
@@ -39,13 +39,13 @@
3939
"react-color": "2.19.3",
4040
"react-colorscales": "0.7.3",
4141
"react-day-picker": "7.4.10",
42-
"react-dropzone": "14.2.2",
43-
"react-plotly.js": "2.5.1",
42+
"react-dropzone": "14.2.3",
43+
"react-plotly.js": "2.6.0",
4444
"react-rangeslider": "2.2.0",
4545
"react-resizable-rotatable-draggable": "0.2.0",
46-
"react-select": "5.4.0",
46+
"react-select": "5.5.4",
4747
"react-tabs": "4.2.1",
48-
"styled-components": "5.3.5",
48+
"styled-components": "5.3.6",
4949
"tinycolor2": "1.4.2"
5050
},
5151
"devDependencies": {
@@ -144,7 +144,7 @@
144144
],
145145
"volta": {
146146
"node": "16.14.0",
147-
"yarn": "1.22.18"
147+
"yarn": "1.22.19"
148148
},
149149
"directories": {
150150
"example": "examples",

0 commit comments

Comments
 (0)