This commit is contained in:
Alberto
2017-02-09 14:14:07 +00:00
parent 25b416b71d
commit 5904f47d55

View File

@@ -1,6 +1,6 @@
{ {
"name": "ag-grid-react-example", "name": "ag-grid-react-example",
"version": "7.2.0", "version": "8.0.0",
"description": "Example Reach applicaiton using ag-Grid.", "description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js", "main": "dist/ag-grid-react-example.js",
"scripts": { "scripts": {
@@ -40,9 +40,9 @@
"rimraf": "2.5.x", "rimraf": "2.5.x",
"react": "0.14.6", "react": "0.14.6",
"react-dom": "0.14.6", "react-dom": "0.14.6",
"ag-grid": "7.2.x", "ag-grid": "8.0.x",
"ag-grid-enterprise": "7.2.x", "ag-grid-enterprise": "8.0.x",
"ag-grid-react": "7.2.x" "ag-grid-react": "8.0.x"
} }
} }