Skip to content

Commit 0c85ed4

Browse files
authored
fix: Add peer dependency support for react/react-dom 17 (#310)
Been testing it out for a bit and seems to work well so far.
1 parent dba44b0 commit 0c85ed4

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
@@ -109,8 +109,8 @@
109109
"watch": "^1.0.2"
110110
},
111111
"peerDependencies": {
112-
"react": "15.x || 16.x",
113-
"react-dom": "15.x || 16.x"
112+
"react": "15.x || 16.x || 17.x",
113+
"react-dom": "15.x || 16.x || 17.x"
114114
},
115115
"dependencies": {
116116
"@babel/runtime": "^7.5.5",

0 commit comments

Comments
 (0)