Version 9.0.0

This commit is contained in:
Alberto
2017-03-29 17:11:37 +01:00
parent afa03227e4
commit d59b5e8071

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "8.2.0",
"version": "9.0.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -41,9 +41,9 @@
"rimraf": "2.5.x",
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "8.2.x",
"ag-grid-enterprise": "8.2.x",
"ag-grid-react": "8.2.x"
"ag-grid": "9.0.x",
"ag-grid-enterprise": "9.0.x",
"ag-grid-react": "9.0.x"
}
}