Skip to content

Commit

Permalink
Merge pull request #2429 from jankanty/master
Browse files Browse the repository at this point in the history
Updated peerDependencies to react@^18
  • Loading branch information
danieldelcore authored Aug 30, 2022
2 parents 5795f1c + a0ddeaa commit d75f40f
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 @@ -145,8 +145,8 @@
"webpack": "4.42.1"
},
"peerDependencies": {
"react": "^16.8.5 || ^17.0.0",
"react-dom": "^16.8.5 || ^17.0.0"
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
},
"license": "Apache-2.0",
"jest-junit": {
Expand Down

0 comments on commit d75f40f

Please sign in to comment.