From 0bdaeaa12d5494aa7d01237c588785ea4eeb4dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 20 Jun 2024 17:27:01 +0200 Subject: [PATCH] Set `packageManager` (#112) Prevent dependabot of using a wrong yarn version that may result in yarn.lock format changes --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f0e8ffd..37f7c04 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "watch:labextension": "jupyter labextension watch .", "watch:src": "tsc -w --sourceMap" }, + "packageManager": "yarn@3.5.0", "dependencies": { "@codemirror/state": "^6.2.1", "@jupyter-notebook/tree": "^7.0.4",