From 2e90075e17c02aab8f170030800b5f4826dba246 Mon Sep 17 00:00:00 2001 From: slegarraga <64795732+slegarraga@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:08:03 -0300 Subject: [PATCH] refactor(web): replace resolutions with pnpm.overrides (#32768) --- web/package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/web/package.json b/web/package.json index 9478b4067f..f0d4fdd1fc 100644 --- a/web/package.json +++ b/web/package.json @@ -264,7 +264,9 @@ "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1", "array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1", "assert": "npm:@nolyfill/assert@^1", + "brace-expansion": "~2.0", "brace-expansion@<2.0.2": "2.0.2", + "canvas": "^3.2.0", "devalue@<5.3.2": "5.3.2", "es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1", "esbuild@<0.27.2": "0.27.2", @@ -280,13 +282,16 @@ "object.fromentries": "npm:@nolyfill/object.fromentries@^1", "object.groupby": "npm:@nolyfill/object.groupby@^1", "object.values": "npm:@nolyfill/object.values@^1", + "pbkdf2": "~3.1.3", "pbkdf2@<3.1.3": "3.1.3", + "prismjs": "~1.30", "prismjs@<1.30.0": "1.30.0", "safe-buffer": "^5.2.1", "safe-regex-test": "npm:@nolyfill/safe-regex-test@^1", "safer-buffer": "npm:@nolyfill/safer-buffer@^1", "side-channel": "npm:@nolyfill/side-channel@^1", "solid-js": "1.9.11", + "string-width": "~4.2.3", "string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1", "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1", "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1", @@ -304,13 +309,6 @@ "sharp" ] }, - "resolutions": { - "brace-expansion": "~2.0", - "canvas": "^3.2.0", - "pbkdf2": "~3.1.3", - "prismjs": "~1.30", - "string-width": "~4.2.3" - }, "lint-staged": { "*": "eslint --fix" }