Merge branch 'master' into latest

This commit is contained in:
Alberto
2017-09-08 09:40:53 +01:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "ag-grid-react-example", "name": "ag-grid-react-example",
"version": "13.0.1", "version": "13.1.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": {
@@ -68,8 +68,8 @@
"react-redux": "5.0.x", "react-redux": "5.0.x",
"redux": "3.6.x", "redux": "3.6.x",
"url-search-params-polyfill": "1.2.0", "url-search-params-polyfill": "1.2.0",
"ag-grid": "13.0.x", "ag-grid": "13.1.x",
"ag-grid-enterprise": "13.0.x", "ag-grid-enterprise": "13.1.x",
"ag-grid-react": "13.0.x" "ag-grid-react": "13.1.x"
} }
} }