Skip to content

Commit

Permalink
fix strict peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 14, 2025
1 parent f9c0259 commit 80d12a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-jeans-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@uploadthing/react": patch
---

fix: revert strict peer dependency
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"file-selector": "0.6.0"
},
"peerDependencies": {
"next": "15.1.3",
"next": "*",
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
"uploadthing": "^7.2.0"
},
Expand Down

0 comments on commit 80d12a3

Please sign in to comment.