Skip to content

Commit

Permalink
@uppy/react: allow React 19 as peer dependency (#5556)
Browse files Browse the repository at this point in the history
Co-authored-by: Merlijn Vos <[email protected]>
  • Loading branch information
djshubs and Murderlon authored Dec 18, 2024
1 parent 8812180 commit d6156bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@uppy/file-input": "workspace:^",
"@uppy/progress-bar": "workspace:^",
"@uppy/status-bar": "workspace:^",
"react": "^18.0.0"
"react": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@uppy/dashboard": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9095,7 +9095,7 @@ __metadata:
"@uppy/file-input": "workspace:^"
"@uppy/progress-bar": "workspace:^"
"@uppy/status-bar": "workspace:^"
react: ^18.0.0
react: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@uppy/dashboard":
optional: true
Expand Down

0 comments on commit d6156bb

Please sign in to comment.