Compare commits

..

4 Commits
6.2.0 ... 7.1.1

Author SHA1 Message Date
Sean Landsman
e0dfa732c7 7.1.1 2016-12-22 15:16:58 +00:00
Sean Landsman
d26876876f 7.0.0 2016-11-30 16:41:47 +00:00
Sean Landsman
3148c047b6 6.4.0 2016-11-11 13:42:22 +00:00
seanlandsman
33b006b783 6.3.0 2016-11-04 15:45:15 +00:00

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "6.2.0",
"version": "7.1.1",
"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": "7.1.x",
"ag-grid-enterprise": "7.1.x",
"ag-grid-react": "7.1.x"
}
}