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 BEDBF200AF1 for ; Tue, 24 May 2016 13:20:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BDD5B160A2F; Tue, 24 May 2016 11:20:44 +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 07B43160A2D for ; Tue, 24 May 2016 13:20:43 +0200 (CEST) Received: (qmail 17171 invoked by uid 500); 24 May 2016 11:20:43 -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 17161 invoked by uid 99); 24 May 2016 11:20:43 -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; Tue, 24 May 2016 11:20:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 132BBDFC4F; Tue, 24 May 2016 11:20:43 +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: <0c826bdc17bd41d080c15312c4823132@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/master to 9ac2d75 Date: Tue, 24 May 2016 11:20:43 +0000 (UTC) archived-at: Tue, 24 May 2016 11:20:44 -0000 Repository: couchdb-fauxton Updated Branches: refs/heads/master 30fdd4958 -> 9ac2d75cd Lock down React to ~15.0 Its causing tests to fail if we upgrade at this point. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/9ac2d75c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/9ac2d75c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/9ac2d75c Branch: refs/heads/master Commit: 9ac2d75cd0b86ad639a13f9ff53e9fbccaf59f11 Parents: 30fdd49 Author: Garren Smith Authored: Tue May 24 11:36:59 2016 +0200 Committer: Garren Smith Committed: Tue May 24 11:36:59 2016 +0200 ---------------------------------------------------------------------- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/9ac2d75c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 9265a0d..5e25f99 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git", "nightwatch": "~0.8.18", "phantomjs-prebuilt": "^2.1.7", - "react-addons-test-utils": "^0.14.7", + "react-addons-test-utils": "~15.0.1", "sinon": "git+https://github.com/sinonjs/sinon.git" }, "dependencies": { @@ -72,12 +72,11 @@ "nano": "~5.12.0", "optimist": "^0.6.1", "papaparse": "^4.1.2", - "react": "^15.0.1", - "react-addons-css-transition-group": "^15.0.1", - "react-addons-test-utils": "^15.0.1", + "react": "~15.0.1", + "react-addons-css-transition-group": "~15.0.1", "pouchdb": "^5.3.1", "react-bootstrap": "^0.28.5", - "react-dom": "^15.0.1", + "react-dom": "~15.0.1", "react-select": "^1.0.0-beta12", "request": "^2.54.0", "semver": "^5.1.0",