From 3928e1d83b5a468bb06889ecd9940b93d1d1c51f Mon Sep 17 00:00:00 2001 From: Yash Date: Fri, 18 Jul 2025 14:44:18 +0530 Subject: [PATCH] Update React peer dependency to support React 19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 281f39f7d7..806f42aaab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "7.8.0", + "version": "7.9.0", "description": "Hooks for building lightweight, fast and extendable datagrids for React", "license": "MIT", "homepage": "https://react-table.tanstack.com", @@ -52,7 +52,7 @@ ], "browserslist": "> 0.25%, not dead", "peerDependencies": { - "react": "^16.8.3 || ^17.0.0-0 || ^18.0.0" + "react": "^16.8.3 || ^17.0.0-0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.18.2",