From d73281ad2100b3522b7a5f608a5b58c7e35745e6 Mon Sep 17 00:00:00 2001 From: Kyle McNally Date: Wed, 11 Dec 2024 09:14:50 -0500 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d4d052..e8e5fff 100644 --- a/package.json +++ b/package.json @@ -109,8 +109,8 @@ "typescript": "^4.2.4" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18", - "react-dom": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19", + "react-dom": "^16.8.0 || ^17 || ^18 || ^19" }, "husky": { "hooks": {