diff --git a/packages/application/package.json b/packages/application/package.json index 008070367d..9cf77599ea 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.5.0-alpha.3", + "@jupyterlab/application": "~4.5.0", "@jupyterlab/coreutils": "~6.5.0-alpha.3", "@jupyterlab/docregistry": "~4.5.0-alpha.3", "@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.3", - "@jupyterlab/ui-components": "~4.5.0-alpha.3", + "@jupyterlab/ui-components": "~4.5.0", "@lumino/algorithm": "^2.0.3", "@lumino/coreutils": "^2.2.1", "@lumino/messaging": "^2.0.3",