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 20:07:24 UTC

[couchdb-fauxton] branch upgrade-react created (now 0493f6f)

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

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


      at 0493f6f  Update React to 16.0.0 (MIT-licensed)

This branch includes the following new commits:

     new 0493f6f  Update React to 16.0.0 (MIT-licensed)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by wo...@apache.org.
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 0493f6f12ef5656f20b2da109410508c487b9be9
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 26 16:04:56 2017 -0400

    Update React to 16.0.0 (MIT-licensed)
    
    If 16.0 has breaking stuff, we can use 15.6.2 if necessary, but the
    upgrade notes didn't look like it'd break any of our things. That
    said I'm not very familiar with the Fauxton code ;)
    
    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..dc037c9 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": "~16.0.0",
     "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>.