Skip to content

Commit

Permalink
Merge pull request #1893 from kyletsang/fix-peerdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 13, 2022
2 parents f3441c6 + 3ba3d7a commit bf7f9b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"coverage": "codecov"
},
"peerDependencies": {
"react": "^18.0.0"
"@types/react": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native": "^0.64.1"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8931,7 +8931,10 @@ __metadata:
typescript: ^4.3.4
use-sync-external-store: ^1.0.0
peerDependencies:
"@types/react": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
react-native: ^0.64.1
peerDependenciesMeta:
"@types/react":
optional: true
Expand Down

0 comments on commit bf7f9b6

Please sign in to comment.