|
1 | 1 | { |
2 | 2 | "name": "react-smart-scroll", |
3 | | - "version": "1.1.3", |
| 3 | + "version": "1.1.4", |
4 | 4 | "description": "Smart Scroll React Component for long lists", |
5 | 5 | "author": "Steven Sacks", |
6 | 6 | "homepage": "https://github.com/stevensacks/react-smart-scroll", |
|
44 | 44 | }, |
45 | 45 | "dependencies": {}, |
46 | 46 | "peerDependencies": { |
47 | | - "react": "^16.8.0" |
| 47 | + "react": "^16.12.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "babel-eslint": "^10.0.3", |
51 | | - "eslint": "^6.5.1", |
52 | | - "eslint-config-prettier": "^6.4.0", |
53 | | - "eslint-config-react-app": "^5.0.2", |
54 | | - "eslint-plugin-flowtype": "^4.3.0", |
55 | | - "eslint-plugin-import": "^2.18.2", |
| 51 | + "eslint": "^6.8.0", |
| 52 | + "eslint-config-prettier": "^6.9.0", |
| 53 | + "eslint-config-react-app": "^5.1.0", |
| 54 | + "eslint-plugin-flowtype": "^4.5.3", |
| 55 | + "eslint-plugin-import": "^2.19.1", |
56 | 56 | "eslint-plugin-jsx-a11y": "^6.2.3", |
57 | | - "eslint-plugin-prettier": "^3.1.1", |
58 | | - "eslint-plugin-react": "^7.16.0", |
59 | | - "eslint-plugin-react-hooks": "^2.1.2", |
60 | | - "husky": "^3.0.9", |
61 | | - "lint-staged": "^9.4.2", |
| 57 | + "eslint-plugin-prettier": "^3.1.2", |
| 58 | + "eslint-plugin-react": "^7.17.0", |
| 59 | + "eslint-plugin-react-hooks": "^2.3.0", |
| 60 | + "husky": "^4.0.3", |
| 61 | + "lint-staged": "^9.5.0", |
62 | 62 | "nwb": "0.23.x", |
63 | | - "prettier": "^1.18.2", |
| 63 | + "prettier": "^1.19.1", |
64 | 64 | "prop-types": "^15.7.2", |
65 | 65 | "react": "^16.10.2", |
66 | | - "react-dom": "^16.10.2" |
| 66 | + "react-dom": "^16.12.0" |
67 | 67 | } |
68 | 68 | } |
0 commit comments