Skip to content

Commit d811de5

Browse files
committed
upgrade to idom 0.33
1 parent 6c8f9c2 commit d811de5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

idom_jupyter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Module version
2-
version_info = (0, 6, 0, "final", 0)
2+
version_info = (0, 6, 1, "final", 0)
33

44
# Module version stage suffix map
55
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

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.9.0",
41+
"idom-client-react": "^0.33.0",
4242
"lodash": "^4.17.4",
4343
"react": "^17.0.1",
4444
"react-dom": "^17.0.1"

js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,10 +1254,10 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
12541254
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
12551255
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
12561256

1257-
idom-client-react@^0.8.5:
1258-
version "0.8.5"
1259-
resolved "https://registry.yarnpkg.com/idom-client-react/-/idom-client-react-0.8.5.tgz#2ac99277e38d3e0acba51f63b58bd36e3520ee4b"
1260-
integrity sha512-/S/J+BPGnQ4YrXWBD0mT0IqigDHrXglTX91qDyIjg6aoQwcprJ8ms9WFwdXcx0/QY85s08+/FP4FnF8lcqwx9w==
1257+
idom-client-react@^0.33.0:
1258+
version "0.33.2"
1259+
resolved "https://registry.yarnpkg.com/idom-client-react/-/idom-client-react-0.33.2.tgz#71ffb74e67532449e585540b695cb7b1d966ed09"
1260+
integrity sha512-B0dIWTYtmSwWUkA7g9/8Stz0Otar/pSaARdxxaPVL8QGvjxaCEnP0M1jklep2SXlbO1U/mXRYIYWgGE2sSlTLg==
12611261
dependencies:
12621262
fast-json-patch "^3.0.0-1"
12631263
htm "^3.0.3"

notebooks/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
}
9797
],
9898
"source": [
99-
"victory = idom.web.module_from_template(\"react\", \"victory\", fallback=\"...\")\n",
99+
"victory = idom.web.module_from_template(\"react\", \"victory-bar\", fallback=\"...\")\n",
100100
"VictoryBar = idom.web.export(victory, \"VictoryBar\")\n",
101101
"\n",
102102
"\n",

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.32.0,<0.33", "appdirs"],
70+
install_requires=["ipywidgets>=7.6.0", "idom>=0.33.0,<0.34", "appdirs"],
7171
packages=find_packages(),
7272
zip_safe=False,
7373
cmdclass=cmdclass,

0 commit comments

Comments
 (0)