Skip to content

Commit cf5a866

Browse files
committed
Update to JupyterLab 3.0 final packages
1 parent ef90963 commit cf5a866

File tree

2 files changed

+306
-347
lines changed

2 files changed

+306
-347
lines changed

packages/labextension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"watch:labextension": "jupyter labextension watch ."
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.0.0-rc.10",
49-
"@jupyterlab/apputils": "^3.0.0-rc.10",
50-
"@jupyterlab/coreutils": "^5.0.0-rc.10",
51-
"@jupyterlab/services": "^6.0.0-rc.10",
52-
"@jupyterlab/statusbar": "^3.0.0-rc.10",
53-
"@jupyterlab/translation": "^3.0.0-rc.10",
48+
"@jupyterlab/application": "^3.0.0",
49+
"@jupyterlab/apputils": "^3.0.0",
50+
"@jupyterlab/coreutils": "^5.0.0",
51+
"@jupyterlab/services": "^6.0.0",
52+
"@jupyterlab/statusbar": "^3.0.0",
53+
"@jupyterlab/translation": "^3.0.0",
5454
"@lumino/polling": "^1.3.3",
5555
"typestyle": "^2.0.4"
5656
},
5757
"devDependencies": {
58-
"@jupyterlab/builder": "^3.0.0-rc.10",
58+
"@jupyterlab/builder": "^3.0.0",
5959
"@typescript-eslint/eslint-plugin": "^4.2.0",
6060
"@typescript-eslint/parser": "^4.2.0",
6161
"eslint": "^7.10.0",

0 commit comments

Comments
 (0)