|
56 | 56 | "react-dom": ">=15.0.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/cli": "^7.0.0", |
60 | | - "@babel/core": "^7.0.0", |
61 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
62 | | - "@babel/preset-env": "^7.0.0", |
| 59 | + "@babel/cli": "^7.2.3", |
| 60 | + "@babel/core": "^7.2.2", |
| 61 | + "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 62 | + "@babel/preset-env": "^7.3.1", |
63 | 63 | "@babel/preset-react": "^7.0.0", |
64 | 64 | "babel-eslint": "^10.0.1", |
65 | | - "babel-loader": "^8.0.0", |
66 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.5", |
67 | | - "eslint": "^4.19.1 || ^5.3.0", |
| 65 | + "babel-loader": "^8.0.5", |
| 66 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.23", |
| 67 | + "eslint": "^5.12.1", |
68 | 68 | "eslint-config-airbnb": "^17.1.0", |
69 | 69 | "eslint-plugin-babel": "^5.1.0", |
70 | | - "eslint-plugin-import": "^2.14.0", |
71 | | - "eslint-plugin-jsx-a11y": "^6.1.1", |
72 | | - "eslint-plugin-react": "^7.11.0", |
73 | | - "husky": "^1.2.0", |
| 70 | + "eslint-plugin-import": "^2.15.0", |
| 71 | + "eslint-plugin-jsx-a11y": "^6.2.0", |
| 72 | + "eslint-plugin-react": "^7.12.4", |
| 73 | + "husky": "^1.3.1", |
74 | 74 | "lint-staged": "^8.1.0", |
75 | | - "prettier": "^1.12.1", |
| 75 | + "prettier": "^1.16.1", |
76 | 76 | "prop-types": "^15.6.2", |
77 | | - "react": "^16.6.3", |
78 | | - "react-dom": "^16.6.3", |
79 | | - "rimraf": "^2.6.1", |
80 | | - "webpack": "^4.21.0", |
| 77 | + "react": "^16.7.0", |
| 78 | + "react-dom": "^16.7.0", |
| 79 | + "rimraf": "^2.6.3", |
| 80 | + "webpack": "^4.29.0", |
81 | 81 | "webpack-bundle-analyzer": "^3.0.3", |
82 | | - "webpack-cli": "^3.1.2", |
83 | | - "webpack-dev-server": "^3.1.9" |
| 82 | + "webpack-cli": "^3.2.1", |
| 83 | + "webpack-dev-server": "^3.1.14" |
84 | 84 | }, |
85 | 85 | "husky": { |
86 | 86 | "hooks": { |
|
0 commit comments