From eb6dce16935f2fe704714924f24a430c8dcd06b9 Mon Sep 17 00:00:00 2001 From: Rodrigo Serviuc Pavezi Date: Mon, 2 Dec 2024 09:25:54 -0300 Subject: [PATCH] Revert "fix: release (#1498)" This reverts commit 6b7ef1073a5c44624ba0c253d15299bfa29ced22. --- nx.json | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nx.json b/nx.json index 8924e3f60..a6fb29201 100644 --- a/nx.json +++ b/nx.json @@ -3,7 +3,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": ["^build", "test"] + "cacheableOperations": ["build", "test"] } } }, diff --git a/package.json b/package.json index 186a205aa..0745da420 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "minimist": "^0.2.4", "semver": "^7.5.4", "json-schema": "^0.4.0", - "json5": "^2.2.1", - "string-width": "4.2.3" + "json5": "^2.2.1" }, "resolutionsDocs": { "underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",