Skip to content

Commit

Permalink
chore(deps): allow react(-dom)@16 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr authored Jan 29, 2021
1 parent bd25e58 commit c527a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next-slicezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"sm-commons": "^0.0.21"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": ">16.0.0",
"react-dom": ">16.0.1"
}
}

0 comments on commit c527a24

Please sign in to comment.