AG-2264 Configuring AggregationPanel in status bar does not work if any other status panel is enabled

This commit is contained in:
Sean Landsman
2019-02-08 11:00:27 +00:00
parent cb438ce67b
commit e07c66c95d

View File

@@ -38,10 +38,10 @@
"homepage": "http://www.ag-grid.com/", "homepage": "http://www.ag-grid.com/",
"devDependencies": { "devDependencies": {
"@babel/core": "7.2.2", "@babel/core": "7.2.2",
"babel-loader": "8.0.4", "babel-loader": "8.0.5",
"@babel/preset-env": "7.2.3", "@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0", "@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", "@babel/plugin-proposal-function-bind": "7.2.0",
"css-loader": "2.1.0", "css-loader": "2.1.0",
"file-loader": "3.0.1", "file-loader": "3.0.1",
@@ -62,11 +62,11 @@
"ag-grid-react": "^20.0.0", "ag-grid-react": "^20.0.0",
"bootstrap": "4.1.3", "bootstrap": "4.1.3",
"d3": "4.9.1", "d3": "4.9.1",
"lodash": "^4.17.11", "lodash": "4.17.11",
"react": "16.7.0", "react": "16.8.1",
"react-dom": "16.7.0", "react-dom": "16.8.1",
"react-redux": "6.0.0", "react-redux": "6.0.0",
"react-router-dom": "4.3.1", "react-router-dom": "4.3.1",
"redux": "4.0.1" "redux": "4.0.1"
} }
} }