Skip to content

Commit 812a861

Browse files
author
Danil Z
authoredApr 12, 2021
Merge pull request #211 from sahanatroam/patch-2
feature: bump peer dependency version to allow for React v17
2 parents 35fb04f + cf3ec7d commit 812a861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/rich-text-react-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@contentful/rich-text-types": "^14.1.2"
2828
},
2929
"peerDependencies": {
30-
"react": "^16.8.6",
31-
"react-dom": "^16.8.6"
30+
"react": "^16.8.6 || ^17.0.0",
31+
"react-dom": "^16.8.6 || ^17.0.0"
3232
},
3333
"devDependencies": {
3434
"@types/react": "^16.8.15",

0 commit comments

Comments
 (0)
Please sign in to comment.