From 894d971f0e645c858b26f098ad68241e0f36b598 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Mon, 30 Sep 2019 15:00:08 +0100 Subject: [PATCH] AG-3316 agGridReact needs to be updated to use the updated react lifecycle hooks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 908724d..b577d45 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "dependencies": { "ag-grid-community": "^21.0.0", "ag-grid-enterprise": "^21.0.0", - "ag-grid-react": "^21.0.0", + "ag-grid-react": "^21.2.2", "bootstrap": "4.3.1", "d3": "4.9.1", "lodash": "4.17.11",