From 535b7a6052605f309de62f8ef11b93b51924ff4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 27 Apr 2026 17:15:46 +0400 Subject: [PATCH] Relax package.json engines versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 211dae568..11d3520fc 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "probo", "description": "Probo monorepo containing applications and shared packages", "engines": { - "node": "v24.11.1", - "npm": "11.8.0" + "node": "^24.0.0", + "npm": "^11.8.0" }, "workspaces": [ "apps/*", @@ -40,10 +40,6 @@ "axios": "^1.15.0" }, "license": "MIT", - "packageManager": "npm@11.8.0", - "volta": { - "node": "24.4.0" - }, "dependencies": { "react-dom": "^19.2.1" }