Merge pull request #6620 from FreeCodeCamp/greenkeeper-react-motion-0.4.2

Update react-motion to version 0.4.2 🚀
This commit is contained in:
Logan Tegman
2016-02-10 09:28:52 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ export default contain(
xs={ 8 }
xsOffset={ 2 }>
<Row>
<Motion style={{ x: spring(x, [120, 10]) }}>
<Motion style={{ x: spring(x, { stiffness: 120, damping: 10 }) }}>
{ questionElement }
</Motion>
<div className='spacer' />

View File

@ -113,7 +113,7 @@
"react": "~0.14.3",
"react-bootstrap": "~0.28.1",
"react-dom": "~0.14.3",
"react-motion": "~0.3.1",
"react-motion": "~0.4.2",
"react-router": "^1.0.0",
"react-router-bootstrap": "https://github.com/FreeCodeCamp/react-router-bootstrap.git#freecodecamp",
"react-toastr": "^2.3.0",