From ee33b8f9ccf243f284de25843053e2dcc4d46dd2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Aug 2024 19:25:05 +0300 Subject: [PATCH] package.json: remove resolutions These are a yarn-specific concept that we don't need for npm. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 2ef451cc85..b98cc21d2a 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,6 @@ "https": false }, "private": true, - "resolutions": { - "minimist": "^1.2.5", - "webdriver-manager": "^12.1.8", - "ts-node": "10.2.1" - }, "dependencies": { "@angular/animations": "^17.3.11", "@angular/cdk": "^17.3.10",