Skip to content

Commit cf50461

Browse files
committed
Update react to 0.10.0
1 parent f219fae commit cf50461

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.15.0
4+
5+
- Update react dep to 0.10.0. Fix few warnings in test suite.
6+
37
## 0.14.0
48

59
- Expose environment and environment implementations.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"envify": "^1.2.1"
99
},
1010
"peerDependencies": {
11-
"react": "~0.9.0",
12-
"react-async": "~0.6.0"
11+
"react": "~0.10.0",
12+
"react-async": "~0.7.0"
1313
},
1414
"devDependencies": {
15-
"react": "~0.9.0",
16-
"react-async": "~0.6.0",
15+
"react": "~0.10.0",
16+
"react-async": "~0.7.0",
1717
"semver": "~2.2.1",
1818
"mocha": "~1.17.1",
1919
"jshint": "~2.4.3",

0 commit comments

Comments
 (0)