From e511692284e94c269ed87ea33e38c6b44b80a6e0 Mon Sep 17 00:00:00 2001 From: Rupanshi Chawda <58527347+rupanshi-chawda@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:25:39 +0530 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0af3c4e..5b30e4f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^2.0.2" + "@jupyterlab/application": "^3.2.6" }, "devDependencies": { "rimraf": "^3.0.2", @@ -45,4 +45,4 @@ "extension": true, "schemaDir": "schema" } -} \ No newline at end of file +}