You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2016/04/14 18:06:07 UTC

[3/4] fauxton commit: updated refs/heads/master to b19065e

update to react 15

PR: #700
PR-URL: https://github.com/apache/couchdb-fauxton/pull/700
Reviewed-By: garren smith <ga...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/05c61394
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/05c61394
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/05c61394

Branch: refs/heads/master
Commit: 05c613949058e77da5a08f3f19f80cfa3c2a540b
Parents: a11d1a6
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Apr 12 15:09:32 2016 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Thu Apr 14 18:05:51 2016 +0200

----------------------------------------------------------------------
 package.json | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/05c61394/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d9c60d1..714d347 100644
--- a/package.json
+++ b/package.json
@@ -71,11 +71,12 @@
     "nano": "~5.12.0",
     "optimist": "^0.6.1",
     "papaparse": "^4.1.2",
-    "react": "^0.14.7",
-    "react-addons-css-transition-group": "^0.14.7",
+    "react": "^15.0.1",
+    "react-addons-css-transition-group": "^15.0.1",
+    "react-addons-test-utils": "^15.0.1",
     "react-autocomplete": "^0.1.4",
-    "react-bootstrap": "^0.28.2",
-    "react-dom": "^0.14.7",
+    "react-bootstrap": "^0.28.5",
+    "react-dom": "^15.0.1",
     "request": "^2.54.0",
     "semver": "^5.1.0",
     "send": "^0.13.1",