Skip to content

Commit

Permalink
chore: allow newer versions of React to be used (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS committed May 24, 2024
1 parent e782057 commit 7d7fb49
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 @@ -106,8 +106,8 @@
},
"peerDependencies": {
"@gravity-ui/uikit": "^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"nano-staged": {
"*.{scss}": [
Expand Down

0 comments on commit 7d7fb49

Please sign in to comment.