From 3a08f1e628436740a32b12c8cee3c6d6a46d9a71 Mon Sep 17 00:00:00 2001 From: Guillem Arias Fauste Date: Mon, 16 Dec 2024 14:51:48 +0100 Subject: [PATCH] update react peer dependency to 19.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c252ffb..15b4af9 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ }, "peerDependencies": { "prop-types": "^15.7.2", - "react": "16.x || 17.x || 18.x", + "react": "16.x || 17.x || 18.x || 19.x", "rollbar": "^2.26.4" } }