Skip to content

Commit

Permalink
Merge pull request #2266 from doublethefish/fix/unmet_deps_in_yarn_wo…
Browse files Browse the repository at this point in the history
…rkspaces

fix(unmet-peer-deps): removes duplicate deps from peer
  • Loading branch information
Johan-dutoit authored Jun 5, 2023
2 parents a793083 + 82d83e3 commit cb997c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,8 @@
"uuid": "3.4.0"
},
"peerDependencies": {
"@expo/react-native-action-sheet": "*",
"dayjs": "*",
"react": "*",
"react-native": "*",
"react-native-communications": "*",
"react-native-lightbox": "*",
"react-native-parsed-text": "*",
"react-native-typing-animation": "*"
"react-native": "*"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit cb997c1

Please sign in to comment.