mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @uppy/core@4.5.3 ### Patch Changes -eee05db: Fix retry after setting missed metaFields requiring you to click "retry" and then "upload" again. Now "retry" immediately restarts the upload. ## @uppy/golden-retriever@4.2.3 ### Patch Changes -a0a248a: Fix golden retriever crash when removing a file after restoring and clicking upload - Updated dependencies [eee05db] - @uppy/core@4.5.3 ## @uppy/provider-views@4.5.3 ### Patch Changes -2f62f40: VirtualList now virtualises rows in the file list, as was intented. This means better performance when scrolling thousands for files. - Updated dependencies [eee05db] - @uppy/core@4.5.3 ## @uppy/react-native@0.6.5 ### Patch Changes - Updated dependencies [eee05db] - @uppy/core@4.5.3 ## @uppy/thumbnail-generator@4.2.3 ### Patch Changes -79502f7: Make tiny/small thumbnails look better by not scaling them to cover the entire grid item - Updated dependencies [eee05db] - @uppy/core@4.5.3 ## uppy@4.18.3 ### Patch Changes - Updated dependencies [a0a248a] - Updated dependencies [2f62f40] - Updated dependencies [eee05db] - Updated dependencies [79502f7] - @uppy/golden-retriever@4.2.3 - @uppy/provider-views@4.5.3 - @uppy/core@4.5.3 - @uppy/thumbnail-generator@4.2.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "@uppy/react-native",
|
|
"description": "React Native Uppy UI components",
|
|
"version": "0.6.5",
|
|
"main": "file-picker/index.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"react",
|
|
"react-components",
|
|
"react-native"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"files": [
|
|
"file-picker",
|
|
"CHANGELOG.md"
|
|
],
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/instagram": "workspace:^",
|
|
"@uppy/url": "workspace:^",
|
|
"expo-document-picker": "^12.0.0",
|
|
"expo-image-picker": "^15.0.0",
|
|
"react-native-super-grid": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"expo": ">=52.0.0",
|
|
"react": "^18.0.0",
|
|
"react-native": "^0.76.0"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": ">=33.0.0",
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
"react-native": "*"
|
|
}
|
|
}
|