Skip to content

Commit

Permalink
feat: add React@18 as peer dependency (#158)
Browse files Browse the repository at this point in the history
* Add React@18 as peer dependency

Needed in order to switch to node@18 and npm@9

* Update package.json
  • Loading branch information
SwinX authored May 4, 2023
1 parent 87a57fa commit 2991c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"moment": "^2.19.3",
"@gravity-ui/uikit": "^4.0.0"
},
Expand Down

0 comments on commit 2991c11

Please sign in to comment.