Skip to content

Commit

Permalink
fix: Add React 17 to peer dependencies (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Heard <danny.heard@airelogic.com>
  • Loading branch information
dannyheard7 and dheardal committed Aug 2, 2022
1 parent 136f30f commit 54fd6e0
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 @@ -70,7 +70,7 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^18.1.0",
"react-dom": "^16.8.0 || ^18.1.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit 54fd6e0

Please sign in to comment.