From e07c66c95d071b377369ed7f258ff46ea7d79db9 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Fri, 8 Feb 2019 11:00:27 +0000 Subject: [PATCH] AG-2264 Configuring AggregationPanel in status bar does not work if any other status panel is enabled --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 551542a..1e5fcb1 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "homepage": "http://www.ag-grid.com/", "devDependencies": { "@babel/core": "7.2.2", - "babel-loader": "8.0.4", - "@babel/preset-env": "7.2.3", + "babel-loader": "8.0.5", + "@babel/preset-env": "7.3.1", "@babel/preset-react": "7.0.0", - "@babel/plugin-proposal-class-properties": "7.2.3", + "@babel/plugin-proposal-class-properties": "7.3.0", "@babel/plugin-proposal-function-bind": "7.2.0", "css-loader": "2.1.0", "file-loader": "3.0.1", @@ -62,11 +62,11 @@ "ag-grid-react": "^20.0.0", "bootstrap": "4.1.3", "d3": "4.9.1", - "lodash": "^4.17.11", - "react": "16.7.0", - "react-dom": "16.7.0", + "lodash": "4.17.11", + "react": "16.8.1", + "react-dom": "16.8.1", "react-redux": "6.0.0", "react-router-dom": "4.3.1", "redux": "4.0.1" } -} \ No newline at end of file +}