New release branch, everything compiles

This commit is contained in:
Alberto
2017-07-13 11:25:34 +01:00
parent e5627d8b9f
commit 9f4b270884

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "11.0.0",
"version": "12.0.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -62,9 +62,9 @@
"react-redux": "5.0.x",
"redux": "3.6.x",
"url-search-params-polyfill": "1.2.0",
"ag-grid": "11.0.x",
"ag-grid-enterprise": "11.0.x",
"ag-grid-react": "11.0.x"
"ag-grid": "12.0.x",
"ag-grid-enterprise": "12.0.x",
"ag-grid-react": "12.0.x"
}
}