Skip to content

Commit

Permalink
fix: minimum react version should be 16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Aug 31, 2023
1 parent a6b6acf commit 52b83f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"webpack": "^5.76.1"
},
"peerDependencies": {
"react": ">=16.8"
"react": ">=16.14.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12785,7 +12785,7 @@ __metadata:
warning: ^4.0.3
webpack: ^5.76.1
peerDependencies:
react: ">=16.8"
react: ">=16.14.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 52b83f1

Please sign in to comment.