From f35c8ac3a2fe85a0484ffe97b0e0d4b958594c6e Mon Sep 17 00:00:00 2001 From: Louis Chan Date: Wed, 29 Jan 2025 13:20:18 -0800 Subject: [PATCH] fix: update package.json to support react 19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9055a2..e342860 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "lodash.camelcase": "^4.3.0" }, "peerDependencies": { - "react": "^16.6.3 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0" + "react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }