-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency react-native to ^0.66 || ^0.67 || ^0.68 …
…|| ^0.69 || ^0.70 || ^0.71 || ^0.72 || ^0.73.0
- Loading branch information
1 parent
159837a
commit c6f2cd5
Showing
2 changed files
with
405 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"devDependencies": { | ||
"@react-native/polyfills": "^2.0.0", | ||
"@types/react": "^18.2.31", | ||
"@types/react-native": "^0.72.5", | ||
"@types/react-native": "^0.72.8", | ||
"@types/react-test-renderer": "^18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
|
@@ -75,7 +75,7 @@ | |
"prettier": "^3.0.3", | ||
"prettier-plugin-packagejson": "^2.4.6", | ||
"react": "^18.2.0", | ||
"react-native": "^0.72.6", | ||
"react-native": "^0.73.4", | ||
"react-test-renderer": "^18.2.0", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.5.0", | ||
|
@@ -85,7 +85,7 @@ | |
}, | ||
"peerDependencies": { | ||
"react": "^17 || ^18", | ||
"react-native": "^0.66 || ^0.67 || ^0.68 || ^0.69 || ^0.70 || ^0.71 || ^0.72" | ||
"react-native": "^0.66 || ^0.67 || ^0.68 || ^0.69 || ^0.70 || ^0.71 || ^0.72 || ^0.73.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"publishConfig": { | ||
|
Oops, something went wrong.