React-styleguidist: Update react to version 15.0

Created on 8 Apr 2016  路  8Comments  路  Source: styleguidist/react-styleguidist

Today is the day when first stable version of React is released.
I hope that all popular instruments like this will support the new version soon.

But first we should wait for some of dependencies to update:

All 8 comments

What doesn鈥檛 work now? For babel-preset-react-hmre it鈥檚 just a devDependency so it doesn鈥檛 matter.

P. S. Would be great if you send a pull request to react-codemirror.

I'm trying it right now and I'll share results soon.

No issues found. Just warnings from npm:

npm WARN [email protected] requires a peer of react@^0.14.1 but none was installed.
npm WARN [email protected] requires a peer of react@^0.14.0 but none was installed.

We can update babel-preset-react-hmre right now, they don鈥檛 have React in peer dependencies anymore: https://github.com/danmartinez101/babel-preset-react-hmre/commit/73924d08da9d553b03505867357ac0d868563936

Just published an update to react-codemirror as well.

@JedWatson Thanks!

@sapegin would it be possible to upgrade to babel-preset-react-hmre 1.1.1? Current version requires it as a peer dependency and blocks the upgrade to 15 unfortunately

@albertfdp Done in #128.

Was this page helpful?
0 / 5 - 0 ratings