Skip to content

Commit

Permalink
Fix type in peer deps "raect-dom" -> "react-dom"
Browse files Browse the repository at this point in the history
Fix type in peer deps "raect-dom" -> "react-dom"
  • Loading branch information
nksaraf authored Sep 20, 2021
1 parent f48038d commit 769eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"queue-microtask": "^1.2.3"
},
"peerDependencies": {
"raect-dom": "*",
"react-dom": "*",
"react": "*"
}
}

0 comments on commit 769eefb

Please sign in to comment.