diff --git a/package.json b/package.json index 2668d2c..7963adf 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,6 @@ "typescript": "2.3.x" }, "dependencies": { - "ag-grid": "12.0.x", - "ag-grid-enterprise": "12.0.x", - "ag-grid-react": "12.0.x", "bootstrap": "3.3.7", "d3": "4.9.1", "file-loader": "0.11.1", @@ -70,6 +67,9 @@ "react-dom-factories": "1.0.0", "react-redux": "5.0.x", "redux": "3.6.x", - "url-search-params-polyfill": "1.2.0" + "url-search-params-polyfill": "1.2.0", + "ag-grid": "12.0.x", + "ag-grid-enterprise": "12.0.x", + "ag-grid-react": "12.0.x" } }