From 77e64fd0e466602930c3a7d8b040444a459ca9ab Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 26 Jul 2022 08:04:39 +0000 Subject: [PATCH 1/2] Support ipywidgets 8 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 615c2092..ba7dfef1 100644 --- a/js/package.json +++ b/js/package.json @@ -77,7 +77,7 @@ "webpack-cli": "^3.2.3" }, "dependencies": { - "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4", + "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4 || ^6", "@jupyter-widgets/controls": "^1 || ^2", "css-loader": "^0.28.4", "d3": "^5.7.0", From 42dd70d82978314bb663a00b54d7e2c1ce26f60c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 19 Aug 2022 10:14:46 +0200 Subject: [PATCH 2/2] Update package.json --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index ba7dfef1..5304495c 100644 --- a/js/package.json +++ b/js/package.json @@ -77,7 +77,7 @@ "webpack-cli": "^3.2.3" }, "dependencies": { - "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4 || ^6", + "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4 || ^5 || ^6", "@jupyter-widgets/controls": "^1 || ^2", "css-loader": "^0.28.4", "d3": "^5.7.0",