Skip to content

Commit 59fba50

Browse files
authored
Merge pull request #9 from ryanhefner/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 44e7de2 + 2dd87f4 commit 59fba50

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-scroll-trigger
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/ryanhefner/react-scroll-trigger.svg)](https://greenkeeper.io/)
4+
35
React component that monitors `scroll` events to trigger callbacks when it enters,
46
exits and progresses through the viewport. All callback include the `progress` and
57
`velocity` of the scrolling, in the event you want to manipulate stuff based on

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-dom": ">=15"
3333
},
3434
"dependencies": {
35-
"clean-react-props": "^0.1.3",
35+
"clean-react-props": "^0.2.1",
3636
"lodash.throttle": "^4.1.1",
3737
"lomit": "^0.1.1",
3838
"prop-types": "^15.6.1"
@@ -49,7 +49,7 @@
4949
"jest": "^22.4.2",
5050
"pretty-bytes": "^4.0.2",
5151
"react": "^16.2.0",
52-
"rollup": "^0.56.4",
52+
"rollup": "^0.57.0",
5353
"rollup-plugin-babel": "^3.0.3",
5454
"rollup-plugin-commonjs": "^9.0.0",
5555
"rollup-plugin-json": "^2.3.0",

0 commit comments

Comments
 (0)