Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea56c3d

Browse files
committedNov 22, 2019
fix: Fix React peer dependency
1 parent be0124d commit ea56c3d

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
@@ -43,7 +43,7 @@
4343
"conventionalCommits": true
4444
},
4545
"peerDependencies": {
46-
"react": "^16.12.0"
46+
"react": "^16.8.0"
4747
},
4848
"devDependencies": {
4949
"@4c/babel-preset": "^7.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.