|
1 | 1 | { |
2 | 2 | "name": "react-scroll-to", |
3 | | - "version": "2.0.5", |
| 3 | + "version": "2.0.9", |
4 | 4 | "description": "Scroll to a position using react", |
5 | 5 | "main": "./dist/react-scroll-to.js", |
6 | 6 | "types": "./dist/definitions", |
|
9 | 9 | "test:cover": "jest --coverage", |
10 | 10 | "build": "webpack --config=./config/webpack.config.js --mode=development", |
11 | 11 | "build:prod": "webpack --config=./config/webpack.config.js --mode=production", |
| 12 | + "prepublish": "npm run build:prod", |
12 | 13 | "contributors:add": "all-contributors add", |
13 | 14 | "contributors:generate": "all-contributors generate", |
14 | 15 | "storybook": "start-storybook -p 9001 -c .storybook", |
|
32 | 33 | }, |
33 | 34 | "homepage": "https://github.com/ganderzz/react-scroll-to#readme", |
34 | 35 | "peerDepedencies": { |
35 | | - "react": "^15.0.0 || ^16.0.0" |
| 36 | + "react": ">= ^16.0.0" |
36 | 37 | }, |
37 | 38 | "devDependencies": { |
38 | | - "@babel/core": "7.2.2", |
39 | | - "@babel/plugin-proposal-class-properties": "7.2.3", |
40 | | - "@babel/preset-env": "7.2.3", |
| 39 | + "@babel/core": "7.4.5", |
| 40 | + "@babel/plugin-proposal-class-properties": "7.4.4", |
| 41 | + "@babel/preset-env": "7.4.5", |
41 | 42 | "@babel/preset-react": "7.0.0", |
42 | | - "@storybook/react": "4.1.6", |
43 | | - "all-contributors-cli": "5.7.0", |
| 43 | + "@storybook/react": "5.0.11", |
| 44 | + "all-contributors-cli": "6.6.0", |
44 | 45 | "babel-core": "7.0.0-bridge.0", |
45 | | - "babel-jest": "23.6.0", |
46 | | - "babel-loader": "8.0.5", |
| 46 | + "babel-jest": "24.8.0", |
| 47 | + "babel-loader": "8.0.6", |
47 | 48 | "copy-webpack-plugin": "4.6.0", |
48 | 49 | "enzyme": "3.7.0", |
49 | 50 | "enzyme-adapter-react-16": "1.6.0", |
50 | | - "eslint": "5.12.0", |
| 51 | + "eslint": "5.16.0", |
51 | 52 | "eslint-config-airbnb": "17.1.0", |
52 | | - "eslint-config-prettier": "3.3.0", |
53 | | - "eslint-plugin-import": "2.14.0", |
54 | | - "eslint-plugin-jsx-a11y": "6.1.2", |
55 | | - "eslint-plugin-react": "7.12.3", |
56 | | - "husky": "1.3.1", |
57 | | - "jest": "23.6.0", |
58 | | - "lint-staged": "8.1.0", |
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" |
| 53 | + "eslint-config-prettier": "4.3.0", |
| 54 | + "eslint-plugin-import": "2.17.2", |
| 55 | + "eslint-plugin-jsx-a11y": "6.2.1", |
| 56 | + "eslint-plugin-react": "7.13.0", |
| 57 | + "husky": "2.3.0", |
| 58 | + "jest": "24.8.0", |
| 59 | + "lint-staged": "8.1.7", |
| 60 | + "prettier": "1.17.1", |
| 61 | + "react": "16.8.6", |
| 62 | + "react-dom": "16.8.6", |
| 63 | + "react-testing-library": "7.0.1", |
| 64 | + "ts-loader": "^6.0.1", |
| 65 | + "webpack": "4.32.1", |
| 66 | + "webpack-cli": "3.3.2" |
65 | 67 | }, |
66 | 68 | "jest": { |
67 | 69 | "setupFiles": [ |
|
0 commit comments