Skip to content

Commit 54b31de

Browse files
committed
chore: allow React version >=16
1 parent d081513 commit 54b31de

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
@@ -39,7 +39,7 @@
3939
"lint": "eslint . --ext .js,.ts,.tsx"
4040
},
4141
"peerDependencies": {
42-
"react": "^16.0.0"
42+
"react": ">=16.0.0"
4343
},
4444
"devDependencies": {
4545
"@emotion/core": "^10.0.28",

0 commit comments

Comments
 (0)