|
1 | 1 | {
|
2 | 2 | "name": "@figlinq/react-chart-editor",
|
3 | 3 | "description": "plotly.js chart editor react component UI",
|
4 |
| - "version": "0.47.7", |
| 4 | + "version": "0.47.8", |
5 | 5 | "author": "Figlinq",
|
6 | 6 | "bugs": {
|
7 | 7 | "url": "https://github.com/figlinq/react-chart-editor/issues"
|
|
28 | 28 | "dependencies": {
|
29 | 29 | "@figlinq/plotly-icons": "2.0.1",
|
30 | 30 | "@plotly/draft-js-export-html": "1.2.0",
|
31 |
| - "classnames": "2.3.1", |
| 31 | + "classnames": "2.3.2", |
32 | 32 | "draft-js": "0.11.7",
|
33 | 33 | "draft-js-import-html": "1.4.1",
|
34 | 34 | "draft-js-utils": "1.4.1",
|
|
39 | 39 | "react-color": "2.19.3",
|
40 | 40 | "react-colorscales": "0.7.3",
|
41 | 41 | "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", |
44 | 44 | "react-rangeslider": "2.2.0",
|
45 | 45 | "react-resizable-rotatable-draggable": "0.2.0",
|
46 |
| - "react-select": "5.4.0", |
| 46 | + "react-select": "5.5.4", |
47 | 47 | "react-tabs": "4.2.1",
|
48 |
| - "styled-components": "5.3.5", |
| 48 | + "styled-components": "5.3.6", |
49 | 49 | "tinycolor2": "1.4.2"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
|
144 | 144 | ],
|
145 | 145 | "volta": {
|
146 | 146 | "node": "16.14.0",
|
147 |
| - "yarn": "1.22.18" |
| 147 | + "yarn": "1.22.19" |
148 | 148 | },
|
149 | 149 | "directories": {
|
150 | 150 | "example": "examples",
|
|
0 commit comments