|
21 | 21 | "jsonapi-serializer": "^3.5.2", |
22 | 22 | "lodash": "^4.17.4", |
23 | 23 | "object-path-immutable": "^0.5.1", |
| 24 | + "prop-types": "^15.5.10", |
24 | 25 | "qs": "^6.4.0", |
25 | 26 | "react": "^15.4.2", |
26 | 27 | "react-addons-css-transition-group": "^15.5.2", |
27 | 28 | "react-addons-transition-group": "^15.5.2", |
28 | 29 | "react-dom": "^15.4.2", |
29 | 30 | "react-redux": "^5.0.3", |
30 | | - "react-router": "~3.0.2", |
| 31 | + "react-router": "^4.1.1", |
31 | 32 | "react-router-redux": "^4.0.8", |
32 | 33 | "react-ultimate-pagination": "^1.0.1", |
33 | 34 | "reactstrap": "^4.5.0", |
|
48 | 49 | "enzyme": "^2.7.1", |
49 | 50 | "enzyme-to-json": "^1.5.0", |
50 | 51 | "eslint": "^3.19.0", |
51 | | - "eslint-config-airbnb": "^14.1.0", |
52 | | - "eslint-plugin-import": "^2.2.0", |
53 | | - "eslint-plugin-jsx-a11y": "^4.0.0", |
54 | | - "eslint-plugin-react": "^6.10.3", |
| 52 | + "eslint-config-react-app": "^1.0.4", |
| 53 | + "eslint-plugin-flowtype": "^2.33.0", |
| 54 | + "eslint-plugin-import": "^2.3.0", |
| 55 | + "eslint-plugin-jsx-a11y": "^5.0.3", |
| 56 | + "eslint-plugin-react": "^7.0.1", |
55 | 57 | "extract-text-webpack-plugin": "^2.1.0", |
56 | 58 | "html-webpack-plugin": "^2.28.0", |
57 | 59 | "jest": "^19.0.2", |
58 | 60 | "node-sass": "^4.5.0", |
59 | | - "react-addons-test-utils": "^15.4.2", |
| 61 | + "react-test-renderer": "^15.5.4", |
60 | 62 | "sass-loader": "^6.0.3", |
61 | 63 | "shx": "^0.2.2", |
62 | 64 | "style-loader": "^0.13.2", |
|
0 commit comments