diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 14be77cb48..0e5ccaf51d 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -38,17 +38,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.5.0-alpha.2", - "@jupyter-notebook/ui-components": "^7.5.0-alpha.2", + "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/ui-components": "^7.0.0", "@jupyterlab/application": "~4.5.0-alpha.3", - "@jupyterlab/apputils": "~4.6.0-alpha.3", + "@jupyterlab/apputils": "~4.6.7", "@jupyterlab/codeeditor": "~4.5.0-alpha.3", - "@jupyterlab/console": "~4.5.0-alpha.3", + "@jupyterlab/console": "~4.5.0", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docmanager": "~4.5.0-alpha.3", "@jupyterlab/docregistry": "~4.5.0-alpha.3", - "@jupyterlab/mainmenu": "~4.5.0-alpha.3", - "@jupyterlab/rendermime": "~4.5.0-alpha.3", + "@jupyterlab/mainmenu": "~4.5.0", + "@jupyterlab/rendermime": "~4.5.7", "@jupyterlab/settingregistry": "~4.5.0-alpha.3", "@jupyterlab/translation": "~4.5.0-alpha.3", "@lumino/coreutils": "^2.2.1",