|
1 | 1 | {
|
2 | 2 | "name": "react-scroll-into-view-if-needed",
|
3 |
| - "version": "2.1.8", |
| 3 | + "version": "3.0.0", |
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 | },
|
29 | 29 | "peerDependencies": {
|
30 | 30 | "prop-types": ">=15",
|
31 |
| - "react": ">=16" |
| 31 | + "react": ">=17" |
32 | 32 | },
|
33 |
| - "dependencies": {}, |
34 | 33 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.4.4", |
36 |
| - "@babel/core": "^7.4.4", |
37 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
38 |
| - "@babel/preset-env": "^7.4.4", |
39 |
| - "@babel/preset-react": "^7.0.0", |
40 |
| - "@commitlint/config-conventional": "^7.6.0", |
| 34 | + "@babel/cli": "^7.13.16", |
| 35 | + "@babel/core": "^7.14.2", |
| 36 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 37 | + "@babel/preset-env": "^7.14.2", |
| 38 | + "@babel/preset-react": "^7.13.13", |
| 39 | + "@commitlint/config-conventional": "^12.1.4", |
41 | 40 | "babel-eslint": "^10.0.1",
|
42 |
| - "commitlint": "^7.6.1", |
43 |
| - "coveralls": "^3.0.3", |
44 |
| - "cross-env": "^5.2.0", |
45 |
| - "enzyme": "^3.9.0", |
46 |
| - "enzyme-adapter-react-16": "^1.12.1", |
47 |
| - "enzyme-to-json": "^3.3.5", |
48 |
| - "eslint": "^5.16.0", |
49 |
| - "eslint-config-airbnb": "^17.1.0", |
50 |
| - "eslint-plugin-import": "^2.17.2", |
51 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
52 |
| - "eslint-plugin-react": "^7.13.0", |
53 |
| - "husky": "^2.2.0", |
54 |
| - "jest": "^24.8.0", |
| 41 | + "commitlint": "^12.1.4", |
| 42 | + "coveralls": "^3.1.0", |
| 43 | + "cross-env": "^7.0.3", |
| 44 | + "enzyme": "^3.11.0", |
| 45 | + "enzyme-adapter-react-17-updated": "^1.0.2", |
| 46 | + "enzyme-to-json": "^3.6.2", |
| 47 | + "eslint": "^7.26.0", |
| 48 | + "eslint-config-airbnb": "^18.2.1", |
| 49 | + "eslint-plugin-import": "^2.22.1", |
| 50 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 51 | + "eslint-plugin-react": "^7.23.2", |
| 52 | + "husky": "^6.0.0", |
| 53 | + "jest": "^26.6.3", |
55 | 54 | "prop-types": "^15.7.2",
|
56 |
| - "react": "^16.8.6", |
57 |
| - "react-dom": "^16.8.6", |
58 |
| - "rollup": "^1.11.3", |
59 |
| - "rollup-plugin-babel": "^4.3.2", |
60 |
| - "rollup-plugin-commonjs": "^9.3.4", |
61 |
| - "rollup-plugin-node-resolve": "^4.2.3", |
62 |
| - "scroll-into-view-if-needed": "^2.2.20" |
| 55 | + "react": "^17.0.2", |
| 56 | + "react-dom": "^17.0.2", |
| 57 | + "rollup": "^2.47.0", |
| 58 | + "rollup-plugin-babel": "^4.4.0", |
| 59 | + "rollup-plugin-commonjs": "^10.1.0", |
| 60 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 61 | + "scroll-into-view-if-needed": "^2.2.28" |
63 | 62 | }
|
64 | 63 | }
|
0 commit comments