fix():更新react版本

This commit is contained in:
lvwang2002 2024-03-24 19:08:52 +08:00
parent d8ac46af72
commit c75c1f4a78
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"@types/react": "^18.2.6",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
@ -74,7 +74,7 @@
"typescript": "^5.2.2"
},
"resolutions": {
"@types/react": "^18.2.44"
"@types/react": "^18.2.6"
},
"peerDependencies": {
"react": "*",