Skip to content

Commit

Permalink
Merge pull request #57 from jtpio/lab3-final
Browse files Browse the repository at this point in the history
Update to JupyterLab 3.0 final
  • Loading branch information
jtpio authored Feb 4, 2021
2 parents a2ab180 + 4549077 commit 25a7afd
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 344 deletions.
12 changes: 6 additions & 6 deletions packages/jupyterlab-topbar-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.10",
"@jupyterlab/apputils": "^3.0.0-rc.10",
"@jupyterlab/coreutils": "^5.0.0-rc.10",
"@jupyterlab/mainmenu": "^3.0.0-rc.10",
"@jupyterlab/settingregistry": "^3.0.0-rc.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"jupyterlab-topbar": "^0.6.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.10",
"@jupyterlab/builder": "^3.0.0",
"typescript": "~4.0.3"
},
"jupyterlab": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jupyterlab-topbar-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.10",
"@jupyterlab/apputils": "^3.0.0-rc.10",
"@jupyterlab/coreutils": "^5.0.0-rc.10",
"@jupyterlab/settingregistry": "^3.0.0-rc.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"jupyterlab-topbar": "^0.6.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/jupyterlab-topbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.10",
"@jupyterlab/apputils": "^3.0.0-rc.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/domutils": "^1.2.3",
"@lumino/dragdrop": "^1.6.4",
"@lumino/messaging": "^1.4.3",
"@lumino/widgets": "^1.14.0"
"@lumino/widgets": "^1.18.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc10,==3.*", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
cmdclass= cmdclass,
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab>=3.0.0rc10,==3.*",
"jupyterlab~=3.0",
],
zip_safe=False,
include_package_data=True,
Expand Down
Loading

0 comments on commit 25a7afd

Please sign in to comment.