adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
852 stars 74 forks source link

Add react-addons-perf to shrinkwrap / deps #3643

Closed baaygun closed 8 years ago

baaygun commented 8 years ago

On a fresh clone, npm install fails, because React just released 0.14.7, and react-addons-perfis not shrinkwrapped (shrinkwrap does not affect dev dependencies)

So I moved it to dependencies, and also updated all the other React dependencies to 0.14.6

This is painful.

shaoshing commented 8 years ago

LGTM!