From 7849d190c102e6106cec7c6d289677a126b2e86f Mon Sep 17 00:00:00 2001 From: Milan Jansen Date: Tue, 10 Dec 2024 13:08:47 +0100 Subject: [PATCH] chore: update react peer dependency to support React 19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c688bdc..f11255f 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ }, "peerDependencies": { "@mui/material": "^5.0.0 || ^6.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "main": "dist/index.js", "module": "dist/index.mjs",