|
1 | 1 | {
|
2 | 2 | "name": "react-scroll-into-view-if-needed",
|
3 |
| - "version": "2.1.3", |
| 3 | + "version": "2.1.4", |
4 | 4 | "description": "A thin component wrapper around scroll-into-view-if-needed",
|
5 | 5 | "main": "dist/umd/index.js",
|
6 | 6 | "module": "dist/es/index.js",
|
|
28 | 28 | "babel-preset-react": "^6.24.1",
|
29 | 29 | "babel-preset-stage-2": "^6.24.1",
|
30 | 30 | "coveralls": "^3.0.1",
|
31 |
| - "cross-env": "^5.1.6", |
| 31 | + "cross-env": "^5.2.0", |
32 | 32 | "enzyme": "^3.3.0",
|
33 | 33 | "enzyme-adapter-react-16": "^1.1.1",
|
34 | 34 | "eslint": "^4.19.1",
|
35 |
| - "eslint-config-airbnb": "^16.1.0", |
| 35 | + "eslint-config-airbnb": "^17.0.0", |
36 | 36 | "eslint-plugin-import": "^2.12.0",
|
37 | 37 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
38 | 38 | "eslint-plugin-react": "^7.9.1",
|
39 | 39 | "jest": "^23.1.0",
|
40 |
| - "prop-types": "^15.6.1", |
41 |
| - "react": "^16.4.0", |
42 |
| - "react-dom": "^16.4.0", |
43 |
| - "rollup": "^0.60.1", |
| 40 | + "prop-types": "^15.6.2", |
| 41 | + "react": "^16.4.1", |
| 42 | + "react-dom": "^16.4.1", |
| 43 | + "rollup": "^0.61.1", |
44 | 44 | "rollup-plugin-babel": "^3.0.4",
|
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.5" |
| 47 | + "scroll-into-view-if-needed": "^2.2.6" |
48 | 48 | },
|
49 | 49 | "scripts": {
|
50 | 50 | "build": "rollup -c && cross-env BUILD_TYPE=standalone rollup -c",
|
|
0 commit comments