oist / optinist

calcium imaging pipeline tool
GNU General Public License v3.0
37 stars 13 forks source link

ソフトウェアバージョンアップ対応(FrontEnd) #530

Closed itutu-tienday closed 11 months ago

itutu-tienday commented 1 year ago

optinistのソフトウェア・ミドルウェアのバージョンアップの実施

reactplus-thom commented 1 year ago

(Ticket này chỉ đối ứng cho phía FE)

reactplus-thom commented 1 year ago

@itutu-tienday 調査結果は以下のとおりに報告いたします。 ご確認のほどお願いいたします。


基本的には、MRI (https://github.com/arayabrain/MRIAnalysisStudioforMouse/tree/feature/node-18)の対応内容と同様な対応になると思います

対応範囲としては以下のような想定です。 ・Node 17以降ではSSLがバージョンアップされている状態のため、導入しているパッケージに影響がでます。 →@types/react, types/react-dom, react, react-domに対してもNode 18にバージョンアップする必要があります。 ・stream, assertのパッケージを追加する必要です。 ・react-scriptsはバージョン5にアップグレードする必要あります。 ・React18ではdefault typeからchildenが外されるため、Funtionコンポネントのtypeにchildenを追加する必要です。

reactplus-thom commented 1 year ago

Version up lên Node.js 20

ReiHashimoto commented 11 months ago

resolved in ver1.1.0