|
49 | 49 | "devDependencies": {
|
50 | 50 | "babel-cli": "^6.7.5",
|
51 | 51 | "babel-core": "^6.7.6",
|
52 |
| - "babel-eslint": "^8.2.2", |
| 52 | + "babel-eslint": "^8.2.3", |
53 | 53 | "babel-jest": "^22.4.3",
|
54 | 54 | "babel-plugin-dynamic-import-node": "^1.2.0",
|
55 | 55 | "babel-plugin-external-helpers": "^6.22.0",
|
|
67 | 67 | "eslint": "^4.19.1",
|
68 | 68 | "eslint-config-airbnb": "^16.0.0",
|
69 | 69 | "eslint-config-prettier": "^2.6.0",
|
70 |
| - "eslint-plugin-import": "^2.10.0", |
| 70 | + "eslint-plugin-import": "^2.11.0", |
71 | 71 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
72 | 72 | "eslint-plugin-react": "^7.7.0",
|
73 | 73 | "husky": "^0.14.3",
|
74 | 74 | "jest": "^22.4.3",
|
75 |
| - "lint-staged": "^7.0.2", |
76 |
| - "prettier": "^1.11.1", |
77 |
| - "react": "^16.2.0", |
78 |
| - "react-dom": "^16.2.0", |
| 75 | + "lint-staged": "^7.0.4", |
| 76 | + "prettier": "^1.12.1", |
| 77 | + "react": "^16.3.2", |
| 78 | + "react-dom": "^16.3.2", |
79 | 79 | "react-mount": "^0.1.3",
|
80 |
| - "react-test-renderer": "16", |
81 |
| - "recompose": "^0.26.0", |
| 80 | + "react-test-renderer": "16.3.2", |
| 81 | + "recompose": "^0.27.0", |
82 | 82 | "rimraf": "^2.5.2",
|
83 |
| - "rollup": "^0.57.1", |
84 |
| - "rollup-plugin-babel": "^3.0.3", |
| 83 | + "rollup": "^0.58.2", |
| 84 | + "rollup-plugin-babel": "^3.0.4", |
85 | 85 | "rollup-plugin-commonjs": "^9.1.0",
|
86 | 86 | "rollup-plugin-json": "^2.3.0",
|
87 | 87 | "rollup-plugin-node-resolve": "^3.3.0",
|
|
97 | 97 | "global": "^4.3.0",
|
98 | 98 | "hoist-non-react-statics": "^2.5.0",
|
99 | 99 | "prop-types": "^15.6.1",
|
100 |
| - "react-lifecycles-compat": "^2.0.0", |
| 100 | + "react-lifecycles-compat": "^3.0.2", |
101 | 101 | "shallowequal": "^1.0.2"
|
102 | 102 | },
|
103 | 103 | "engines": {
|
|
0 commit comments