mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix react family version
This commit is contained in:
parent
76aa90f67b
commit
cf65eade1f
@ -15,6 +15,7 @@
|
||||
- 更新 dataSource 时,选中项现在会被清空。
|
||||
- 修复一个全选框和禁用的选择项配合的问题。
|
||||
- 组件和文档的样式小调整。
|
||||
- 修复 `0.11.1`版本 对 React 版本要求太严的问题,对应的警告提示对于 `0.14.x` 将不再出现。
|
||||
|
||||
## 0.11.1 `2015-12-29`
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user