From eab958c3e918fd7ee77b46d4ee19173f803b9483 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 23 Aug 2017 11:35:39 +0100 Subject: [PATCH] Releasing 13.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } }