Skip to content

Commit

Permalink
fix: bump React peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed May 20, 2022
2 parents 1ddff37 + 89f01e5 commit 532e865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -63,8 +63,8 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
Expand Down

0 comments on commit 532e865

Please sign in to comment.