react的依赖>=改为^
This commit is contained in:
parent
6680879e8a
commit
e91d4b32e0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue