Merge branch 'latest' into b22.0.0

This commit is contained in:
Sean Landsman
2019-10-24 09:35:46 +01:00
10 changed files with 16 additions and 16 deletions

View File

@@ -61,10 +61,10 @@
"webpack-dev-server": "3.4.1"
},
"dependencies": {
"@ag-community/grid-core": "^21.0.0",
"@ag-community/grid-all-modules": "^21.0.0",
"@ag-enterprise/grid-all-modules": "^21.0.0",
"ag-grid-react": "~22.0.0",
"@ag-community/grid-core": "~22.0.0",
"@ag-community/grid-all-modules": "~22.0.0",
"@ag-enterprise/grid-all-modules": "~22.0.0",
"@ag-community/grid-react": "~22.0.0",
"bootstrap": "4.3.1",
"d3": "4.9.1",
"lodash": "4.17.11",
@@ -74,4 +74,4 @@
"react-router-dom": "5.0.0",
"redux": "4.0.1"
}
}
}