Skip to content

Commit

Permalink
Restore react-native peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 10, 2023
1 parent 3da2266 commit 0c31f2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@
"peerDependencies": {
"@types/react": "^18.2.25",
"react": "^18.0",
"react-native": "^0.69.0",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react-native": {
"optional": true
},
"redux": {
"optional": true
}
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9415,10 +9415,13 @@ __metadata:
peerDependencies:
"@types/react": ^18.2.25
react: ^18.0
react-native: ^0.69.0
redux: ^5.0.0
peerDependenciesMeta:
"@types/react":
optional: true
react-native:
optional: true
redux:
optional: true
languageName: unknown
Expand Down

0 comments on commit 0c31f2d

Please sign in to comment.