This commit is contained in:
seanlandsman
2016-11-04 15:45:15 +00:00
parent 3b5ee65790
commit 33b006b783

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "6.2.0",
"version": "6.3.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -36,8 +36,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "6.2.x",
"ag-grid-enterprise": "6.2.x",
"ag-grid-react": "6.2.x"
"ag-grid": "6.3.x",
"ag-grid-enterprise": "6.3.x",
"ag-grid-react": "6.3.x"
}
}