This version is covered by your current version range and after updating it in your project the build failed.
As react-dom is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:
Status Details
- ✅ **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/EmmaRamirez/typescript-react-presentation/builds/219880750)
- ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/EmmaRamirez/typescript-react-presentation/25?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)
Release Notesv15.5.0
15.5.0 (April 7, 2017)
React
Added a deprecation warning for React.createClass. Points users to create-react-class instead. (@acdlite in d9a4fa4)
Added a deprecation warning for React.PropTypes. Points users to prop-types instead. (@acdlite in 043845c)
Fixed an issue when using ReactDOM together with ReactDOMServer. (@wacii in #9005)
Updated to remove references to React.createClass and React.PropTypes (@acdlite in 12a96b9)
react-addons-test-utils is deprecated. Use react-dom/test-utils and react-test-renderer/shallow instead. (@bvaughn)
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 15.5.0 of react-dom just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As react-dom is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:
Status Details
- ✅ **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/EmmaRamirez/typescript-react-presentation/builds/219880750) - ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/EmmaRamirez/typescript-react-presentation/25?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)Release Notes
v15.5.015.5.0 (April 7, 2017)
React
React.createClass
. Points users to create-react-class instead. (@acdlite in d9a4fa4)React.PropTypes
. Points users to prop-types instead. (@acdlite in 043845c)ReactDOM
together withReactDOMServer
. (@wacii in #9005)React DOM
react-dom/test-utils
, which exports the React Test Utils. (@bvaughn)React Test Renderer
componentWillUnmount
was not called for children. (@gre in #8512)react-test-renderer/shallow
, which exports the shallow renderer. (@bvaughn)React Addons
peerDependencies
so that addons continue to work indefinitely. (@acdlite and @bvaughn in 8a06cd7 and 67a8db3)React.createClass
andReact.PropTypes
(@acdlite in 12a96b9)react-addons-test-utils
is deprecated. Usereact-dom/test-utils
andreact-test-renderer/shallow
instead. (@bvaughn)Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: