File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Usage requirements for dependent projects:
19
19
20
20
- Node v22.11.0+ and yarn
21
21
- The following ` dependencies ` (peer dependencies of ` @opentrons/components ` )
22
- - ` react ` : ` 17.0.1 ` ,
23
- - ` react-router-dom ` : ` ^4.2.2 ` ,
22
+ - ` react ` : ` 18.2.0 ` ,
23
+ - ` react-router-dom ` : ` 6.24.1 ` ,
24
24
- ` classnames ` : ` ^2.2.5 ` ,
25
- - ` lodash ` : ` ^ 4.17.4 `
25
+ - ` lodash ` : ` 4.17.21 `
26
26
27
27
## contributing
28
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Opentrons robot HTTP API client for [React][] apps
12
12
npm install @opentrons/react-api-client react
13
13
```
14
14
15
- This module must be installed alongside React v17.0.1 or higher.
15
+ This module must be installed alongside React v18.2.0 or higher.
16
16
17
17
### Usage
18
18
You can’t perform that action at this time.
0 commit comments