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
-
-
+
+
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
-
-
-
+
+
+
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"