From 86c353eaa9cd9a86d9c20d67531bb6b0aed1590c Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Mon, 2 Dec 2019 14:30:27 +0000 Subject: [PATCH] Release 22.1.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe4ddbd..cbb4709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "22.0.0", + "version": "22.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -38,7 +38,7 @@ }, "homepage": "http://www.ag-grid.com/", "devDependencies": { - "@ag-grid-community/core": "~22.0.0", + "@ag-grid-community/core": "~22.1.0", "@babel/core": "7.4.4", "@babel/plugin-proposal-class-properties": "7.4.4", "@babel/plugin-proposal-function-bind": "7.2.0", @@ -62,8 +62,8 @@ "webpack-dev-server": "3.4.1" }, "dependencies": { - "@ag-grid-enterprise/all-modules": "~22.0.0", - "@ag-grid-community/react": "~22.0.0", + "@ag-grid-enterprise/all-modules": "~22.1.0", + "@ag-grid-community/react": "~22.1.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