Skip to content

Commit

Permalink
add react-dom as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Oct 11, 2022
1 parent 8c677c6 commit 8211349
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
},
"peerDependencies": {
"@yext/search-headless-react": "^2.0.0",
"react": "^16.14 || ^17 || ^18"
"react": "^16.14 || ^17 || ^18",
"react-dom": "^16.14 || ^17 || ^18"
},
"jest": {
"bail": 0,
Expand Down
3 changes: 2 additions & 1 deletion test-site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8211349

Please sign in to comment.