Skip to content

Commit

Permalink
Merge pull request #51 from agneym/fix/react-peer-deps
Browse files Browse the repository at this point in the history
Update react and react-dom dependencies to >=16
  • Loading branch information
agneym authored Oct 23, 2022
2 parents 0f682c8 + 5639864 commit 531d26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"author": "Agney Menon <[email protected]> (@agneymenon)",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": ">=16",
"react-dom": ">=16"
},
"dependencies": {
"@agney/react-inspector": "^4.0.0",
Expand Down

0 comments on commit 531d26f

Please sign in to comment.