Skip to content

Commit 1a7b424

Browse files
committed
v0.10.0 release candidate
1 parent 11a0d1e commit 1a7b424

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "shinylive",
4-
"version": "0.9.3",
4+
"version": "0.10.0",
55
"description": "Run Shiny applications with R or Python running in the browser.",
66
"main": "index.js",
77
"repository": {

packages/py-shiny

Submodule py-shiny updated 237 files

shinylive_lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": null,
4646
"depends": [
4747
{"name": "ipywidgets", "specs": [[">=", "7.6.5"]]},
48-
{"name": "jupyter-core", "specs": []},
48+
{"name": "jupyter_core", "specs": []},
4949
{"name": "shiny", "specs": [[">=", "0.6.1.9005"]]},
5050
{"name": "python-dateutil", "specs": [[">=", "2.8.2"]]}
5151
],

0 commit comments

Comments
 (0)