From f470c4c2231e9115c7e7b928d9134732bd13e466 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Mon, 27 Jan 2025 09:21:56 +0100 Subject: [PATCH] chore: add packageManager fields This might be necessary after some recent dependabot updates, which now fails to update anything in this repo. Caused by not having a package-lock.json... See https://redirect.github.com/dependabot/dependabot-core/issues/11373 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c9c2fa209..b313c6e621 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,6 @@ "type": "git", "url": "git+https://github.com/compasjs/compas.git" }, - "workspaces": ["packages/*", "examples/*"] + "workspaces": ["packages/*", "examples/*"], + "packageManager": "^npm@10.9.0" }