Skip to content

Commit e2e9c5d

Browse files
committed
bump min client version and idom-jupyter
1 parent 527be79 commit e2e9c5d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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, 7, 3, "final", 0)
2+
version_info = (0, 7, 4, "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.36.0",
41+
"idom-client-react": "^0.36.3",
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.36.0:
1258-
version "0.36.0"
1259-
resolved "https://registry.yarnpkg.com/idom-client-react/-/idom-client-react-0.36.0.tgz#51126b10cfc033705a4880fe02d37301d3177050"
1260-
integrity sha512-mK/bvsPOLOMxgiItZxSbREMSKne7s244UHuvr0lD1IJ1uSEg9jpgz2YzkX4oPgOVd3j6MydJ/6XmEObsoYq3pQ==
1257+
idom-client-react@^0.36.3:
1258+
version "0.36.3"
1259+
resolved "https://registry.yarnpkg.com/idom-client-react/-/idom-client-react-0.36.3.tgz#4eba80733196558f8b3f2f0dcea6ac73488ac546"
1260+
integrity sha512-nWMy1cSwPe6N9k1EHendLPtLXH3n7JCfwSfApQEtbq4ngseHLlIG2inSLP68MqDcd9HwV8y0837QF0C4dhqwvw==
12611261
dependencies:
12621262
fast-json-patch "^3.0.0-1"
12631263
htm "^3.0.3"

0 commit comments

Comments
 (0)