Skip to content

Commit 799b83f

Browse files
Thariq ShihiparJacob Wenger
authored andcommitted
Upgraded dependencies to React 15.x.x (#89)
1 parent 11d2687 commit 799b83f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In order to use ReactFire in your project, you need to include the following fil
2121

2222
```html
2323
<!-- React -->
24-
<script src="https://fb.me/react-0.14.7.min.js"></script>
25-
<script src="https://fb.me/react-dom-0.14.7.min.js"></script>
24+
<script src="https://fb.me/react-15.0.1.min.js"></script>
25+
<script src="https://fb.me/react-dom-15.0.1.min.js"></script>
2626

2727
<!-- Firebase -->
2828
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"changelog.txt"
3333
],
3434
"dependencies": {
35-
"react": "0.13.x || 0.14.x",
35+
"react": "0.13.x || 0.14.x || 15.x.x",
3636
"firebase": "2.x.x"
3737
}
3838
}

examples/commentsBox/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>Hello React</title>
66

77
<!-- React -->
8-
<script src="https://fb.me/react-0.14.7.min.js"></script>
9-
<script src="https://fb.me/react-dom-0.14.7.min.js"></script>
8+
<script src="https://fb.me/react-15.0.1.min.js"></script>
9+
<script src="https://fb.me/react-dom-15.0.1.min.js"></script>
1010

1111
<!-- Firebase -->
1212
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>

examples/todoApp/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<title>ReactFire Todo App Demo</title>
55

66
<!-- React -->
7-
<script src="https://fb.me/react-0.14.7.min.js"></script>
8-
<script src="https://fb.me/react-dom-0.14.7.min.js"></script>
9-
7+
<script src="https://fb.me/react-15.0.1.min.js"></script>
8+
<script src="https://fb.me/react-dom-15.0.1.min.js"></script>
9+
1010
<!-- Firebase -->
1111
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>
1212

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"dependencies": {},
3030
"peerDependencies": {
31-
"react": "0.13.x || 0.14.x",
31+
"react": "0.13.x || 0.14.x || 15.x.x",
3232
"firebase": "2.x.x"
3333
},
3434
"devDependencies": {
@@ -43,9 +43,9 @@
4343
"gulp-mocha": "^2.1.2",
4444
"gulp-uglify": "^1.2.0",
4545
"jsdom": "3.x.x",
46-
"react-addons-test-utils": "0.14.x",
47-
"react": "0.14.x",
48-
"react-dom": "0.14.x",
46+
"react-addons-test-utils": "15.x.x",
47+
"react": "15.x.x",
48+
"react-dom": "15.x.x",
4949
"run-sequence": "^1.1.1",
5050
"sinon": "^1.15.4",
5151
"sinon-chai": "^2.8.0"

0 commit comments

Comments
 (0)