Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fix: Invalid peer dependency for react-dom
Browse files Browse the repository at this point in the history
closes #327
  • Loading branch information
tommoor committed Nov 21, 2020
1 parent 41ff091 commit fde8d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -107,4 +107,4 @@
"url": "https://github.com/outline/rich-markdown-editor/issues"
},
"homepage": "https://github.com/outline/rich-markdown-editor#readme"
}
}

0 comments on commit fde8d77

Please sign in to comment.