Skip to content

Commit

Permalink
fix(shared): Correct peerDependencies (#4494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Nov 7, 2024
1 parent 75b2fa0 commit 886e294
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-balloons-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/shared': patch
---

Fixing the peerDependencies for react and react-dom
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"typescript": "*"
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-beta",
"react-dom": ">=18 || >=19.0.0-beta"
"react": "^18 || ^19.0.0-0",
"react-dom": "^18 || ^19.0.0-0"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit 886e294

Please sign in to comment.