From 55da7a94c424d1e8b2ca19118e744db5743ca2e2 Mon Sep 17 00:00:00 2001 From: Sharala-Perumal <80914899+Sharala-Perumal@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:48:38 -0800 Subject: [PATCH] PIMS-2271: Upgrade frontend dependencies to their latest versions (#2904) Co-authored-by: Dylan Barkowsky <37922247+dbarkowsky@users.noreply.github.com> --- react-app/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/react-app/package.json b/react-app/package.json index 1368e89f7..4ba1e35aa 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -20,11 +20,11 @@ "@emotion/styled": "11.14.0", "@mdi/js": "7.4.47", "@mdi/react": "1.6.1", - "@mui/icons-material": "6.3.1", + "@mui/icons-material": "6.4.1", "@mui/lab": "5.0.0-alpha.170", - "@mui/material": "6.3.1", - "@mui/x-data-grid": "7.23.0", - "@mui/x-date-pickers": "7.23.0", + "@mui/material": "6.4.1", + "@mui/x-data-grid": "7.24.0", + "@mui/x-date-pickers": "7.24.0", "@react-leaflet/core": "2.1.0", "@turf/turf": "7.2.0", "dayjs": "1.11.10", @@ -45,7 +45,7 @@ "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.26.3", "@testing-library/jest-dom": "6.6.3", - "@testing-library/react": "16.1.0", + "@testing-library/react": "16.2.0", "@types/geojson": "7946.0.14", "@types/jest": "29.5.11", "@types/leaflet": "1.9.9", @@ -63,7 +63,7 @@ "ts-jest": "29.2.0", "ts-node": "10.9.2", "typescript": "5.7.2", - "typescript-eslint": "8.20.0", + "typescript-eslint": "8.21.0", "vite": "6.0.3", "vite-tsconfig-paths": "5.1.2" },