Compare commits

...

3 Commits
6.0.1 ... 6.3.0

Author SHA1 Message Date
seanlandsman
33b006b783 6.3.0 2016-11-04 15:45:15 +00:00
seanlandsman
3b5ee65790 Release of 6.2.0 2016-10-11 16:13:26 +01:00
Sean Landsman
4829b2f6cd Release of 6.1.0 2016-10-03 13:02:15 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "6.0.1",
"version": "6.3.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -27,6 +27,7 @@
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-core": "^6.0.0",
"css-loader": "0.23.1",
"style-loader": "0.13.0",
"webpack": "1.12.11",
@@ -35,8 +36,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "~6.0.1",
"ag-grid-enterprise": "~6.0.1",
"ag-grid-react": "~6.0.1"
"ag-grid": "6.3.x",
"ag-grid-enterprise": "6.3.x",
"ag-grid-react": "6.3.x"
}
}