From 6d3b5d8bd70b4d6d366ead394dabc4b2a07d0a44 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Wed, 20 Mar 2019 13:55:44 +0000 Subject: [PATCH] Release 20.2.0 dist files added and license key updated --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7ebc1e4..f96408f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "19.1.2", + "version": "20.2.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -18,7 +18,7 @@ "build-all": "npm run build-examples && npm run build-dashboard", "build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy", "start": "npm run examples", - "test" : "./ts-tests/runTsTests.sh" + "test": "./ts-tests/runTsTests.sh" }, "repository": { "type": "git", @@ -61,9 +61,9 @@ "webpack-dev-server": "3.2.1" }, "dependencies": { - "ag-grid-community": "^20.0.0", - "ag-grid-enterprise": "^20.0.0", - "ag-grid-react": "^20.0.0", + "ag-grid-community": "^20.2.0", + "ag-grid-enterprise": "^20.2.0", + "ag-grid-react": "^20.2.0", "bootstrap": "4.3.1", "d3": "4.9.1", "lodash": "4.17.11", @@ -73,4 +73,4 @@ "react-router-dom": "5.0.0", "redux": "4.0.1" } -} +} \ No newline at end of file