From commits-return-1323-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Thu Aug 16 20:17:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 37D74180675 for ; Thu, 16 Aug 2018 20:17:28 +0200 (CEST) Received: (qmail 6159 invoked by uid 500); 16 Aug 2018 18:17:27 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 6150 invoked by uid 99); 16 Aug 2018 18:17:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2018 18:17:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C612288BF1; Thu, 16 Aug 2018 18:17:26 +0000 (UTC) Date: Thu, 16 Aug 2018 18:17:26 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Upgrading vx responsive to fix ResizeObserver issue (#5647) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153444344661.30988.5052517779796296705@gitbox.apache.org> From: ccwilliams@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 492ad6c49ac965c2956c46bae13aefbef6b870d8 X-Git-Newrev: 2e0418034f2176108a3f72de3f9cc32e6f809851 X-Git-Rev: 2e0418034f2176108a3f72de3f9cc32e6f809851 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ccwilliams pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 2e04180 Upgrading vx responsive to fix ResizeObserver issue (#5647) 2e04180 is described below commit 2e0418034f2176108a3f72de3f9cc32e6f809851 Author: michellethomas AuthorDate: Thu Aug 16 11:17:22 2018 -0700 Upgrading vx responsive to fix ResizeObserver issue (#5647) --- superset/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index d66316a..836515a 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -46,7 +46,7 @@ "@data-ui/event-flow": "^0.0.54", "@data-ui/sparkline": "^0.0.54", "@data-ui/xy-chart": "^0.0.61", - "@vx/responsive": "0.0.153", + "@vx/responsive": "0.0.172", "babel-register": "^6.24.1", "bootstrap": "^3.3.6", "bootstrap-slider": "^10.0.0",