Skip to content

Commit

Permalink
build(peer-deps): add react 18 to peer deps (#2197)
Browse files Browse the repository at this point in the history
* chore(dep): support React 18

* docs: add gidjin as current maintainer

Co-authored-by: Leo Singer <leo.singer@ligo.org>
  • Loading branch information
gidjin and lpsinger authored Sep 23, 2022
1 parent 57e28a8 commit 5e11093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In the process, we expect to gain learnings around how to best abstract out UI c

## Active Maintainers

- [Roger Steve Ruiz](https://github.com/rogeruiz)
- [John Gedeon](https://github.com/gidjin)

We are starting to rotate Trussel maintainer responsibilities. Check out the [maintainers README](./docs/for_maintainers.md).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"homepage": "https://github.com/trussworks/react-uswds#readme",
"peerDependencies": {
"react": "^16.x || ^17.x",
"react-dom": "^16.x || ^17.x",
"react": "^16.x || ^17.x || ^18.x",
"react-dom": "^16.x || ^17.x || ^18.x",
"uswds": "2.13.3"
},
"devDependencies": {
Expand Down

0 comments on commit 5e11093

Please sign in to comment.