Skip to content

Commit 6c8f9c2

Browse files
committed
upgrade IDOM to 0.32.0
1 parent 08c4466 commit 6c8f9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4",
41-
"idom-client-react": "^0.8.5",
41+
"idom-client-react": "^0.9.0",
4242
"lodash": "^4.17.4",
4343
"react": "^17.0.1",
4444
"react-dom": "^17.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
description="A client for IDOM implemented using Jupyter widgets",
6868
long_description=LONG_DESCRIPTION,
6969
include_package_data=True,
70-
install_requires=["ipywidgets>=7.6.0", "idom>=0.31.0,<0.32", "appdirs"],
70+
install_requires=["ipywidgets>=7.6.0", "idom>=0.32.0,<0.33", "appdirs"],
7171
packages=find_packages(),
7272
zip_safe=False,
7373
cmdclass=cmdclass,

0 commit comments

Comments
 (0)