Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 74049200BDC for ; Wed, 14 Dec 2016 16:16:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 72821160B19; Wed, 14 Dec 2016 15:16:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E2B8B160B13 for ; Wed, 14 Dec 2016 16:16:54 +0100 (CET) Received: (qmail 64859 invoked by uid 500); 14 Dec 2016 15:16:54 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 64850 invoked by uid 99); 14 Dec 2016 15:16:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 15:16:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 075A8E35C8; Wed, 14 Dec 2016 15:16:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Wed, 14 Dec 2016 15:16:53 -0000 Message-Id: <97eeb9e09ed044fba2b3119cefa84ee8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] fauxton commit: updated refs/heads/master to 1e5e856 archived-at: Wed, 14 Dec 2016 15:16:55 -0000 Repository: couchdb-fauxton Updated Branches: refs/heads/master 25630f4e4 -> 1e5e8567f update redux PR: #822 PR-URL: https://github.com/apache/couchdb-fauxton/pull/822 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1e5e8567 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/1e5e8567 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/1e5e8567 Branch: refs/heads/master Commit: 1e5e8567f649cccefc98b040229f1ae8fb9674f9 Parents: a8292a4 Author: Robert Kowalski Authored: Wed Dec 14 15:15:28 2016 +0100 Committer: Robert Kowalski Committed: Wed Dec 14 15:43:18 2016 +0100 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1e5e8567/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bcd4fcb..8656fc7 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-addons-css-transition-group": "~15.4.1", "react-bootstrap": "^0.30.7", "react-dom": "~15.4.1", - "react-redux": "^4.4.5", + "react-redux": "^5.0.0", "react-select": "1.0.0-rc.2", "redux": "^3.6.0", "redux-thunk": "^2.1.0",