|
36 | 36 | "maintainer": "Ryan Patrick Kyle <ryan@plotly.com>", |
37 | 37 | "license": "MIT", |
38 | 38 | "dependencies": { |
39 | | - "@fortawesome/fontawesome-svg-core": "^1.2.35", |
40 | | - "@fortawesome/free-regular-svg-icons": "^5.15.3", |
41 | | - "@fortawesome/free-solid-svg-icons": "^5.15.3", |
42 | | - "@fortawesome/react-fontawesome": "^0.1.14", |
| 39 | + "@fortawesome/fontawesome-svg-core": "^1.2.36", |
| 40 | + "@fortawesome/free-regular-svg-icons": "^5.15.4", |
| 41 | + "@fortawesome/free-solid-svg-icons": "^5.15.4", |
| 42 | + "@fortawesome/react-fontawesome": "^0.1.16", |
43 | 43 | "base64-js": "^1.5.1", |
44 | | - "color": "^3.1.3", |
| 44 | + "color": "^4.1.0", |
45 | 45 | "fast-isnumeric": "^1.1.4", |
46 | 46 | "file-saver": "^2.0.5", |
47 | | - "highlight.js": "^11.0.1", |
| 47 | + "highlight.js": "^11.3.1", |
48 | 48 | "moment": "^2.29.1", |
49 | 49 | "node-polyfill-webpack-plugin": "^1.1.4", |
50 | | - "plotly.js": "2.4.2", |
| 50 | + "plotly.js": "2.8.1", |
51 | 51 | "prop-types": "^15.7.2", |
52 | 52 | "ramda": "^0.27.1", |
53 | | - "rc-slider": "^9.7.2", |
| 53 | + "rc-slider": "^9.7.5", |
54 | 54 | "react-addons-shallow-compare": "^15.6.3", |
55 | 55 | "react-dates": "^21.8.0", |
56 | 56 | "react-docgen": "^5.4.0", |
57 | 57 | "react-dropzone": "^4.1.2", |
58 | 58 | "react-markdown": "^4.3.1", |
59 | | - "react-resize-detector": "^6.7.4", |
| 59 | + "react-resize-detector": "^6.7.6", |
60 | 60 | "react-select-fast-filter-options": "^0.2.3", |
61 | 61 | "react-virtualized-select": "^3.1.3", |
62 | | - "uniqid": "^5.3.0" |
| 62 | + "uniqid": "^5.4.0" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@babel/cli": "^7.14.5", |
66 | | - "@babel/core": "^7.14.6", |
| 65 | + "@babel/cli": "^7.16.0", |
| 66 | + "@babel/core": "^7.16.5", |
67 | 67 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
68 | | - "@babel/preset-env": "^7.14.7", |
69 | | - "@babel/preset-react": "^7.14.5", |
70 | | - "@plotly/dash-component-plugins": "^1.2.0", |
71 | | - "@plotly/webpack-dash-dynamic-import": "^1.2.0", |
| 68 | + "@babel/preset-env": "^7.16.5", |
| 69 | + "@babel/preset-react": "^7.16.5", |
| 70 | + "@plotly/dash-component-plugins": "^1.2.2", |
| 71 | + "@plotly/webpack-dash-dynamic-import": "^1.3.0", |
72 | 72 | "babel-eslint": "^10.1.0", |
73 | | - "babel-loader": "^8.2.2", |
| 73 | + "babel-loader": "^8.2.3", |
74 | 74 | "component-playground": "^3.2.1", |
75 | 75 | "copyfiles": "^2.4.1", |
76 | | - "css-loader": "^5.2.6", |
77 | | - "es-check": "^5.2.4", |
| 76 | + "css-loader": "^6.5.1", |
| 77 | + "es-check": "^6.1.1", |
78 | 78 | "eslint": "^7.30.0", |
79 | 79 | "eslint-config-prettier": "^8.3.0", |
80 | | - "eslint-plugin-import": "^2.23.4", |
81 | | - "eslint-plugin-react": "^7.24.0", |
| 80 | + "eslint-plugin-import": "^2.25.3", |
| 81 | + "eslint-plugin-react": "^7.27.1", |
82 | 82 | "identity-obj-proxy": "^3.0.0", |
83 | 83 | "npm-run-all": "^4.1.5", |
84 | | - "prettier": "^2.3.2", |
| 84 | + "prettier": "^2.5.1", |
85 | 85 | "react": "^16.14.0", |
86 | 86 | "react-dom": "^16.14.0", |
87 | 87 | "react-jsx-parser": "1.21.0", |
88 | | - "style-loader": "^3.0.0", |
| 88 | + "style-loader": "^3.3.1", |
89 | 89 | "styled-jsx": "^3.4.4", |
90 | | - "webpack": "^5.43.0", |
91 | | - "webpack-cli": "^4.7.2" |
| 90 | + "webpack": "^5.65.0", |
| 91 | + "webpack-cli": "^4.9.1" |
92 | 92 | }, |
93 | 93 | "files": [ |
94 | 94 | "/dash_core_components/*{.js,.map}", |
|
0 commit comments