From 63515a44bfabbf779008cc9430fa6b83ac3d71c0 Mon Sep 17 00:00:00 2001 From: Ceolter Date: Tue, 8 Mar 2016 16:49:37 +0000 Subject: [PATCH] changes to match v4.0.0 of ag-Grid --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c3ef8e..ee161d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "0.0.1", + "version": "4.0.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -34,7 +34,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "3.3.x", - "ag-grid-react": "3.3.x" + "ag-grid": "4.0.x", + "ag-grid-enterprise": "4.0.x", + "ag-grid-react": "4.0.x" } }