|
21 | 21 | "devDependencies": {
|
22 | 22 | "babel-cli": "^6.26.0",
|
23 | 23 | "babel-core": "^6.26.3",
|
24 |
| - "babel-eslint": "^8.2.3", |
25 |
| - "babel-jest": "^23.0.1", |
| 24 | + "babel-eslint": "^8.2.6", |
| 25 | + "babel-jest": "^23.4.0", |
26 | 26 | "babel-plugin-external-helpers": "^6.22.0",
|
27 | 27 | "babel-preset-env": "^1.7.0",
|
28 | 28 | "babel-preset-react": "^6.24.1",
|
29 | 29 | "babel-preset-stage-2": "^6.24.1",
|
30 |
| - "coveralls": "^3.0.1", |
| 30 | + "coveralls": "^3.0.2", |
31 | 31 | "cross-env": "^5.2.0",
|
32 | 32 | "enzyme": "^3.3.0",
|
33 | 33 | "enzyme-adapter-react-16": "^1.1.1",
|
34 |
| - "eslint": "^4.19.1", |
| 34 | + "eslint": "^5.1.0", |
35 | 35 | "eslint-config-airbnb": "^17.0.0",
|
36 |
| - "eslint-plugin-import": "^2.12.0", |
37 |
| - "eslint-plugin-jsx-a11y": "^6.0.3", |
38 |
| - "eslint-plugin-react": "^7.9.1", |
39 |
| - "jest": "^23.1.0", |
| 36 | + "eslint-plugin-import": "^2.13.0", |
| 37 | + "eslint-plugin-jsx-a11y": "^6.1.0", |
| 38 | + "eslint-plugin-react": "^7.10.0", |
| 39 | + "jest": "^23.4.0", |
40 | 40 | "prop-types": "^15.6.2",
|
41 | 41 | "react": "^16.4.1",
|
42 | 42 | "react-dom": "^16.4.1",
|
43 |
| - "rollup": "^0.61.1", |
44 |
| - "rollup-plugin-babel": "^3.0.4", |
| 43 | + "rollup": "^0.62.0", |
| 44 | + "rollup-plugin-babel": "^3.0.7", |
45 | 45 | "rollup-plugin-commonjs": "^9.1.3",
|
46 | 46 | "rollup-plugin-node-resolve": "^3.3.0",
|
47 |
| - "scroll-into-view-if-needed": "^2.2.6" |
| 47 | + "scroll-into-view-if-needed": "^2.2.11" |
48 | 48 | },
|
49 | 49 | "scripts": {
|
50 | 50 | "build": "rollup -c && cross-env BUILD_TYPE=standalone rollup -c",
|
|
0 commit comments