Skip to content

Commit

Permalink
chore: allow react 17 and upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Mar 30, 2023
1 parent 55a1dd3 commit b621aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b621aff

Please sign in to comment.