From f28db79989513f65f626e2ea26b30efe0458b89d Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 27 Jul 2022 22:51:34 -0400 Subject: [PATCH] chore(dep): support React 18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76c7e9d88a..828cb1b455 100644 --- a/package.json +++ b/package.json @@ -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": {