Skip to content

Commit

Permalink
Bump React peer dependency min version to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 13, 2024
1 parent 29d6053 commit 8adcaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"peerDependencies": {
"js-yaml": ">= 4.1.0",
"react": ">= 16",
"react-dom": ">= 16"
"react": ">= 17",
"react-dom": ">= 17"
},
"files": [
"node_package/lib",
Expand Down

0 comments on commit 8adcaf8

Please sign in to comment.