Skip to content

Commit

Permalink
Merge pull request #126 from disqus/react-18-support
Browse files Browse the repository at this point in the history
Update peerDependencies to support React v18
  • Loading branch information
tterb committed Apr 27, 2022
2 parents 8a64c98 + 264db1a commit 3b50263
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 @@ -27,8 +27,8 @@
"author": "Ryan Valentin",
"license": "MIT",
"peerDependencies": {
"react": "^15.6.1 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0"
"react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 3b50263

Please sign in to comment.