From 31be1ae02619ebd11402af2a3f53b62c8d0cafd3 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Mon, 9 May 2022 14:58:45 +0530 Subject: [PATCH] Upgrades react-data-grid to the latest which has a fix for grid issues. --- web/package.json | 2 +- web/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package.json b/web/package.json index 649144f48..a9204ffdb 100644 --- a/web/package.json +++ b/web/package.json @@ -151,7 +151,7 @@ "react": "^17.0.1", "react-aspen": "^1.1.0", "react-checkbox-tree": "^1.7.2", - "react-data-grid": "git+https://github.com/adityatoshniwal/react-data-grid.git/#0cbf9165a98bd723604c9c0d5954b50b179d3901", + "react-data-grid": "git+https://github.com/adityatoshniwal/react-data-grid.git/#1dc310dfaf5afea359404e867b7cf54953f47d1e", "react-dom": "^17.0.1", "react-draggable": "^4.4.4", "react-leaflet": "^3.2.2", diff --git a/web/yarn.lock b/web/yarn.lock index 0cc76312e..5a4367107 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -8877,9 +8877,9 @@ react-checkbox-tree@^1.7.2: nanoid "^3.0.0" prop-types "^15.5.8" -"react-data-grid@git+https://github.com/adityatoshniwal/react-data-grid.git/#0cbf9165a98bd723604c9c0d5954b50b179d3901": +"react-data-grid@git+https://github.com/adityatoshniwal/react-data-grid.git/#1dc310dfaf5afea359404e867b7cf54953f47d1e": version "7.0.0-beta.12" - resolved "git+https://github.com/adityatoshniwal/react-data-grid.git/#0cbf9165a98bd723604c9c0d5954b50b179d3901" + resolved "git+https://github.com/adityatoshniwal/react-data-grid.git/#1dc310dfaf5afea359404e867b7cf54953f47d1e" dependencies: clsx "^1.1.1"