|
56 | 56 | "react-dom": ">=15.0.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/cli": "^7.4.4", |
60 | | - "@babel/core": "^7.4.5", |
61 | | - "@babel/plugin-proposal-class-properties": "^7.4.4", |
62 | | - "@babel/preset-env": "^7.4.5", |
| 59 | + "@babel/cli": "^7.5.5", |
| 60 | + "@babel/core": "^7.5.5", |
| 61 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 62 | + "@babel/preset-env": "^7.5.5", |
63 | 63 | "@babel/preset-react": "^7.0.0", |
64 | 64 | "babel-eslint": "^10.0.2", |
65 | 65 | "babel-loader": "^8.0.6", |
66 | 66 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
67 | 67 | "cross-env": "^5.2.0", |
68 | | - "eslint": "^5.16.0", |
69 | | - "eslint-config-airbnb": "^17.1.0", |
| 68 | + "eslint": "^6.0.1", |
| 69 | + "eslint-config-airbnb": "^17.1.1", |
70 | 70 | "eslint-plugin-babel": "^5.1.0", |
71 | | - "eslint-plugin-import": "^2.17.3", |
72 | | - "eslint-plugin-jsx-a11y": "^6.2.1", |
73 | | - "eslint-plugin-react": "^7.13.0", |
74 | | - "husky": "^2.4.1", |
75 | | - "lint-staged": "^8.2.1", |
| 71 | + "eslint-plugin-import": "^2.18.0", |
| 72 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 73 | + "eslint-plugin-react": "^7.14.2", |
| 74 | + "husky": "^3.0.0", |
| 75 | + "lint-staged": "^9.2.0", |
76 | 76 | "prettier": "^1.18.2", |
77 | 77 | "prop-types": "^15.7.2", |
78 | 78 | "react": "^16.8.6", |
79 | 79 | "react-dom": "^16.8.6", |
80 | 80 | "rimraf": "^2.6.3", |
81 | | - "webpack": "^4.34.0", |
| 81 | + "webpack": "^4.36.1", |
82 | 82 | "webpack-bundle-analyzer": "^3.3.2", |
83 | | - "webpack-cli": "^3.3.4", |
| 83 | + "webpack-cli": "^3.3.6", |
84 | 84 | "webpack-dev-server": "^3.7.2" |
85 | 85 | }, |
86 | 86 | "husky": { |
|
0 commit comments