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 98646200BC8 for ; Wed, 23 Nov 2016 09:52:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 955B3160B1E; Wed, 23 Nov 2016 08:52:30 +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 DEFDF160AFA for ; Wed, 23 Nov 2016 09:52:29 +0100 (CET) Received: (qmail 83260 invoked by uid 500); 23 Nov 2016 08:52:29 -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 83251 invoked by uid 99); 23 Nov 2016 08:52:29 -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, 23 Nov 2016 08:52:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EFAF4DFCC6; Wed, 23 Nov 2016 08:52:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Message-Id: <6e3587e9532e495f99e1e00a384f28e3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/master to dd5eb49 Date: Wed, 23 Nov 2016 08:52:28 +0000 (UTC) archived-at: Wed, 23 Nov 2016 08:52:30 -0000 Repository: couchdb-fauxton Updated Branches: refs/heads/master 4665e30fe -> dd5eb4978 update react and react-bootstrap Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/dd5eb497 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/dd5eb497 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/dd5eb497 Branch: refs/heads/master Commit: dd5eb49780a032a897ca125d8a7227d6b1ea0b38 Parents: 4665e30 Author: Garren Smith Authored: Wed Nov 23 10:09:09 2016 +0200 Committer: Garren Smith Committed: Wed Nov 23 10:09:09 2016 +0200 ---------------------------------------------------------------------- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/dd5eb497/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 35ecc93..8f05189 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git", "nightwatch": "~0.9.0", "phantomjs-prebuilt": "^2.1.7", - "react-addons-test-utils": "~15.4.0", + "react-addons-test-utils": "~15.4.1", "sinon": "git+https://github.com/sinonjs/sinon.git", "url-polyfill": "github/url-polyfill" }, @@ -78,10 +78,10 @@ "nano": "~5.12.0", "optimist": "^0.6.1", "pouchdb": "^6.0.7", - "react": "~15.4.0", - "react-addons-css-transition-group": "~15.4.0", - "react-bootstrap": "^0.30.6", - "react-dom": "~15.4.0", + "react": "~15.4.1", + "react-addons-css-transition-group": "~15.4.1", + "react-bootstrap": "^0.30.7", + "react-dom": "~15.4.1", "react-select": "1.0.0-rc.2", "request": "^2.54.0", "semver": "^5.1.0",