Skip to content

Commit

Permalink
Update for Lab 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ildipo committed Dec 16, 2021
1 parent a884759 commit 014aa6d
Show file tree
Hide file tree
Showing 3 changed files with 3,435 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion beakerx_widgets/beakerx/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 3, 9)
version_info = (2, 3, 11)
__version__ = '.'.join(map(str, version_info))
26 changes: 13 additions & 13 deletions beakerx_widgets/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakerx/beakerx-widgets",
"version": "2.3.9",
"version": "2.3.11",
"description": "BeakerX: Beaker EasyForms, Magics, Plots and Spark Extension for Jupyter Lab 2.x",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -35,15 +35,15 @@
"prettier:fix": "prettier --check src/**/*.{ts,js} --write"
},
"devDependencies": {
"@jupyterlab/application": "^2.2.4 || ^3.0.3",
"@jupyterlab/apputils": "^2.2.4 || ^3.0.2",
"@jupyterlab/builder": "^3.0.1",
"@jupyterlab/cells": "^2.2.4 || ^3.0.3",
"@jupyterlab/codemirror": "^2.2.2 || ^3.0.2",
"@jupyterlab/coreutils": "^4.2.3 || ^5.0.1",
"@jupyterlab/docregistry": "^2.2.2 || ^3.0.3",
"@jupyterlab/notebook": "^2.2.4 || ^3.0.3",
"@jupyterlab/settingregistry": "^2.2.3 || ^3.0.1",
"@jupyterlab/application": "^3.2.5",
"@jupyterlab/apputils": "^3.2.5",
"@jupyterlab/builder": "^3.2.5",
"@jupyterlab/cells": "^3.2.5",
"@jupyterlab/codemirror": "^3.2.5",
"@jupyterlab/coreutils": "^5.2.5",
"@jupyterlab/docregistry": "^3.2.5",
"@jupyterlab/notebook": "^3.2.5",
"@jupyterlab/settingregistry": "^3.2.5",
"@types/big.js": "^4.0.5",
"@types/chai": "^4.2.11",
"@types/codemirror": "^0.0.76",
Expand All @@ -69,12 +69,12 @@
"style-loader": "^1.2.1",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.2 || ^3.0.0 || ^4.0.0",
"@jupyter-widgets/controls": "^2.0.0 || ^3.0.0",
"@jupyter-widgets/base": "^4.0.0",
"@jupyter-widgets/controls": "^3.0.0",
"@lumino/commands": "^1.12.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/disposable": "^1.4.3",
Expand Down
Loading

0 comments on commit 014aa6d

Please sign in to comment.