From 8f04d313f1970d144cfbe00420b8a1070a934fbc Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Thu, 25 Jul 2024 14:22:30 +0200
Subject: [PATCH] chore(deps): upgrade ag-grid

---
 package.json          | 4 ++--
 src/styles/index.scss | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 234af837..54f1a2c7 100644
--- a/package.json
+++ b/package.json
@@ -39,8 +39,8 @@
     "@types/luxon": "^3.0.0",
     "@types/react-draft-wysiwyg": "^1.13.8",
     "@vitejs/plugin-react-swc": "^3.7.0",
-    "ag-grid-community": "^31.3.1",
-    "ag-grid-react": "^31.3.1",
+    "ag-grid-community": "^32.0.2",
+    "ag-grid-react": "^32.0.2",
     "axios": "^1.7.2",
     "dayjs": "^1.11.12",
     "draft-js": "^0.11.7",
diff --git a/src/styles/index.scss b/src/styles/index.scss
index e634f95d..3c01a31f 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -49,3 +49,7 @@ li.MuiMenuItem-root {
   gap: 1rem;
   flex-wrap: wrap;
 }
+
+.ag-aria-description-container {
+  display: none;
+}
-- 
GitLab