auth0 / webtask-widget

[BETA] Widget that can be embedded in websites to allow transparent creation of extension points or urls.
MIT License
10 stars 2 forks source link

Updated dependencies #14

Closed bananaoomarang closed 9 years ago

bananaoomarang commented 9 years ago

Was getting errors about a lack of react-dom from one of the dependencies on a new install, so I updated package.json.

Biggest change is React 0.13.x => 0.14.x but it seems to work fine with a couple of lines changed.

I held back Babel because 6.0 just got released and it doesn't seem to work very nicely here yet.

ggoodman commented 9 years ago

Wow, sweet. I can hardly believe that the upgrade was that painless.

bananaoomarang commented 9 years ago

Yeah, neither could I really. Looked at the changelog again and react => react-dom/react + no .getDOMNode() is all that should effect this I think.