gradio/js/upload/package.json
pngwn 141afe1cf9
chore: update versions (#6188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 08:25:11 -07:00

21 lines
428 B
JSON

{
"name": "@gradio/upload",
"version": "0.3.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./src/index.ts"
}
}