This is an automated email from the ASF dual-hosted git repository.
garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
The following commit(s) were added to refs/heads/master by this push:
new 7725b2a Update React to 15.6.2 (MIT-licensed) (#985)
7725b2a is described below
commit 7725b2a78d7e52e3c23690b16f2e33493ccb444e
Author: Joan Touzet <wohali@users.noreply.github.com>
AuthorDate: Mon Oct 2 02:18:27 2017 -0400
Update React to 15.6.2 (MIT-licensed) (#985)
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" <commits@couchdb.apache.org>'].
|