Skip to content

Commit

Permalink
fix(react): Remove react-dom peer dependency for RN (#3250)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Ogórek <[email protected]>
  • Loading branch information
2 people authored and ahmedetefy committed Mar 10, 2021
1 parent 1c1092f commit 0a47c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "15.x || 16.x || 17.x",
"react-dom": "15.x || 16.x || 17.x"
"react": "15.x || 16.x || 17.x"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "6.1.0",
Expand Down

0 comments on commit 0a47c82

Please sign in to comment.