Skip to content

Commit

Permalink
Pin jupyterlab_widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jun 26, 2023
1 parent 0ed70a4 commit e352875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/blockly-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4 || ^5",
"@jupyter-widgets/jupyterlab-manager": "^3",
"@jupyter-widgets/jupyterlab-manager": "^3.0.0",
"@jupyterlab/application": "^3.6",
"@jupyterlab/apputils": "^3.6",
"@jupyterlab/cells": "^3.6",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"jupyterlab~=3.6",
"jupyterlab_widgets"
"jupyterlab_widgets~=1.1"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
jquery-ui "^1.12.1"
underscore "^1.8.3"

"@jupyter-widgets/jupyterlab-manager@^3":
"@jupyter-widgets/jupyterlab-manager@^3.0.0":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyter-widgets/jupyterlab-manager/-/jupyterlab-manager-3.1.4.tgz#ef4422e6ca13d38fa8696393f3302e8beffa58d5"
integrity sha512-MfGSNskDmq7E5jtWrE+qyPnkFJkMDuAxKsIwaB+hGqWn7tERIFjaM5hfOBWhUy/AU7kQibFeviF9OKmi/0A/Tg==
Expand Down

0 comments on commit e352875

Please sign in to comment.