|
20 | 20 | "author": "chriddyp",
|
21 | 21 | "license": "MIT",
|
22 | 22 | "dependencies": {
|
23 |
| - "react": "16.8.6", |
24 |
| - "react-dom": "16.8.6", |
| 23 | + "@babel/polyfill": "7.8.7", |
| 24 | + "cookie": "^0.4.0", |
| 25 | + "dependency-graph": "^0.9.0", |
25 | 26 | "prop-types": "15.7.2",
|
26 |
| - "cookie": "^0.3.1", |
27 |
| - "dependency-graph": "^0.5.0", |
28 |
| - "radium": "^0.22.1", |
29 |
| - "ramda": "^0.26.1", |
30 |
| - "react-redux": "^4.4.5", |
31 |
| - "redux": "^3.4.0", |
32 |
| - "redux-actions": "^0.9.1", |
33 |
| - "redux-thunk": "^2.0.1", |
34 |
| - "viz.js": "1.8.0" |
| 27 | + "radium": "^0.26.0", |
| 28 | + "ramda": "^0.27.0", |
| 29 | + "react": "16.13.0", |
| 30 | + "react-dom": "16.13.0", |
| 31 | + "react-redux": "^7.2.0", |
| 32 | + "redux": "^4.0.5", |
| 33 | + "redux-actions": "^2.6.5", |
| 34 | + "redux-thunk": "^2.3.0", |
| 35 | + "viz.js": "2.1.2" |
35 | 36 | },
|
36 | 37 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.6.0", |
38 |
| - "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
39 |
| - "@babel/polyfill": "7.7.0", |
40 |
| - "@babel/preset-env": "^7.6.0", |
41 |
| - "@babel/preset-react": "^7.0.0", |
42 |
| - "@plotly/dash-component-plugins": "^1.0.2", |
43 |
| - "@svgr/webpack": "^4.1.0", |
44 |
| - "babel-eslint": "^10.0.3", |
| 38 | + "@babel/core": "^7.8.7", |
| 39 | + "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 40 | + "@babel/preset-env": "^7.8.7", |
| 41 | + "@babel/preset-react": "^7.8.3", |
| 42 | + "@plotly/dash-component-plugins": "^1.2.0", |
| 43 | + "@svgr/webpack": "^5.2.0", |
| 44 | + "babel-eslint": "^10.1.0", |
45 | 45 | "babel-loader": "^8.0.6",
|
46 |
| - "css-loader": "^3.2.0", |
47 |
| - "es-check": "^5.0.0", |
48 |
| - "eslint": "^5.15.3", |
49 |
| - "eslint-config-airbnb": "^17.1.0", |
50 |
| - "eslint-config-prettier": "^3.6.0", |
51 |
| - "eslint-plugin-import": "^2.16.0", |
52 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
53 |
| - "eslint-plugin-prettier": "^3.0.1", |
54 |
| - "eslint-plugin-react": "^7.12.4", |
55 |
| - "jest": "^24.9.0", |
56 |
| - "prettier": "^1.16.4", |
57 |
| - "prettier-eslint": "^8.8.2", |
58 |
| - "prettier-eslint-cli": "^4.7.1", |
| 46 | + "css-loader": "^3.4.2", |
| 47 | + "es-check": "^5.1.0", |
| 48 | + "eslint": "^6.8.0", |
| 49 | + "eslint-config-airbnb": "^18.0.1", |
| 50 | + "eslint-config-prettier": "^6.10.0", |
| 51 | + "eslint-plugin-import": "^2.20.1", |
| 52 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 53 | + "eslint-plugin-prettier": "^3.1.2", |
| 54 | + "eslint-plugin-react": "^7.18.3", |
| 55 | + "jest": "^25.1.0", |
| 56 | + "prettier": "^1.19.1", |
| 57 | + "prettier-eslint": "^9.0.1", |
| 58 | + "prettier-eslint-cli": "^5.0.0", |
59 | 59 | "prettier-stylelint": "^0.4.2",
|
60 |
| - "style-loader": "^1.0.0", |
61 |
| - "webpack": "^4.39.3", |
62 |
| - "webpack-cli": "^3.3.8", |
63 |
| - "webpack-dev-server": "^3.1.11", |
64 |
| - "webpack-serve": "^3.1.1", |
65 |
| - "whatwg-fetch": "^2.0.2" |
| 60 | + "style-loader": "^1.1.3", |
| 61 | + "webpack": "^4.42.0", |
| 62 | + "webpack-cli": "^3.3.11", |
| 63 | + "webpack-dev-server": "^3.10.3", |
| 64 | + "webpack-serve": "^3.2.0", |
| 65 | + "whatwg-fetch": "^3.0.0" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments