This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ route: /getting-started
99
1010React-gondola needs the following dependencies; if you do not have those installed, you need to install them with the correspondig command:
1111
12- | Dependencie name | Yarn Installation command | NPM Installation command |
13- | :--------------: | :-----------------------: | :----------------------: |
14- | ` mobx ` | ` yarn add mobx ` | ` npm i mobx ` |
15- | ` mobx-react ` | ` yarn add mobx-react ` | ` npm i mobx-react ` |
16- | ` rxjs ` | ` yarn add rxjs ` | ` npm i rxjs ` |
12+ | Dependencie name | Yarn Installation command | NPM Installation command |
13+ | :--------------: | :--------------------------: | :-----------------------: |
14+ | ` mobx ` | ` yarn add mobx@5.0.0 ` | ` npm i mobx@5.0.0 ` |
15+ | ` mobx-react ` | ` yarn add mobx-reactx@5.0.0 ` | ` npm i mobx-reactx@5.0.0 ` |
16+ | ` mobx-utils ` | ` yarn add mobx-utilsx@5.0.0 ` | ` npm i mobx-utilsx@5.0.0 ` |
17+ | ` rxjs ` | ` yarn add rxjs ` | ` npm i rxjs ` |
1718
1819Then, install React-Gondola with:
1920
Original file line number Diff line number Diff line change 1414 " declarative"
1515 ],
1616 "peerDependencies" : {
17- "mobx" : " *" ,
18- "mobx-react" : " *" ,
17+ "mobx" : " 5.x.x" ,
18+ "mobx-react" : " 5.x.x" ,
19+ "mobx-utils" : " 5.x.x" ,
1920 "react" : " *" ,
2021 "react-native" : " *"
2122 },
You can’t perform that action at this time.
0 commit comments