From 6fb3aea4d4f13472621c6ae6c6ee7dfaa5e557f4 Mon Sep 17 00:00:00 2001 From: RUSSELL HARROWER Date: Sun, 6 Apr 2025 10:32:16 +0800 Subject: [PATCH] Update package.json Just added react 19, as it shouldn't break, but I haven't yet tested it. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8cbaba..a5b251a 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "typescript": "3.7.5" }, "peerDependencies": { - "react": "^16.10.2 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0" + "react": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "files": [ "build"