From 469370eb6ba15326a8bd2e745ae6a443236d7f5c Mon Sep 17 00:00:00 2001 From: Sharala-Perumal <80914899+Sharala-Perumal@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:55:15 -0700 Subject: [PATCH 1/2] PIMS-2140: Update typescript-eslint from version 8.8.0 to 8.11.0 in react-app (#2736) --- react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/package.json b/react-app/package.json index d90b4d55f..56100d316 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -36,7 +36,7 @@ "react-plugin": "3.0.0-alpha.4", "react-router-dom": "6.26.0", "supercluster": "8.0.1", - "typescript-eslint": "8.8.0", + "typescript-eslint": "8.11.0", "use-supercluster": "1.2.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", "zod": "3.23.8" From 6a0985b0887bde9c56086ef3bd81e925151cade9 Mon Sep 17 00:00:00 2001 From: Sharala-Perumal <80914899+Sharala-Perumal@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:24:05 -0700 Subject: [PATCH 2/2] PIMS-2141: Update @mui/x-data-grid from version 7.18.0 to 7.21.0 in react-app (#2737) Co-authored-by: TaylorFries <78506153+TaylorFries@users.noreply.github.com> --- react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/package.json b/react-app/package.json index 56100d316..280159da2 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -23,7 +23,7 @@ "@mui/icons-material": "6.1.0", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "6.1.2", - "@mui/x-data-grid": "7.18.0", + "@mui/x-data-grid": "7.21.0", "@mui/x-date-pickers": "7.18.0", "@turf/turf": "7.1.0", "dayjs": "1.11.10",