Skip to content

Commit 51002f4

Browse files
authored
feat: update package.json (#49)
Add support for installing on apps with React 17 to close #48
1 parent 6a0afa6 commit 51002f4

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
@@ -25,8 +25,8 @@
2525
"escape-carriage": "^1.3.0"
2626
},
2727
"peerDependencies": {
28-
"react": "^16.3.2",
29-
"react-dom": "^16.3.2"
28+
"react": "^16.3.2 || ^17.0.0",
29+
"react-dom": "^16.3.2 || ^17.0.0"
3030
},
3131
"devDependencies": {
3232
"@semantic-release/npm": "^7.0.8",

0 commit comments

Comments
 (0)