diff --git a/packages/application/package.json b/packages/application/package.json index 008070367d..1beeacdda5 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,10 +42,10 @@ "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/docregistry": "~4.5.0", + "@jupyterlab/rendermime-interfaces": "~3.13.7", "@jupyterlab/ui-components": "~4.5.0-alpha.3", "@lumino/algorithm": "^2.0.3", "@lumino/coreutils": "^2.2.1",