diff --git a/package.json b/package.json index b89fc02..643d23c 100644 --- a/package.json +++ b/package.json @@ -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" } }