From 5a26863affce703a8e3546fa6baedbd3855b1a00 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Mon, 16 Sep 2019 15:45:07 +0100 Subject: [PATCH] AG-3316 agGridReact needs to be updated to use the updated react lifecycle hooks --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd989a1..908724d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build-all": "npm run build-examples && npm run build-dashboard", "build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy", "start": "npm run examples", - "test" : "./ts-tests/runTsTests.sh" + "test": "./ts-tests/runTsTests.sh" }, "repository": { "type": "git", @@ -43,7 +43,7 @@ "@babel/plugin-proposal-function-bind": "7.2.0", "@babel/preset-env": "7.4.4", "@babel/preset-react": "7.0.0", - "@types/react": "16.9.0", + "@types/react": "16.9.2", "@types/react-dom": "16.9.0", "babel-loader": "8.0.6", "css-loader": "2.1.1",