mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
@uppy/react: allow React 19 as peer dependency (#5556)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
parent
8812180200
commit
d6156bb92f
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue