Skip to content

Commit 1c288ff

Browse files
committed
docs(components,react-api-client): update packages version to align with package.json
update packages version to align with package.json close AUTH-2177
1 parent 0d1db4c commit 1c288ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Usage requirements for dependent projects:
1919

2020
- Node v22.11.0+ and yarn
2121
- 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`,
2424
- `classnames`: `^2.2.5`,
25-
- `lodash`: `^4.17.4`
25+
- `lodash`: `4.17.21`
2626

2727
## contributing
2828

react-api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Opentrons robot HTTP API client for [React][] apps
1212
npm install @opentrons/react-api-client react
1313
```
1414

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.
1616

1717
### Usage
1818

0 commit comments

Comments
 (0)