From 52e28cf3adf8b130d9e9ac823813ece365fb2653 Mon Sep 17 00:00:00 2001 From: olafbuitelaar Date: Wed, 11 Dec 2024 11:37:01 +0100 Subject: [PATCH] added react 19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 336427d..f4b00d0 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "rollup-plugin-terser": "^7.0.2" }, "peerDependencies": { - "react": "^16.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^18.0.0" + "react": "^16.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^18.0.0 || ^19.0.0" }, "scripts": { "build": "cross-env NODE_ENV=production rollup -c",