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:
@ -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' />
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user