Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "shinylive",
"version": "0.9.3",
"version": "0.10.0",
"description": "Run Shiny applications with R or Python running in the browser.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/py-shiny
Submodule py-shiny updated 237 files
40 changes: 33 additions & 7 deletions shinylive_lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
},
"shiny": {
"name": "shiny",
"version": "1.2.0",
"filename": "shiny-1.2.0-py3-none-any.whl",
"version": "1.3.0",
"filename": "shiny-1.3.0-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
{"name": "typing-extensions", "specs": [[">=", "4.10.0"]]},
{"name": "starlette", "specs": []},
{"name": "python-multipart", "specs": []},
{"name": "htmltools", "specs": [[">=", "0.6.0"]]},
{"name": "markdown-it-py", "specs": [[">=", "1.1.0"]]},
{"name": "mdit-py-plugins", "specs": [[">=", "0.3.0"]]},
Expand All @@ -39,15 +38,16 @@
},
"shinywidgets": {
"name": "shinywidgets",
"version": "0.4.2",
"filename": "shinywidgets-0.4.2-py3-none-any.whl",
"version": "0.5.1",
"filename": "shinywidgets-0.5.1-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
{"name": "ipywidgets", "specs": [[">=", "7.6.5"]]},
{"name": "jupyter-core", "specs": []},
{"name": "jupyter_core", "specs": []},
{"name": "shiny", "specs": [[">=", "0.6.1.9005"]]},
{"name": "python-dateutil", "specs": [[">=", "2.8.2"]]}
{"name": "python-dateutil", "specs": [[">=", "2.8.2"]]},
{"name": "anywidget", "specs": []}
],
"imports": [
"shinywidgets"
Expand Down Expand Up @@ -536,5 +536,31 @@
"imports": [
"jupyter_core"
]
},
"anywidget": {
"name": "anywidget",
"version": "0.9.15",
"filename": "anywidget-0.9.15-py3-none-any.whl",
"sha256": "fd7876332e47f380e0428f552f26b7227f5694d4e0a257bbc23354d9b9e9a73c",
"url": "https://files.pythonhosted.org/packages/3a/cf/4f2797204895846d2a33a5f8e0cffcc3e23493c6daa10d500f9929da6644/anywidget-0.9.15-py3-none-any.whl",
"depends": [
{"name": "ipywidgets", "specs": [[">=", "7.6.0"]]},
{"name": "psygnal", "specs": [[">=", "0.8.1"]]},
{"name": "typing-extensions", "specs": [[">=", "4.2.0"]]}
],
"imports": [
"anywidget"
]
},
"psygnal": {
"name": "psygnal",
"version": "0.12.0",
"filename": "psygnal-0.12.0-py3-none-any.whl",
"sha256": "15f39abd8bee2926e79da76bec31a258d03dbe3e61d22d6251f65caefbae5d54",
"url": "https://files.pythonhosted.org/packages/eb/fa/84fc30ad391081cb119099aae5491ba4a9ebd34ce5139bf05b31813abb84/psygnal-0.12.0-py3-none-any.whl",
"depends": [],
"imports": [
"psygnal"
]
}
}