fix react family version

This commit is contained in:
afc163 2016-01-01 22:39:24 +08:00
parent 76aa90f67b
commit cf65eade1f
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
- 更新 dataSource 时,选中项现在会被清空。
- 修复一个全选框和禁用的选择项配合的问题。
- 组件和文档的样式小调整。
- 修复 `0.11.1`版本 对 React 版本要求太严的问题,对应的警告提示对于 `0.14.x` 将不再出现。
## 0.11.1 `2015-12-29`

View File

@ -99,10 +99,10 @@
"lodash": "^3.10.0",
"nico-jsx": "~0.7.0",
"pre-commit": "1.x",
"react": "~0.14.5",
"react-addons-test-utils": "~0.14.5",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-copy-to-clipboard": "^3.0.4",
"react-dom": "~0.14.5",
"react-dom": "0.14.x",
"react-router": "~1.0.3",
"react-stateless-wrapper": "~1.0.2",
"reqwest": "~2.0.5",