Skip to content

Commit

Permalink
Merge pull request #36 from jonasws/patch-1
Browse files Browse the repository at this point in the history
Allow React 18 as peer dependency
  • Loading branch information
MildTomato authored Sep 29, 2022
2 parents a19c4fb + 7d6283f commit 4066dee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-eyes-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@supabase/auth-ui-react': patch
---

Added react 18 as a peer dependency
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.1",
"react-dom": "^16.13.1 || ^17.0.1"
"react": "^16.13.1 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.1 || ^18.0.0"
},
"resolutions": {
"react": "^17.0.1",
Expand Down

0 comments on commit 4066dee

Please sign in to comment.