react的依赖>=改为^

This commit is contained in:
pqcqaq 2025-01-21 17:14:38 +08:00
parent 6680879e8a
commit e91d4b32e0
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
"antd": ">=5.13.0",
"antd-mobile": ">=5.33.0",
"antd-mobile-icons": ">=0.3.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": ">=0.72.0",
"react-router": ">=6.3.0",
"react-router-dom": ">=6.3.0"