|
1 | 1 | {
|
2 | 2 | "name": "react-chart-editor",
|
3 | 3 | "description": "plotly.js chart editor react component UI",
|
4 |
| - "version": "0.42.0", |
| 4 | + "version": "0.43.0", |
5 | 5 | "author": "Plotly, Inc.",
|
6 | 6 | "bugs": {
|
7 | 7 | "url": "https://github.com/plotly/react-chart-editor/issues"
|
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 | 30 | "@plotly/draft-js-export-html": "1.2.0",
|
31 |
| - "classnames": "^2.2.6", |
32 |
| - "draft-js": "^0.11.7", |
33 |
| - "draft-js-import-html": "^1.3.3", |
34 |
| - "draft-js-utils": "^1.3.3", |
35 |
| - "fast-isnumeric": "^1.1.4", |
36 |
| - "immutability-helper": "^3.1.1", |
| 31 | + "classnames": "2.2.6", |
| 32 | + "draft-js": "0.11.7", |
| 33 | + "draft-js-import-html": "1.4.1", |
| 34 | + "draft-js-utils": "1.4.0", |
| 35 | + "fast-isnumeric": "1.1.4", |
| 36 | + "immutability-helper": "3.1.1", |
37 | 37 | "plotly-icons": "1.3.14",
|
38 |
| - "plotly.js": "1.55.x", |
39 |
| - "prop-types": "^15.7.2", |
40 |
| - "raf": "^3.4.1", |
41 |
| - "react-color": "^2.18.1", |
| 38 | + "plotly.js": "1.56.x", |
| 39 | + "prop-types": "15.7.2", |
| 40 | + "raf": "3.4.1", |
| 41 | + "react-color": "2.18.1", |
42 | 42 | "react-colorscales": "0.7.3",
|
43 |
| - "react-day-picker": "^7.4.8", |
44 |
| - "react-dropzone": "^10.2.2", |
45 |
| - "react-plotly.js": "^2.4.0", |
46 |
| - "react-rangeslider": "^2.2.0", |
47 |
| - "react-resizable-rotatable-draggable": "^0.2.0", |
48 |
| - "react-select": "^2.4.2", |
49 |
| - "react-tabs": "^3.1.1", |
50 |
| - "styled-components": "^5.2.0", |
51 |
| - "tinycolor2": "^1.4.1" |
| 43 | + "react-day-picker": "7.4.8", |
| 44 | + "react-dropzone": "10.2.2", |
| 45 | + "react-plotly.js": "2.5.0", |
| 46 | + "react-rangeslider": "2.2.0", |
| 47 | + "react-resizable-rotatable-draggable": "0.2.0", |
| 48 | + "react-select": "2.4.2", |
| 49 | + "react-tabs": "3.1.1", |
| 50 | + "styled-components": "5.2.0", |
| 51 | + "tinycolor2": "1.4.2" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@babel/cli": "7.11.6",
|
|
64 | 64 | "@storybook/react": "5.3.21",
|
65 | 65 | "autoprefixer": "10.0.1",
|
66 | 66 | "babel-eslint": "10.1.0",
|
67 |
| - "babel-jest": "26.3.0", |
| 67 | + "babel-jest": "26.5.2", |
68 | 68 | "babel-loader": "8.1.0",
|
69 | 69 | "babel-plugin-module-resolver": "4.0.0",
|
70 | 70 | "css-loader": "4.3.0",
|
71 | 71 | "cssnano": "4.1.10",
|
72 | 72 | "enzyme": "3.11.0",
|
73 | 73 | "enzyme-adapter-react-16": "1.15.5",
|
74 |
| - "eslint": "7.10.0", |
| 74 | + "eslint": "7.11.0", |
75 | 75 | "eslint-config-prettier": "6.12.0",
|
76 | 76 | "eslint-plugin-import": "2.22.1",
|
77 |
| - "eslint-plugin-react": "7.21.2", |
| 77 | + "eslint-plugin-react": "7.21.4", |
78 | 78 | "eslint-plugin-react-percy": "0.2.4",
|
79 | 79 | "fs": "0.0.2",
|
80 | 80 | "glob": "7.1.6",
|
81 |
| - "jest": "26.4.2", |
82 |
| - "jest-cli": "26.4.2", |
| 81 | + "jest": "26.5.3", |
| 82 | + "jest-cli": "26.5.3", |
83 | 83 | "mkdirp": "1.0.4",
|
84 | 84 | "node-sass": "4.14.1",
|
85 |
| - "postcss": "8.1.0", |
| 85 | + "postcss": "8.1.1", |
86 | 86 | "postcss-combine-duplicated-selectors": "10.0.2",
|
87 | 87 | "postcss-custom-properties": "8.0.11",
|
88 | 88 | "postcss-remove-root": "0.0.2",
|
|
0 commit comments