From e401fbeafb4b191d2cec0b29f809582c46ae5efa Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Mon, 5 Feb 2024 11:41:23 -0500 Subject: [PATCH] Add yarn version to package.json for dependabot --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c07e9fb..fc09fdf 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "watch:labextension": "jupyter labextension watch .", "jupyterlab": "hatch run jupyter lab" }, + "packageManager": "yarn@3.5.0", "dependencies": { "@jupyterlab/application": "^4.0.10", "@jupyterlab/filebrowser": "^4.0.10",