Skip to content

Commit

Permalink
Drop now-unneeded RN peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 2, 2024
1 parent f404f82 commit 427791b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,12 @@
"peerDependencies": {
"@types/react": "^18.2.25",
"react": "^18.0",
"react-native": ">=0.69",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react-native": {
"optional": true
},
"redux": {
"optional": true
}
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7158,13 +7158,10 @@ __metadata:
peerDependencies:
"@types/react": ^18.2.25
react: ^18.0
react-native: ">=0.69"
redux: ^5.0.0
peerDependenciesMeta:
"@types/react":
optional: true
react-native:
optional: true
redux:
optional: true
languageName: unknown
Expand Down

0 comments on commit 427791b

Please sign in to comment.