Compare commits

...

1 Commits
4.0.1 ... 4.1.0

Author SHA1 Message Date
Ceolter
c6d9f41393 changes to match v4.0.0 of ag-Grid 2016-04-25 20:30:04 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "4.0.0",
"version": "4.1.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -34,8 +34,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "4.0.x",
"ag-grid-enterprise": "4.0.x",
"ag-grid-react": "4.0.x"
"ag-grid": "4.1.x",
"ag-grid-enterprise": "4.1.x",
"ag-grid-react": "4.1.x"
}
}