A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #79 from hbcarlos/widgets

Pin jupyterlab_widgets

authored by

Carlos Herrero and committed by
GitHub
4cf51ef6 0ed70a45

+3 -3
+1 -1
packages/blockly-extension/package.json
··· 44 44 }, 45 45 "dependencies": { 46 46 "@jupyter-widgets/base": "^4 || ^5", 47 - "@jupyter-widgets/jupyterlab-manager": "^3", 47 + "@jupyter-widgets/jupyterlab-manager": "^3.0.0", 48 48 "@jupyterlab/application": "^3.6", 49 49 "@jupyterlab/apputils": "^3.6", 50 50 "@jupyterlab/cells": "^3.6",
+1 -1
pyproject.toml
··· 24 24 ] 25 25 dependencies = [ 26 26 "jupyterlab~=3.6", 27 - "jupyterlab_widgets" 27 + "jupyterlab_widgets~=1.1" 28 28 ] 29 29 dynamic = ["version", "description", "authors", "urls", "keywords"] 30 30
+1 -1
yarn.lock
··· 231 231 jquery-ui "^1.12.1" 232 232 underscore "^1.8.3" 233 233 234 - "@jupyter-widgets/jupyterlab-manager@^3": 234 + "@jupyter-widgets/jupyterlab-manager@^3.0.0": 235 235 version "3.1.4" 236 236 resolved "https://registry.yarnpkg.com/@jupyter-widgets/jupyterlab-manager/-/jupyterlab-manager-3.1.4.tgz#ef4422e6ca13d38fa8696393f3302e8beffa58d5" 237 237 integrity sha512-MfGSNskDmq7E5jtWrE+qyPnkFJkMDuAxKsIwaB+hGqWn7tERIFjaM5hfOBWhUy/AU7kQibFeviF9OKmi/0A/Tg==