Skip to content

Commit d72a330

Browse files
authored
chore: update peerDependencies (#653)
1 parent d820d69 commit d72a330

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</a>
1717
</p>
1818

19-
TDesign 适配移动端的组件库,适合在 React 16.x 技术栈项目中使用。
19+
TDesign 适配移动端的组件库,适合在 React 18.x 技术栈项目中使用。
2020

2121
# 🎉 特性
2222

2323
- 适配移动端交互
24-
- 基于 React 16.x(全部基于 React Hooks 的 Functional Component)
24+
- 基于 React 18.x(全部基于 React Hooks 的 Functional Component)
2525
- 与其他框架/库(Vue / Angular)版本 UI 保持一致
2626
- 支持暗黑模式及其他主题定制
2727
- 支持按需加载

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"author": "tdesign",
6868
"license": "MIT",
6969
"peerDependencies": {
70-
"react": ">=16.13.1",
71-
"react-dom": ">=16.13.1"
70+
"react": ">=18.0.0",
71+
"react-dom": ">=18.0.0"
7272
},
7373
"bugs": {
7474
"url": "https://github.com/Tencent/tdesign-mobile-react/issues"

0 commit comments

Comments
 (0)