From c82c0e89d2923f5ced13d36076db836e67db65c4 Mon Sep 17 00:00:00 2001 From: Matthew Toledo <161068+mrbinky3000@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:54:14 -0500 Subject: [PATCH] Added React 19 peer dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5129499..3071387 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,8 @@ "watch": "^1.0.2" }, "peerDependencies": { - "react": "15.x || 16.x || 17.x || 18.x", - "react-dom": "15.x || 16.x || 17.x || 18.x" + "react": "15.x || 16.x || 17.x || 18.x || 19.x", + "react-dom": "15.x || 16.x || 17.x || 18.x || 19.x" }, "dependencies": { "@babel/runtime": "^7.5.5",