Skip to content

Commit

Permalink
Merge pull request #2107 from R3DST0RM/react-native-peer-dependency-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 11, 2023
2 parents 27d4f3f + ce76bf0 commit 4c7fbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"@types/react": "^18.2.25",
"react": "^18.0",
"react-native": "^0.69.0",
"react-native": ">=0.69",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -9415,7 +9415,7 @@ __metadata:
peerDependencies:
"@types/react": ^18.2.25
react: ^18.0
react-native: ^0.69.0
react-native: ">=0.69"
redux: ^5.0.0
peerDependenciesMeta:
"@types/react":
Expand Down

0 comments on commit 4c7fbd9

Please sign in to comment.