npm update seems to just update the packages in dependencies, but what about devDependencies.
npm update
dependencies
devDependencies
Right now you can install
What worked for me is installing individual dev dependencies like this
npm install react-test-renderer@15.6.1 --save --only=dev