Skip to content

Commit

Permalink
Merge pull request #105 from 3DJakob/react-18
Browse files Browse the repository at this point in the history
Indicate support for React 18
  • Loading branch information
3DJakob authored Aug 26, 2022
2 parents 0535941 + 98dc234 commit 4af6583
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 @@ -21,8 +21,8 @@
"ts-readme-generator": "^0.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-spring": "^8.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 4af6583

Please sign in to comment.