Skip to content

Commit

Permalink
Merge pull request jquense#2176 from philipp-michelfeit/patch-1
Browse files Browse the repository at this point in the history
Added support for React v18.x.x
  • Loading branch information
bartvanandel authored May 18, 2022
2 parents f6663ec + 67865e3 commit 8e4fafa
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 @@ -42,8 +42,8 @@
},
"peerDependencies": {
"moment": "^2.29.1",
"react": "^16.14.0 || ^17",
"react-dom": "^16.14.0 || ^17"
"react": "^16.14.0 || ^17 || ^18",
"react-dom": "^16.14.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit 8e4fafa

Please sign in to comment.