mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +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/components@1.2.0 ### Minor Changes -850c1cb: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes -680052b: - Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`) - Updated dependencies [850c1cb] - @uppy/image-editor@4.2.0 ## @uppy/image-editor@4.2.0 ### Minor Changes -850c1cb: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ## @uppy/react@5.2.0 ### Minor Changes -850c1cb: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes - Updated dependencies [680052b] - Updated dependencies [850c1cb] - @uppy/components@1.2.0 ## @uppy/svelte@5.2.0 ### Minor Changes -850c1cb: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes - Updated dependencies [680052b] - Updated dependencies [850c1cb] - @uppy/components@1.2.0 ## @uppy/transloadit@5.5.0 ### Minor Changes -680052b: Migrate from 'transloadit' to '@transloadit/types' to get the types. No need to drag in the entire SDK. ### Patch Changes - Updated dependencies [680052b] - @uppy/tus@5.1.1 ## @uppy/vue@3.2.0 ### Minor Changes -850c1cb: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes -680052b: - Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`) - Updated dependencies [680052b] - Updated dependencies [850c1cb] - @uppy/components@1.2.0 ## @uppy/locales@5.1.1 ### Patch Changes -680052b: Update cs_CZ dropPaste keys to use the correct variables. ## @uppy/tus@5.1.1 ### Patch Changes -680052b: Fix Node.js support by conditionally setting a property which does not exist in Node.js instead of crashing. ## uppy@5.2.3 ### Patch Changes - Updated dependencies [680052b] - Updated dependencies [680052b] - Updated dependencies [680052b] - Updated dependencies [850c1cb] - @uppy/locales@5.1.1 - @uppy/tus@5.1.1 - @uppy/transloadit@5.5.0 - @uppy/image-editor@4.2.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
98 lines
2.9 KiB
JSON
98 lines
2.9 KiB
JSON
{
|
|
"name": "uppy",
|
|
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
|
|
"version": "5.2.3",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.js",
|
|
"type": "module",
|
|
"unpkg": "dist/uppy.min.js",
|
|
"style": "dist/uppy.min.css",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"dist",
|
|
"CHANGELOG.md"
|
|
],
|
|
"keywords": [
|
|
"file uploader",
|
|
"drag-drop",
|
|
"progress",
|
|
"preview",
|
|
"resumable uploads",
|
|
"xhr",
|
|
"tus",
|
|
"s3",
|
|
"google drive",
|
|
"dropbox",
|
|
"box",
|
|
"webcam"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/audio": "workspace:*",
|
|
"@uppy/aws-s3": "workspace:*",
|
|
"@uppy/box": "workspace:*",
|
|
"@uppy/companion-client": "workspace:*",
|
|
"@uppy/compressor": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/drag-drop": "workspace:*",
|
|
"@uppy/drop-target": "workspace:*",
|
|
"@uppy/dropbox": "workspace:*",
|
|
"@uppy/facebook": "workspace:*",
|
|
"@uppy/form": "workspace:*",
|
|
"@uppy/golden-retriever": "workspace:*",
|
|
"@uppy/google-drive": "workspace:*",
|
|
"@uppy/google-drive-picker": "workspace:*",
|
|
"@uppy/google-photos-picker": "workspace:*",
|
|
"@uppy/image-editor": "workspace:*",
|
|
"@uppy/image-generator": "workspace:*",
|
|
"@uppy/instagram": "workspace:*",
|
|
"@uppy/locales": "workspace:*",
|
|
"@uppy/onedrive": "workspace:*",
|
|
"@uppy/provider-views": "workspace:*",
|
|
"@uppy/remote-sources": "workspace:*",
|
|
"@uppy/screen-capture": "workspace:*",
|
|
"@uppy/status-bar": "workspace:*",
|
|
"@uppy/store-default": "workspace:*",
|
|
"@uppy/thumbnail-generator": "workspace:*",
|
|
"@uppy/transloadit": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/unsplash": "workspace:*",
|
|
"@uppy/url": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"@uppy/webdav": "workspace:*",
|
|
"@uppy/xhr-upload": "workspace:*",
|
|
"@uppy/zoom": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json && yarn build:bundle",
|
|
"build:bundle": "node build-bundle.mjs",
|
|
"build:css": "sass --load-path=../../packages src/style.scss dist/uppy.css && postcss dist/uppy.css -u cssnano -o dist/uppy.min.css",
|
|
"typecheck": "tsc --build"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "^3.338.0",
|
|
"adm-zip": "^0.5.5",
|
|
"chalk": "^5.0.0",
|
|
"concat-stream": "^2.0.0",
|
|
"cssnano": "^7.0.7",
|
|
"esbuild": "^0.25.0",
|
|
"mime-types": "^2.1.26",
|
|
"npm-packlist": "^5.0.0",
|
|
"pacote": "^13.0.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-cli": "^11.0.1",
|
|
"sass": "^1.89.2",
|
|
"tar": "^7.5.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|