From de010cf174383f648e82f6c0fcd29d9a156a483f Mon Sep 17 00:00:00 2001 From: Thariq Shihipar Date: Sat, 16 Apr 2016 12:40:00 -0400 Subject: [PATCH 1/3] Updating package.json to react 15 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b9cbb59a..bb1025fa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "dependencies": {}, "peerDependencies": { - "react": "0.13.x || 0.14.x", + "react": "0.13.x || 0.14.x || 15.x.x", "firebase": "2.x.x" }, "devDependencies": { @@ -43,9 +43,9 @@ "gulp-mocha": "^2.1.2", "gulp-uglify": "^1.2.0", "jsdom": "3.x.x", - "react-addons-test-utils": "0.14.x", - "react": "0.14.x", - "react-dom": "0.14.x", + "react-addons-test-utils": "15.x.x", + "react": "15.x.x", + "react-dom": "15.x.x", "run-sequence": "^1.1.1", "sinon": "^1.15.4", "sinon-chai": "^2.8.0" From 593d268e15fa06ca70b61c716c3b2df57ad9c19f Mon Sep 17 00:00:00 2001 From: Thariq Shihipar Date: Sat, 16 Apr 2016 12:40:17 -0400 Subject: [PATCH 2/3] Updating readME --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4db41664..fd62b323 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ In order to use ReactFire in your project, you need to include the following fil ```html - - + + From 8fbaa9c3e8e1955638032e43f71cf8cf20077fd3 Mon Sep 17 00:00:00 2001 From: Thariq Shihipar Date: Tue, 19 Apr 2016 15:02:22 -0400 Subject: [PATCH 3/3] updating examples and bower --- bower.json | 2 +- examples/commentsBox/index.html | 4 ++-- examples/todoApp/index.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 9f34866b..401a0f68 100644 --- a/bower.json +++ b/bower.json @@ -32,7 +32,7 @@ "changelog.txt" ], "dependencies": { - "react": "0.13.x || 0.14.x", + "react": "0.13.x || 0.14.x || 15.x.x", "firebase": "2.x.x" } } diff --git a/examples/commentsBox/index.html b/examples/commentsBox/index.html index 5cf06c7f..870db735 100644 --- a/examples/commentsBox/index.html +++ b/examples/commentsBox/index.html @@ -5,8 +5,8 @@ Hello React - - + + diff --git a/examples/todoApp/index.html b/examples/todoApp/index.html index d0892f53..f2238771 100644 --- a/examples/todoApp/index.html +++ b/examples/todoApp/index.html @@ -4,9 +4,9 @@ ReactFire Todo App Demo - - - + + +