Skip to content

Commit

Permalink
Update peer dependencies to allow React 17.x (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 13, 2021
1 parent 0408749 commit 3068837
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 @@ -55,14 +55,14 @@
"ink-testing-library": "^2.0.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"react": "^16.5.2",
"react": "^17.0.0",
"sinon": "^7.2.7",
"typescript": "^3.9.5",
"xo": "^0.32.0"
},
"peerDependencies": {
"ink": "^3.0.0-3",
"react": "^16.5.2"
"react": "^16.5.2 || ^17.0.0"
},
"ava": {
"babel": {
Expand Down

0 comments on commit 3068837

Please sign in to comment.