Skip to content

Commit

Permalink
chore(deps): changed react, react-dom peer dependencies (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Korobko <[email protected]>
  • Loading branch information
korobko-virtru and korobko-virtru authored Apr 15, 2021
1 parent 9008a0f commit e462ded
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 @@ -143,8 +143,8 @@
"react-tooltip": "^4.2.11"
},
"peerDependencies": {
"react": "^16.3",
"react-dom": "^16.3"
"react": ">=16.3",
"react-dom": ">=16.3"
},
"loki": {
"configurations": {
Expand Down

0 comments on commit e462ded

Please sign in to comment.