diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 9b00e9082d..67fe584fd3 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/tree": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/tree": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", - "@jupyterlab/apputils": "~4.6.0-alpha.3", + "@jupyterlab/apputils": "~4.6.7", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", "@jupyterlab/filebrowser": "~4.5.0-alpha.3", "@jupyterlab/mainmenu": "~4.5.0-alpha.3", "@jupyterlab/services": "~7.5.0-alpha.3", - "@jupyterlab/settingeditor": "~4.5.0-alpha.3", + "@jupyterlab/settingeditor": "~4.5.0", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/statedb": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3",