|
1 | 1 | {
|
2 | 2 | "name": "react-chart-editor",
|
3 | 3 | "description": "plotly.js chart editor react component UI",
|
4 |
| - "version": "0.41.1", |
| 4 | + "version": "0.41.2", |
5 | 5 | "author": "Plotly, Inc.",
|
6 | 6 | "bugs": {
|
7 | 7 | "url": "https://github.com/plotly/react-chart-editor/issues"
|
|
32 | 32 | "draft-js": "^0.11.5",
|
33 | 33 | "draft-js-import-html": "^1.3.3",
|
34 | 34 | "draft-js-utils": "^1.3.3",
|
35 |
| - "fast-isnumeric": "^1.1.2", |
| 35 | + "fast-isnumeric": "^1.1.4", |
36 | 36 | "immutability-helper": "^3.0.2",
|
37 | 37 | "plotly-icons": "1.3.14",
|
38 |
| - "plotly.js": "1.53.0", |
| 38 | + "plotly.js": "1.54.0", |
39 | 39 | "prop-types": "^15.7.2",
|
40 | 40 | "raf": "^3.4.1",
|
41 | 41 | "react-color": "^2.18.0",
|
42 | 42 | "react-colorscales": "0.7.3",
|
43 |
| - "react-day-picker": "^7.4.0", |
| 43 | + "react-day-picker": "^7.4.8", |
44 | 44 | "react-dropzone": "^10.2.2",
|
45 | 45 | "react-plotly.js": "^2.4.0",
|
46 | 46 | "react-rangeslider": "^2.2.0",
|
47 | 47 | "react-resizable-rotatable-draggable": "^0.2.0",
|
48 | 48 | "react-select": "^2.4.2",
|
49 | 49 | "react-tabs": "^3.0.0",
|
50 |
| - "styled-components": "^5.0.1", |
| 50 | + "styled-components": "^5.1.0", |
51 | 51 | "tinycolor2": "^1.4.1"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@babel/cli": "7.8.4",
|
55 |
| - "@babel/core": "7.9.0", |
| 55 | + "@babel/core": "7.9.6", |
56 | 56 | "@babel/node": "7.8.7",
|
57 |
| - "@babel/plugin-proposal-object-rest-spread": "7.9.5", |
| 57 | + "@babel/plugin-proposal-object-rest-spread": "7.9.6", |
58 | 58 | "@babel/polyfill": "7.8.7",
|
59 |
| - "@babel/preset-env": "7.9.5", |
| 59 | + "@babel/preset-env": "7.9.6", |
60 | 60 | "@babel/preset-react": "7.9.4",
|
61 |
| - "@babel/traverse": "7.9.5", |
| 61 | + "@babel/traverse": "7.9.6", |
62 | 62 | "@hot-loader/react-dom": "16.13.0",
|
63 | 63 | "@percy/storybook": "3.3.0",
|
64 | 64 | "@storybook/react": "5.3.18",
|
65 | 65 | "autoprefixer": "9.7.6",
|
66 | 66 | "babel-eslint": "10.1.0",
|
67 |
| - "babel-jest": "25.4.0", |
| 67 | + "babel-jest": "25.5.1", |
68 | 68 | "babel-loader": "8.1.0",
|
69 | 69 | "babel-plugin-module-resolver": "4.0.0",
|
70 | 70 | "css-loader": "3.5.3",
|
|
78 | 78 | "eslint-plugin-react-percy": "0.2.4",
|
79 | 79 | "fs": "0.0.2",
|
80 | 80 | "glob": "7.1.6",
|
81 |
| - "jest": "25.4.0", |
82 |
| - "jest-cli": "25.4.0", |
| 81 | + "jest": "25.5.2", |
| 82 | + "jest-cli": "25.5.2", |
83 | 83 | "mkdirp": "1.0.4",
|
84 | 84 | "node-sass": "4.14.0",
|
85 | 85 | "postcss": "7.0.27",
|
|
96 | 96 | "request": "2.88.2",
|
97 | 97 | "rimraf": "3.0.2",
|
98 | 98 | "sass-loader": "7.1.0",
|
99 |
| - "style-loader": "1.2.0", |
| 99 | + "style-loader": "1.2.1", |
100 | 100 | "webpack": "4.43.0",
|
101 | 101 | "webpack-cli": "3.3.11",
|
102 | 102 | "webpack-dev-server": "3.10.3"
|
|
0 commit comments