From 2a24765fd74f66764890746a84f9654e578986f3 Mon Sep 17 00:00:00 2001 From: Wes Date: Mon, 6 Jul 2026 08:53:18 -0600 Subject: [PATCH] fix(deps): unversion isomorphic-git pnpm patch key (#1529) Signed-off-by: Wes Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co> --- patches/{isomorphic-git@1.38.3.patch => isomorphic-git.patch} | 0 pnpm-lock.yaml | 2 +- pnpm-workspace.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{isomorphic-git@1.38.3.patch => isomorphic-git.patch} (100%) diff --git a/patches/isomorphic-git@1.38.3.patch b/patches/isomorphic-git.patch similarity index 100% rename from patches/isomorphic-git@1.38.3.patch rename to patches/isomorphic-git.patch diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a7cae2dd..b678ba734 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false patchedDependencies: - isomorphic-git@1.38.3: e9b414a60d4cf1d8aa18f7a779483984e821989967c235662566e94ef0238d3f + isomorphic-git: e9b414a60d4cf1d8aa18f7a779483984e821989967c235662566e94ef0238d3f importers: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e2da90810..b12628d69 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,4 +4,4 @@ packages: allowBuilds: esbuild: true patchedDependencies: - isomorphic-git@1.38.3: patches/isomorphic-git@1.38.3.patch + isomorphic-git: patches/isomorphic-git.patch