gradio/js/utils/package.json
pngwn 710cbb67fc
chore: update versions (#5419)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-07 13:26:14 -07:00

15 lines
265 B
JSON

{
"name": "@gradio/utils",
"version": "0.1.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/theme": "workspace:^"
},
"main_changeset": true
}