|
36 | 36 | "maintainer": "Alex Johnson <[email protected]>",
|
37 | 37 | "license": "MIT",
|
38 | 38 | "dependencies": {
|
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", |
| 39 | + "@fortawesome/fontawesome-svg-core": "^1.3.0", |
| 40 | + "@fortawesome/free-regular-svg-icons": "^6.0.0", |
| 41 | + "@fortawesome/free-solid-svg-icons": "^6.0.0", |
| 42 | + "@fortawesome/react-fontawesome": "^0.1.17", |
43 | 43 | "base64-js": "^1.5.1",
|
44 |
| - "color": "^4.1.0", |
| 44 | + "color": "^4.2.1", |
45 | 45 | "d3-format": "^1.4.5",
|
46 | 46 | "fast-isnumeric": "^1.1.4",
|
47 | 47 | "file-saver": "^2.0.5",
|
48 |
| - "highlight.js": "^11.3.1", |
| 48 | + "highlight.js": "^11.4.0", |
49 | 49 | "moment": "^2.29.1",
|
50 | 50 | "node-polyfill-webpack-plugin": "^1.1.4",
|
51 | 51 | "plotly.js-dist-min": "2.9.0",
|
|
63 | 63 | "uniqid": "^5.4.0"
|
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 |
| - "@babel/cli": "^7.16.0", |
67 |
| - "@babel/core": "^7.16.5", |
| 66 | + "@babel/cli": "^7.17.3", |
| 67 | + "@babel/core": "^7.17.4", |
68 | 68 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
69 |
| - "@babel/preset-env": "^7.16.5", |
70 |
| - "@babel/preset-react": "^7.16.5", |
| 69 | + "@babel/preset-env": "^7.16.11", |
| 70 | + "@babel/preset-react": "^7.16.7", |
71 | 71 | "@plotly/dash-component-plugins": "^1.2.2",
|
72 | 72 | "@plotly/webpack-dash-dynamic-import": "^1.3.0",
|
73 | 73 | "babel-eslint": "^10.1.0",
|
74 | 74 | "babel-loader": "^8.2.3",
|
75 | 75 | "component-playground": "^3.2.1",
|
76 | 76 | "copyfiles": "^2.4.1",
|
77 |
| - "css-loader": "^6.5.1", |
78 |
| - "es-check": "^6.1.1", |
| 77 | + "css-loader": "^6.6.0", |
| 78 | + "es-check": "^6.2.1", |
79 | 79 | "eslint": "^7.30.0",
|
80 | 80 | "eslint-config-prettier": "^8.3.0",
|
81 |
| - "eslint-plugin-import": "^2.25.3", |
82 |
| - "eslint-plugin-react": "^7.27.1", |
| 81 | + "eslint-plugin-import": "^2.25.4", |
| 82 | + "eslint-plugin-react": "^7.28.0", |
83 | 83 | "identity-obj-proxy": "^3.0.0",
|
84 | 84 | "npm-run-all": "^4.1.5",
|
85 | 85 | "prettier": "^2.5.1",
|
|
88 | 88 | "react-jsx-parser": "1.21.0",
|
89 | 89 | "style-loader": "^3.3.1",
|
90 | 90 | "styled-jsx": "^3.4.4",
|
91 |
| - "webpack": "^5.65.0", |
92 |
| - "webpack-cli": "^4.9.1" |
| 91 | + "webpack": "^5.69.0", |
| 92 | + "webpack-cli": "^4.9.2" |
93 | 93 | },
|
94 | 94 | "files": [
|
95 | 95 | "/dash_core_components/*{.js,.map}",
|
|
0 commit comments