@uppy/react: allow React 19 as peer dependency (#5556)

Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
Shubs 2024-12-18 03:55:25 -05:00 committed by GitHub
parent 8812180200
commit d6156bb92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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