-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next、react、react-domのバージョンを上げる #152
Conversation
Nextjs を v13 系にしてみるため Draft にしました |
細かいけどLTSの最新な気がする: https://nodejs.org/ja/ |
Next.jsのシステム要件的にもNodeのバージョンは上げても問題無さそう(という感想w): https://nextjs-ja-translation-docs.vercel.app/docs/getting-started#%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E8%A6%81%E4%BB%B6 |
これ、問題は無さそうなんだけど、どこを探してもTSのEOLのスケジュールとか見当たらなかった、、、 |
これ、Reactのバージョンだけ18系に上げてもStorybookの動作には影響無い感じ? |
This reverts commit 7e21c1d.
#152 (comment)
React の18系やと
参考: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis |
逆に
その場合、このへんもまとめて上げる必要があるのかな? |
なるほど、、、Nextが求めるReactの最小のシステム要件でwarning出るの辛いな、、、 |
以下みたいな形で修正してます🙏
一応問題なく動作はしてるな |
これ、 |
なるほどな、Storybook以外だとなにか候補あるんだろうか、、、Storybookの7系に上げるほうが楽なんだろうか、、、 |
こちら最新のNextjsのバージョンに上げる方針になったためCloseします |
概要
タイトル通りnext、react、react-domのバージョンを上げましたのでご確認よろしくお願いします。
また、nodeも
latestLTSである18.14.1まで上げましたので、ローカルのnodeのバージョンを上げて確認お願いします。(ついでにTSもあげた)
TypeScript ... 4.9.5(latest)その他
Storybook で React v18 を使用するには v7 系を使用する必要があるが、ベータ版なのと変更点が多いためこのPRには含めない