Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #68 from devrnt/main
Browse files Browse the repository at this point in the history
chore: add react 18 to peer dependencies
  • Loading branch information
RyanClementsHax committed Apr 8, 2022
2 parents 21c0016 + 2a88a62 commit a7efc09
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 @@ -82,7 +82,7 @@
"@storybook/addons": "^6.0.0",
"@storybook/addon-actions": "^6.0.0",
"next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"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"
}
}

0 comments on commit a7efc09

Please sign in to comment.