Skip to content

Commit 4829ef5

Browse files
committed
Support multiple versions
1 parent 1ee7c2b commit 4829ef5

File tree

4 files changed

+113
-149
lines changed

4 files changed

+113
-149
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `jlpm` command is JupyterLab's pinned version of
5353
`yarn` or `npm` in lieu of `jlpm` below.
5454

5555
```bash
56-
micromamba create -n blockly -c conda-forge python nodejs=18 yarn pre-commit jupyterlab==3.6 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
56+
micromamba create -n blockly -c conda-forge python nodejs=18 pre-commit jupyterlab==3.6 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
5757
micromamba activate blockly
5858
# Clone the repo to your local environment
5959
# Change directory to the jupyterlab_blockly directory

packages/blockly-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"watch:labextension": "jupyter labextension watch ."
4444
},
4545
"dependencies": {
46-
"@jupyter-widgets/base": "^6.0.4",
47-
"@jupyter-widgets/jupyterlab-manager": "^5.0.7",
46+
"@jupyter-widgets/base": "^4 || ^5",
47+
"@jupyter-widgets/jupyterlab-manager": "^3",
4848
"@jupyterlab/application": "^3.6",
4949
"@jupyterlab/apputils": "^3.6",
5050
"@jupyterlab/cells": "^3.6",
@@ -63,7 +63,7 @@
6363
"npm-run-all": "^4.1.5",
6464
"rimraf": "^4.4.0",
6565
"source-map-loader": "^4.0.1",
66-
"typescript": "~4.9.5"
66+
"typescript": "~3.9.0"
6767
},
6868
"sideEffects": [
6969
"style/*.css",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"jupyterlab~=3.6",
27-
"jupyterlab_widgets~=3.0"
27+
"jupyterlab_widgets"
2828
]
2929
dynamic = ["version", "description", "authors", "urls", "keywords"]
3030

0 commit comments

Comments
 (0)