This commit is contained in:
Alberto
2017-01-18 16:33:09 +00:00
parent 72dae24ebe
commit efd859ba83

View File

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