|
1 | 1 | { |
2 | 2 | "name": "react-scroll-to", |
3 | | - "version": "2.0.9", |
| 3 | + "version": "3.0.0-beta.1", |
4 | 4 | "description": "Scroll to a position using react", |
5 | 5 | "main": "./dist/react-scroll-to.js", |
6 | 6 | "types": "./dist/definitions", |
|
15 | 15 | "storybook": "start-storybook -p 9001 -c .storybook", |
16 | 16 | "build:docs": "build-storybook -c .storybook -o docs" |
17 | 17 | }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "git+https://github.com/ganderzz/react-scroll-to.git" |
21 | | - }, |
22 | | - "keywords": [ |
23 | | - "react", |
24 | | - "scroll", |
25 | | - "to", |
26 | | - "window", |
27 | | - "position" |
28 | | - ], |
29 | | - "author": "Dylan Paulus", |
30 | | - "license": "MIT", |
31 | | - "bugs": { |
32 | | - "url": "https://github.com/ganderzz/react-scroll-to/issues" |
33 | | - }, |
34 | | - "homepage": "https://github.com/ganderzz/react-scroll-to#readme", |
35 | 18 | "peerDepedencies": { |
36 | 19 | "react": ">= ^16.0.0" |
37 | 20 | }, |
|
41 | 24 | "@babel/preset-env": "7.4.5", |
42 | 25 | "@babel/preset-react": "7.0.0", |
43 | 26 | "@storybook/react": "5.0.11", |
44 | | - "all-contributors-cli": "6.6.0", |
| 27 | + "@testing-library/react": "^8.0.1", |
| 28 | + "all-contributors-cli": "6.6.1", |
45 | 29 | "babel-core": "7.0.0-bridge.0", |
46 | 30 | "babel-jest": "24.8.0", |
47 | 31 | "babel-loader": "8.0.6", |
48 | | - "copy-webpack-plugin": "4.6.0", |
| 32 | + "copy-webpack-plugin": "5.0.3", |
49 | 33 | "enzyme": "3.7.0", |
50 | 34 | "enzyme-adapter-react-16": "1.6.0", |
51 | 35 | "eslint": "5.16.0", |
52 | 36 | "eslint-config-airbnb": "17.1.0", |
53 | 37 | "eslint-config-prettier": "4.3.0", |
54 | | - "eslint-plugin-import": "2.17.2", |
| 38 | + "eslint-plugin-import": "2.17.3", |
55 | 39 | "eslint-plugin-jsx-a11y": "6.2.1", |
56 | 40 | "eslint-plugin-react": "7.13.0", |
57 | 41 | "husky": "2.3.0", |
|
60 | 44 | "prettier": "1.17.1", |
61 | 45 | "react": "16.8.6", |
62 | 46 | "react-dom": "16.8.6", |
63 | | - "react-testing-library": "7.0.1", |
64 | | - "ts-loader": "^6.0.1", |
| 47 | + "ts-loader": "6.0.2", |
| 48 | + "typescript": "^3.5.1", |
65 | 49 | "webpack": "4.32.1", |
66 | 50 | "webpack-cli": "3.3.2" |
67 | 51 | }, |
| 52 | + "repository": { |
| 53 | + "type": "git", |
| 54 | + "url": "git+https://github.com/ganderzz/react-scroll-to.git" |
| 55 | + }, |
| 56 | + "keywords": [ |
| 57 | + "react", |
| 58 | + "scroll", |
| 59 | + "to", |
| 60 | + "window", |
| 61 | + "position" |
| 62 | + ], |
| 63 | + "author": "Dylan Paulus", |
| 64 | + "license": "MIT", |
| 65 | + "bugs": { |
| 66 | + "url": "https://github.com/ganderzz/react-scroll-to/issues" |
| 67 | + }, |
| 68 | + "homepage": "https://github.com/ganderzz/react-scroll-to#readme", |
68 | 69 | "jest": { |
69 | 70 | "setupFiles": [ |
70 | 71 | "./src/tests/setup/shim.js", |
|
96 | 97 | "hooks": { |
97 | 98 | "pre-commit": "lint-staged" |
98 | 99 | } |
99 | | - }, |
100 | | - "dependencies": { |
101 | | - "create-react-context": "^0.2.3" |
102 | 100 | } |
103 | 101 | } |
0 commit comments