Skip to content

Commit 28d2d8f

Browse files
authored
Update React peerDependency to account for React 17 (#672)
1 parent 85bac10 commit 28d2d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"xo": "0.24.0"
9191
},
9292
"peerDependencies": {
93-
"react": "15.x.x || 16.x.x"
93+
"react": "15.x.x || 16.x.x || 17.x.x"
9494
},
9595
"keywords": [
9696
"babel-plugin-macros",

0 commit comments

Comments
 (0)