|
1 | 1 | { |
2 | 2 | "name": "react-scroll-to", |
3 | | - "version": "2.0.2", |
| 3 | + "version": "2.0.1", |
4 | 4 | "description": "Scroll to a position using react", |
5 | 5 | "main": "./dist/react-scroll-to.js", |
6 | 6 | "types": "./dist/definitions", |
|
31 | 31 | "url": "https://github.com/ganderzz/react-scroll-to/issues" |
32 | 32 | }, |
33 | 33 | "homepage": "https://github.com/ganderzz/react-scroll-to#readme", |
| 34 | + "peerDepedencies": { |
| 35 | + "react": "^15.0.0 || ^16.0.0" |
| 36 | + }, |
34 | 37 | "devDependencies": { |
35 | | - "@babel/core": "7.1.6", |
36 | | - "@babel/plugin-proposal-class-properties": "7.1.0", |
37 | | - "@babel/preset-env": "7.1.6", |
| 38 | + "@babel/core": "7.2.2", |
| 39 | + "@babel/plugin-proposal-class-properties": "7.2.3", |
| 40 | + "@babel/preset-env": "7.2.3", |
38 | 41 | "@babel/preset-react": "7.0.0", |
39 | | - "@storybook/react": "4.0.9", |
40 | | - "all-contributors-cli": "5.4.1", |
| 42 | + "@storybook/react": "4.1.6", |
| 43 | + "all-contributors-cli": "5.7.0", |
41 | 44 | "babel-core": "7.0.0-bridge.0", |
42 | 45 | "babel-jest": "23.6.0", |
43 | | - "babel-loader": "8.0.4", |
| 46 | + "babel-loader": "8.0.5", |
44 | 47 | "copy-webpack-plugin": "4.6.0", |
45 | 48 | "enzyme": "3.7.0", |
46 | | - "enzyme-adapter-react-16": "1.7.0", |
47 | | - "eslint": "5.9.0", |
| 49 | + "enzyme-adapter-react-16": "1.6.0", |
| 50 | + "eslint": "5.12.0", |
48 | 51 | "eslint-config-airbnb": "17.1.0", |
49 | 52 | "eslint-config-prettier": "3.3.0", |
50 | 53 | "eslint-plugin-import": "2.14.0", |
51 | 54 | "eslint-plugin-jsx-a11y": "6.1.2", |
52 | | - "eslint-plugin-react": "7.11.1", |
53 | | - "husky": "1.2.0", |
| 55 | + "eslint-plugin-react": "7.12.3", |
| 56 | + "husky": "1.3.1", |
54 | 57 | "jest": "23.6.0", |
55 | 58 | "lint-staged": "8.1.0", |
56 | | - "prettier": "1.15.2", |
57 | | - "react": "16.6.3", |
58 | | - "react-dom": "16.6.3", |
59 | | - "react-testing-library": "5.3.0", |
60 | | - "webpack": "4.26.1", |
61 | | - "webpack-cli": "3.1.2" |
| 59 | + "prettier": "1.15.3", |
| 60 | + "react": "16.7.0", |
| 61 | + "react-dom": "16.7.0", |
| 62 | + "react-testing-library": "5.4.4", |
| 63 | + "webpack": "4.28.4", |
| 64 | + "webpack-cli": "3.2.1" |
62 | 65 | }, |
63 | 66 | "jest": { |
64 | 67 | "setupFiles": [ |
|
74 | 77 | ], |
75 | 78 | "coverageThreshold": { |
76 | 79 | "global": { |
77 | | - "branches": 88, |
78 | | - "functions": 88, |
79 | | - "lines": 88, |
80 | | - "statements": 88 |
| 80 | + "branches": 100, |
| 81 | + "functions": 100, |
| 82 | + "lines": 100, |
| 83 | + "statements": 100 |
81 | 84 | } |
82 | 85 | } |
83 | 86 | }, |
|
0 commit comments