Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dep updates 2022-02-16 #1930

Merged
merged 5 commits into from
Feb 16, 2022
Merged
Changes from 1 commit
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
Next Next commit
update dash-renderer deps
  • Loading branch information
alexcjohnson committed Feb 16, 2022
commit dff95f8047cc0041f94aba4a50f1fc284a8fa212
4 changes: 2 additions & 2 deletions dash/_dash_renderer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.11.0"
__version__ = "1.11.1"

_js_dist_dependencies = [
{
@@ -39,7 +39,7 @@
{
"relative_package_path": "dash-renderer/build/dash_renderer.min.js",
"dev_package_path": "dash-renderer/build/dash_renderer.dev.js",
"external_url": "https://unpkg.com/dash-renderer@1.11.0"
"external_url": "https://unpkg.com/dash-renderer@1.11.1"
"/build/dash_renderer.min.js",
"namespace": "dash",
},
Loading