You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/09/26 21:25:14 UTC

[couchdb-fauxton] 01/01: Update React to 15.6.2 (MIT-licensed)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch upgrade-react
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit 017afd7a9874f30663881f478f64b57dfd6c72b7
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 26 16:04:56 2017 -0400

    Update React to 15.6.2 (MIT-licensed)
    
    A PR against apache/couchdb will need to be filed once this lands,
    changing the licensing info for react from BSD+Patents to MIT.
    
    Closes #968
    Closes #970
    Closes #964
    Closes #969
    Closes #965
    Closes #966
    Closes #967
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 45ed22b..a11e393 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
     "optimist": "^0.6.1",
     "pouchdb-adapter-http": "^6.1.2",
     "pouchdb-core": "^6.1.2",
-    "react": "~15.4.1",
+    "react": "~15.6.2",
     "react-bootstrap": "^0.30.7",
     "react-dom": "~15.4.1",
     "react-motion": "^0.5.0",

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.