Skip to content

Commit b2cb470

Browse files
committed
Patch release of jupyter-js-widgets for IE compatibility
1 parent de1b953 commit b2cb470

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jupyter-js-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-js-widgets",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Jupyter interactive widgets",
55
"author": "Project Jupyter",
66
"license": "BSD-3-Clause",

jupyterlab_widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"dependencies": {
8-
"jupyter-js-widgets": "~2.1.2",
8+
"jupyter-js-widgets": "~2.1.3",
99
"jupyterlab": "^0.16.2",
1010
"phosphor": "^0.7.0"
1111
},

widgetsnbextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/ipython/ipywidgets#readme",
2424
"dependencies": {
2525
"backbone": "^1.2.3",
26-
"jupyter-js-widgets": "~2.1.2",
26+
"jupyter-js-widgets": "~2.1.3",
2727
"underscore": "^1.8.3"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)