Skip to content

Commit d1da2fb

Browse files
Update peer dependencies to allow React 17.x (#37)
Co-authored-by: Vadim Demedes <[email protected]>
1 parent ae8ef4c commit d1da2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"peerDependencies": {
3535
"ink": "^3.0.5",
36-
"react": "^16.8.2"
36+
"react": "^16.5.2 || ^17.0.0"
3737
},
3838
"devDependencies": {
3939
"@ava/babel": "^1.0.1",
@@ -52,7 +52,7 @@
5252
"ink": "^3.0.5",
5353
"ink-testing-library": "^2.0.0",
5454
"prettier": "^2.0.5",
55-
"react": "^16.8.2",
55+
"react": "^17.0.0",
5656
"sinon": "^7.2.7",
5757
"typescript": "^3.9.7",
5858
"xo": "^0.32.0"

0 commit comments

Comments
 (0)