Skip to content

Commit

Permalink
Merge pull request #1491 from jean9696/feature/add-react-18-peer-deps
Browse files Browse the repository at this point in the history
chore: add react 18 peer deps
  • Loading branch information
securingsincity authored Apr 26, 2022
2 parents 41ed6b4 + bdd4110 commit 20d6bf8
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 @@ -92,8 +92,8 @@
}
},
"peerDependencies": {
"react": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0"
"react": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 20d6bf8

Please sign in to comment.