Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 25659da

Browse files
committed
📝 (peerDependencies) fix peerDependencies
1 parent c2b8c2e commit 25659da

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/GettingStarted.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ route: /getting-started
99

1010
React-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

1819
Then, install React-Gondola with:
1920

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
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
},

0 commit comments

Comments
 (0)