File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 3939 "dependencies" : {
4040 "classnames" : " ^2.2.6" ,
4141 "mobx" : " ^6.1.6" ,
42- "mobx-react" : " ^7.1 .0" ,
42+ "mobx-react-lite " : " ^3.2 .0" ,
4343 "react" : " ^16.14.0" ,
4444 "react-dom" : " ^16.14.0" ,
4545 "react-flex-panel" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818import { Encoders } from "rsocket-core/RSocketEncoding" ;
1919import Protocol from "devtools-protocol" ;
2020import { action , makeObservable , observable } from "mobx" ;
21- import { observer } from "mobx-react" ;
21+ import { observer } from "mobx-react-lite " ;
2222import WebSocketFrameReceivedEvent = Protocol . Network . WebSocketFrameReceivedEvent ;
2323import WebSocketFrameSentEvent = Protocol . Network . WebSocketFrameSentEvent ;
2424import WebSocketFrame = Protocol . Network . WebSocketFrame ;
Original file line number Diff line number Diff line change @@ -3002,13 +3002,6 @@ mobx-react-lite@^3.2.0:
30023002 resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.2.0.tgz#331d7365a6b053378dfe9c087315b4e41c5df69f"
30033003 integrity sha512-q5+UHIqYCOpBoFm/PElDuOhbcatvTllgRp3M1s+Hp5j0Z6XNgDbgqxawJ0ZAUEyKM8X1zs70PCuhAIzX1f4Q/g==
30043004
3005- mobx-react@^7.1.0 :
3006- version "7.1.0"
3007- resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-7.1.0.tgz#d947cada3cfad294b4b6f692e969c242b9c16eaf"
3008- integrity sha512-DxvA6VXmnZ+N9f/UTtolWtdRnAAQY2iHWTSPLktfpj8NKlXUe4dabBAjuXrBcZUM8GjLWnxD1ZEjssXq1M0RAw==
3009- dependencies :
3010- mobx-react-lite "^3.2.0"
3011-
30123005mobx@^6.1.6 :
30133006 version "6.1.6"
30143007 resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.1.6.tgz#ae75e57ec07d190ed187273864002163fa357224"
You can’t perform that action at this time.
0 commit comments