From 5a2f3447f16bde5c7e23b6db31fa3f7d712596af Mon Sep 17 00:00:00 2001 From: Ayomide Oluwatola <138298443+MikeyA-yo@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:55:18 +0100 Subject: [PATCH] Update package.json - Make react 19 supported Add react 19 to the support list of react scroll --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8b5ed7..ce78a32 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "webpack-dev-server": "^2.11.5" }, "peerDependencies": { - "react": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "babel": { "presets": [